pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-anyio py-anyio: updated to 3.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/361b9c67175c
branches:  trunk
changeset: 371879:361b9c67175c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 16 08:39:57 2022 +0000

description:
py-anyio: updated to 3.5.0

3.5.0

- Added ``start_new_session`` keyword argument to ``run_process()`` and ``open_process()``
- Fixed deadlock in synchronization primitives on asyncio which can happen if a task acquiring a
  primitive is hit with a native (not AnyIO) cancellation with just the right timing, leaving the
  next acquiring task waiting forever
- Added workaround for bpo-46313_ to enable compatibility with OpenSSL 3.0

diffstat:

 devel/py-anyio/Makefile |  5 ++---
 devel/py-anyio/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3fd9524d59a7 -r 361b9c67175c devel/py-anyio/Makefile
--- a/devel/py-anyio/Makefile   Sun Jan 16 04:55:35 2022 +0000
+++ b/devel/py-anyio/Makefile   Sun Jan 16 08:39:57 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:52:49 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/01/16 08:39:57 adam Exp $
 
-DISTNAME=      anyio-3.4.0
+DISTNAME=      anyio-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/anyio/}
 
diff -r 3fd9524d59a7 -r 361b9c67175c devel/py-anyio/distinfo
--- a/devel/py-anyio/distinfo   Sun Jan 16 04:55:35 2022 +0000
+++ b/devel/py-anyio/distinfo   Sun Jan 16 08:39:57 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/11/23 09:04:01 adam Exp $
+$NetBSD: distinfo,v 1.10 2022/01/16 08:39:57 adam Exp $
 
-BLAKE2s (anyio-3.4.0.tar.gz) = 814a7f23b502910bbefc3cd87f8f13d2771e1fc73673e1b90e1e0eec676864b9
-SHA512 (anyio-3.4.0.tar.gz) = 276fb5fc243e2c7f80a069f604ef68eeaca923c0df6f533878f9bf2185e846e537a1b9a8f19260a3c9ad3aad70898884316e6783057044a936762f7eb1f1cb9a
-Size (anyio-3.4.0.tar.gz) = 135737 bytes
+BLAKE2s (anyio-3.5.0.tar.gz) = 07632769e1d52401887b200e4463275f6a754a21450e54f2edc3b567a6c430f0
+SHA512 (anyio-3.5.0.tar.gz) = b91124c95d194eb7e4542405a973895d21562a2636d9600d528465da52536d1ffedbf5a6fc3ea5b1ff3e83e7dca2b42f090bb2ff6b077e32f5a2c314f07d3206
+Size (anyio-3.5.0.tar.gz) = 136934 bytes



Home | Main Index | Thread Index | Old Index