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 May 25 09:28:57 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/devel/py-anyio/Makefile:1.11
--- pkgsrc/devel/py-anyio/Makefile:1.10 Sun Jan 16 08:39:57 2022
+++ pkgsrc/devel/py-anyio/Makefile      Wed May 25 09:28:57 2022
@@ -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>=6.0:
 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
 
Index: pkgsrc/devel/py-anyio/distinfo
diff -u pkgsrc/devel/py-anyio/distinfo:1.10 pkgsrc/devel/py-anyio/distinfo:1.11
--- pkgsrc/devel/py-anyio/distinfo:1.10 Sun Jan 16 08:39:57 2022
+++ pkgsrc/devel/py-anyio/distinfo      Wed May 25 09:28:57 2022
@@ -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