From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxd2.seznam.cz (mxd2.seznam.cz [IPv6:2a02:598:2::210]) by sourceware.org (Postfix) with ESMTPS id 4BF6A3858D28 for ; Tue, 12 Apr 2022 19:25:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4BF6A3858D28 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-smtpc3b.ng.seznam.cz (email-smtpc3b.ng.seznam.cz [10.23.13.75]) id 27eebb8d82b8b97227eeb583; Tue, 12 Apr 2022 21:25:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seznam.cz; s=beta; t=1649791501; bh=9kkLFqNqS0WasGvIkBJvwElcrX+zMfhjme/UJ24bLbs=; h=Received:Message-ID:Date:MIME-Version:User-Agent: X-Mozilla-News-Host:To:From:Subject:Content-Type: Content-Transfer-Encoding:X-szn-frgn:X-szn-frgc; b=S+fpwf6uG10yu/L2UIL6CbmJJ6tfVTT4y6a3UZiPU2wbf+boXgFVd3g0lgUT1E9fu toEhsv1vc/cKCmwDyqUlnyB8R2xV18PoRsYrPjvP12sGRe8IecV1Lgv5bG7NT3p8Dz NwWXxDK73hTq1vVTJUHYgGzZVKz1Cz7Kx59a8yGU= Received: from [192.168.2.5] (brno.ccbr.com [77.240.178.2]) by email-relay1.ng.seznam.cz (Seznam SMTPD 1.3.136) with ESMTP; Tue, 12 Apr 2022 21:24:57 +0200 (CEST) Message-ID: Date: Tue, 12 Apr 2022 21:24:37 +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 X-Mozilla-News-Host: news://news.gmane.io:119 To: cygwin-apps@cygwin.com From: Libor Ukropec Subject: [ITP] python-fasteners 0.16.3 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-szn-frgn: <4500f928-15c3-4035-94b7-27954ce87339> X-szn-frgc: <0> X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, KAM_SHORT, 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: Tue, 12 Apr 2022 19:25:07 -0000 Hello, I'd like to maintain the python package python-fasteners This 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 new package is required in order to support more recent version of "duplicity" that I adopted. Please review: cygport: https://github.com/cz6ace/cygwin-python-fasteners build: https://github.com/cz6ace/cygwin-python-fasteners/releases This library (in newer version) is also present in LInux distributions, e.g. Ubuntu: https://packages.ubuntu.com/source/focal/s390x/python-fasteners License: Apache Software License (ASL 2.0) https://pypi.org/project/fasteners/ Regards, Libor