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:           Wed Aug 11 07:06:20 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/py-anyio/Makefile:1.2
--- pkgsrc/devel/py-anyio/Makefile:1.1  Thu Jul  8 08:33:21 2021
+++ pkgsrc/devel/py-anyio/Makefile      Wed Aug 11 07:06:20 2021
@@ -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/}
Index: pkgsrc/devel/py-anyio/distinfo
diff -u pkgsrc/devel/py-anyio/distinfo:1.1 pkgsrc/devel/py-anyio/distinfo:1.2
--- pkgsrc/devel/py-anyio/distinfo:1.1  Thu Jul  8 08:33:21 2021
+++ pkgsrc/devel/py-anyio/distinfo      Wed Aug 11 07:06:20 2021
@@ -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