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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8800731a544
branches:  trunk
changeset: 458110:a8800731a544
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 09 20:32:23 2021 +0000

description:
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

diffstat:

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

diffs (27 lines):

diff -r 4c7d4ec0dc55 -r a8800731a544 devel/py-anyio/Makefile
--- a/devel/py-anyio/Makefile   Thu Sep 09 18:23:44 2021 +0000
+++ b/devel/py-anyio/Makefile   Thu Sep 09 20:32:23 2021 +0000
@@ -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/}
diff -r 4c7d4ec0dc55 -r a8800731a544 devel/py-anyio/distinfo
--- a/devel/py-anyio/distinfo   Thu Sep 09 18:23:44 2021 +0000
+++ b/devel/py-anyio/distinfo   Thu Sep 09 20:32:23 2021 +0000
@@ -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