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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8220ee07f94f
branches:  trunk
changeset: 379910:8220ee07f94f
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 25 09:28:57 2022 +0000

description:
py-anyio: updated to 3.6.1

3.6.1

- Fixed exception handler in the asyncio test runner not properly handling a context
  that does not contain the ``exception`` key

3.6.0

- Fixed ``TypeError`` in ``get_current_task()`` on asyncio when using a custom ``Task`` factory
- Updated type annotations on ``run_process()`` and ``open_process()``:
  * ``command`` now accepts accepts bytes and sequences of bytes
  * ``stdin``, ``stdout`` and ``stderr`` now accept file-like objects
- Changed the pytest plugin to run both the setup and teardown phases of asynchronous
  generator fixtures within a single task to enable use cases such as cancel scopes and
  task groups where a context manager straddles the ``yield``

diffstat:

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

diffs (34 lines):

diff -r 8772d19b83a2 -r 8220ee07f94f devel/py-anyio/Makefile
--- a/devel/py-anyio/Makefile   Wed May 25 09:22:05 2022 +0000
+++ b/devel/py-anyio/Makefile   Wed May 25 09:28:57 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/01/16 08:39:57 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/05/25 09:28:57 adam Exp $
 
-DISTNAME=      anyio-3.5.0
+DISTNAME=      anyio-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/anyio/}
@@ -20,7 +20,7 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
-#TEST_DEPEDS+= ${PYPKGPREFIX}-trio
+TEST_DEPENDS+= ${PYPKGPREFIX}-trio-[0-9]*:../../devel/py-trio
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-uvloop
 
diff -r 8772d19b83a2 -r 8220ee07f94f devel/py-anyio/distinfo
--- a/devel/py-anyio/distinfo   Wed May 25 09:22:05 2022 +0000
+++ b/devel/py-anyio/distinfo   Wed May 25 09:28:57 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/01/16 08:39:57 adam Exp $
+$NetBSD: distinfo,v 1.11 2022/05/25 09:28:57 adam Exp $
 
-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
+BLAKE2s (anyio-3.6.1.tar.gz) = 11681f8016db5f4c1405d4fe721ace4cd47395749ef24f56092ef8f205ddbe90
+SHA512 (anyio-3.6.1.tar.gz) = 99ae55eada2df971405a1592afd980ac964c80a4502465a2016423182409691d0c943280a3a7448efc78036e481614451585238b62ebea924709f0ba888f7604
+Size (anyio-3.6.1.tar.gz) = 140240 bytes



Home | Main Index | Thread Index | Old Index