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.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78bd7857b1a1
branches:  trunk
changeset: 456892:78bd7857b1a1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 11 07:06:20 2021 +0000

description:
py-anyio: updated to 3.3.0

3.3.0

Added asynchronous Path class
Added the wrap_file() function for wrapping existing files as asynchronous file objects
Relaxed the type of the path initializer argument to FileReadStream and FileWriteStream so they accept any path-like object (including the new asynchronous Path class)
Dropped unnecessary dependency on the async_generator library
Changed the generics in AsyncFile so that the methods correctly return either str or bytes based on the argument to open_file()
Fixed an asyncio bug where under certain circumstances, a stopping worker thread would still accept new assignments, leading to a hang

diffstat:

 devel/py-anyio/Makefile |   4 ++--
 devel/py-anyio/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r cb36605896f4 -r 78bd7857b1a1 devel/py-anyio/Makefile
--- a/devel/py-anyio/Makefile   Wed Aug 11 07:03:57 2021 +0000
+++ b/devel/py-anyio/Makefile   Wed Aug 11 07:06:20 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/07/08 08:33:21 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/11 07:06:20 adam Exp $
 
-DISTNAME=      anyio-3.2.1
+DISTNAME=      anyio-3.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/anyio/}
diff -r cb36605896f4 -r 78bd7857b1a1 devel/py-anyio/distinfo
--- a/devel/py-anyio/distinfo   Wed Aug 11 07:03:57 2021 +0000
+++ b/devel/py-anyio/distinfo   Wed Aug 11 07:06:20 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/07/08 08:33:21 adam Exp $
+$NetBSD: distinfo,v 1.2 2021/08/11 07:06:20 adam Exp $
 
-SHA1 (anyio-3.2.1.tar.gz) = e5a99ea88ef0835053ae1a9059c1074eaa9b9f91
-RMD160 (anyio-3.2.1.tar.gz) = 277456c5a17240731da0d30d814e8ae652298612
-SHA512 (anyio-3.2.1.tar.gz) = ef78e5531a917e3a5ddc1106f45ba556ca147e52ab29ed6cb25a3bd287148a15a015942dde6b9535d683fbe5910affed27df6ce5c4049251610f689cd151ee89
-Size (anyio-3.2.1.tar.gz) = 126277 bytes
+SHA1 (anyio-3.3.0.tar.gz) = 53e45483ceeefd8be88adca8c7c3780ead356b1f
+RMD160 (anyio-3.3.0.tar.gz) = 0e8b789519fda91f899168189205cd3fbd0f1fd4
+SHA512 (anyio-3.3.0.tar.gz) = a8bdfdd70d94385486a7c3d42abcb2127f64ce3a32c3b1b5e72609f840c5f67f31d8697eb6e1fcfd2e1b2a9538e699a6897eabcc2df1794714dea3105c4ecdd3
+Size (anyio-3.3.0.tar.gz) = 132432 bytes



Home | Main Index | Thread Index | Old Index