www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/04/30/15:01:24

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 099A13858D28
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1651345282;
bh=ja/WtVBbeHl1VOToFI1nMCCALVTpX2W1vzLIk4VmLRQ=;
h=Date:Subject:To:References:In-Reply-To:From:List-Id:
List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:
Reply-To:From;
b=i6aVRK8ZTq+JlfsnpvghXEHHB7MGlbaTV0ZUjqG9FR0ErehWK8WSozw/6voHjHPsq
YxVt2r8+y1ueQNpMDX+mw71DxDHIlFW6fwZONBfeoyXDqA6Fkz+sjfIcMki3Zke6Ck
Q3/bgDZG6lyFOPFMxT3ubiMTQg5qG9bX1/cFdFFs=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B96053857342
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1651345136;
bh=untdm8IsNFDdeD/pnwzCIe/cN7Zwi+EYW2sJZAH8ezk=;
h=Date:Subject:To:References:In-Reply-To:From:Reply-To:From;
b=DL0rQha0oS28fRb5PxUigraPBmMAZere/xjj2CcUWrA0Stdq4I2vs4uf7QSFWMdQ1
TuOonkYObEtyTlkWCZxtVz9HgGUvvY7A5RwcIP0yxlkxFd1d0Uq/qa+JnXBLk2Yd50
KIrmuns0xJBMCdAI9gJryuE/eESJuGaNtSmjOwHo=
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B96F3858036
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1651345136;
bh=untdm8IsNFDdeD/pnwzCIe/cN7Zwi+EYW2sJZAH8ezk=;
h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Help:List-Subscribe:From:Reply-To:From;
b=FdU83bU8eQPrTNx0Dktl6fxMpAR8canRJvMuEDNuDFAOGfEc2BlNkRtFYtKGf+8FW
JAeTDcF6uMR9/nc0RaalpMPN43BpjcrL51wofXjFuhdEIQKmL2DTPjWcDksY0+PDgc
ArT8lUsFEvPG1VNJx/33nEeHg+HxqBb1jfBIAkMo=
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 388073858D33
Message-Id: <announce.647e7bc3-71ed-0d71-468c-e9c8c9cab59a@seznam.cz>
Date: Sat, 30 Apr 2022 20:45:47 +0200
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Subject: [ANNOUNCEMENT] python-fasteners 0.16.3-1
To: cygwin AT cygwin DOT com
References: <b496d945-4a9e-5fd6-afba-5817015e6d0a AT seznam DOT cz>
In-Reply-To: <b496d945-4a9e-5fd6-afba-5817015e6d0a@seznam.cz>
X-szn-frgn: <02070fce-1559-4fc8-88a0-c893ca2f6a6f>
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, HTML_MESSAGE,
JMQ_SPF_NEUTRAL, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-Mailman-Approved-At: Sat, 30 Apr 2022 18:58:08 +0000
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
From: Libor Ukropec via Cygwin-announce <cygwin-announce AT cygwin DOT com>
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Reply-To: cygwin AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

The following packages have been uploaded to the Cygwin distribution:

* python27-fasteners-0.16.3-1
* python38-fasteners-0.16.3-1
* python39-fasteners-0.16.3-1

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 package is a requirement for `duplicity` package, see other 
following duplicity announcement.

Please send questions or concerns to the main Cygwin mailing list as usual.

Libor

-- 

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look 
at the "List-Unsubscribe:" tag in the email header of this message. Send 
email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com<at>cygwin.com

If you need more information on unsubscribing, start reading here:

https://sourceware.org/lists.html#unsubscribe

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019