pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-anyio



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 16 08:39:57 UTC 2022

Modified Files:
        pkgsrc/devel/py-anyio: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-anyio/Makefile \
    pkgsrc/devel/py-anyio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-anyio/Makefile
diff -u pkgsrc/devel/py-anyio/Makefile:1.9 pkgsrc/devel/py-anyio/Makefile:1.10
--- pkgsrc/devel/py-anyio/Makefile:1.9  Tue Jan  4 20:52:49 2022
+++ pkgsrc/devel/py-anyio/Makefile      Sun Jan 16 08:39:57 2022
@@ -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/}
 
Index: pkgsrc/devel/py-anyio/distinfo
diff -u pkgsrc/devel/py-anyio/distinfo:1.9 pkgsrc/devel/py-anyio/distinfo:1.10
--- pkgsrc/devel/py-anyio/distinfo:1.9  Tue Nov 23 09:04:01 2021
+++ pkgsrc/devel/py-anyio/distinfo      Sun Jan 16 08:39:57 2022
@@ -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