From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxd1.seznam.cz (mxd1.seznam.cz [IPv6:2a02:598:a::78:210]) by sourceware.org (Postfix) with ESMTPS id E7E713858D37 for ; Wed, 6 Apr 2022 22:11:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E7E713858D37 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=seznam.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seznam.cz Received: from email.seznam.cz by email-smtpc26b.ko.seznam.cz (email-smtpc26b.ko.seznam.cz [10.53.18.37]) id 08d8be41ad8ebcbe08d8b04f; Thu, 07 Apr 2022 00:11:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seznam.cz; s=beta; t=1649283076; bh=jbCbMVNtrDg+Ca1Eudb3sFubja289ytH584yXXjZeIs=; h=Received:Message-ID:Date:MIME-Version:User-Agent:To:From:Subject: Content-Type:Content-Transfer-Encoding:X-szn-frgn:X-szn-frgc; b=QzsVOUxvvPTrK+ODsjYAA0qXZ2Wb4lTAQ/uj9iMANNnywTvlWSwxD5wFHx4XFT4Ie CaJqBZ8nzphrHnkVpEXNh7nE1/A4rsEGpN4RCxD+/KPr1Wn6uTGCn2oR1AD5kxBzHj Yn6UbF6agcKhPtgTTRpWn2pg8TguSnlT0mQZ8DHs= Received: from [192.168.2.5] (brno.ccbr.com [77.240.178.2]) by email-relay14.ko.seznam.cz (Seznam SMTPD 1.3.136) with ESMTP; Thu, 07 Apr 2022 00:11:11 +0200 (CEST) Message-ID: Date: Thu, 7 Apr 2022 00:10:55 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 To: cygwin-apps@cygwin.com From: Libor Ukropec Subject: [ITA] duplicity Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-szn-frgn: <78cbd35f-ff11-4daf-bd7a-0e5a2b45b136> X-szn-frgc: <0> X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2022 22:11:24 -0000 I'd like to offer to adopt maintenance of duplicity (Encrypted bandwidth-efficient backup system) Information from https://duplicity.gitlab.io/ - """The last stable 0.7 release is *0.7.19*, released Apr 19, 2019""", while cygwin contains 0.7.11 from 2017 Updated cygport: https://github.com/cz6ace/cygwin-duplicity Updated build: https://github.com/cz6ace/cygwin-duplicity/releases Please note for successful installation the python 2.7 fasteners package is required, not yet in cygwin, I plan to offer [ITP] for it: cygport: https://github.com/cz6ace/cygwin-python-fasteners build: https://github.com/cz6ace/cygwin-python-fasteners/releases Python standard library provides a lock for threads (both a reentrant one, and a non-reentrant one, see below). Fasteners extends this, and provides a lock for processes, as well as Reader Writer locks for both threads and processes. This library (in newer version) is also present in LInux distributions, e.g. Ubuntu: https://packages.ubuntu.com/source/focal/s390x/python-fasteners Regards, Libor