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:           Thu Sep  9 20:32:23 UTC 2021

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

Log Message:
py-anyio: updated to 3.3.1

**3.3.1**

- Added missing documentation for the ``ExceptionGroup.exceptions`` attribute
- Changed the asyncio test runner not to use uvloop by default (to match the behavior of
  ``anyio.run()``)
- Fixed ``RuntimeError`` on asyncio when a ``CancelledError`` is raised from a task spawned through
  a ``BlockingPortal``
- Fixed asyncio warning about a ``Future`` with an exception that was never retrieved which
  happened when a socket was already written to but the peer abruptly closed the connection


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/py-anyio/Makefile:1.3
--- pkgsrc/devel/py-anyio/Makefile:1.2  Wed Aug 11 07:06:20 2021
+++ pkgsrc/devel/py-anyio/Makefile      Thu Sep  9 20:32:23 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/08/11 07:06:20 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/09/09 20:32:23 adam Exp $
 
-DISTNAME=      anyio-3.3.0
+DISTNAME=      anyio-3.3.1
 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.2 pkgsrc/devel/py-anyio/distinfo:1.3
--- pkgsrc/devel/py-anyio/distinfo:1.2  Wed Aug 11 07:06:20 2021
+++ pkgsrc/devel/py-anyio/distinfo      Thu Sep  9 20:32:23 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/08/11 07:06:20 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/09/09 20:32:23 adam Exp $
 
-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
+SHA1 (anyio-3.3.1.tar.gz) = 9247704fee2ce949a85f4c2fe3b5782d7b7e2f32
+RMD160 (anyio-3.3.1.tar.gz) = cbb9dcc9809c66132a613ea78a21301d36dbadf1
+SHA512 (anyio-3.3.1.tar.gz) = 36c1d47843c0817a94dd8ff3269654918942731581bde57a19b1114aa72b5f091feffd634b44afb2b55c7977aec1cae83a726a5c10221d345233236b37dd5d3d
+Size (anyio-3.3.1.tar.gz) = 133007 bytes



Home | Main Index | Thread Index | Old Index