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 Jan  9 10:13:10 UTC 2025

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

Log Message:
py-anyio: updated to 4.8.0

4.8.0

- Added **experimental** support for running functions in subinterpreters on Python
  3.13 and later
- Added support for the ``copy()``, ``copy_into()``, ``move()`` and ``move_into()``
  methods in ``anyio.Path``, available in Python 3.14
- Changed ``TaskGroup`` on asyncio to always spawn tasks non-eagerly, even if using a
  task factory created via ``asyncio.create_eager_task_factory()``, to preserve expected
  Trio-like task scheduling semantics (PR by @agronholm and @graingert)
- Configure ``SO_RCVBUF``, ``SO_SNDBUF`` and ``TCP_NODELAY`` on the selector
  thread waker socket pair (this should improve the performance of ``wait_readable()``)
  and ``wait_writable()`` when using the ``ProactorEventLoop``
- Fixed ``AssertionError`` when using ``nest-asyncio``
- Fixed return type annotation of various context managers' ``__exit__`` method


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-anyio/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-anyio/PLIST
cvs rdiff -u -r1.23 -r1.24 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.26 pkgsrc/devel/py-anyio/Makefile:1.27
--- pkgsrc/devel/py-anyio/Makefile:1.26 Fri Dec  6 08:07:12 2024
+++ pkgsrc/devel/py-anyio/Makefile      Thu Jan  9 10:13:10 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/12/06 08:07:12 adam Exp $
+# $NetBSD: Makefile,v 1.27 2025/01/09 10:13:10 adam Exp $
 
-DISTNAME=      anyio-4.7.0
+DISTNAME=      anyio-4.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/anyio/}

Index: pkgsrc/devel/py-anyio/PLIST
diff -u pkgsrc/devel/py-anyio/PLIST:1.5 pkgsrc/devel/py-anyio/PLIST:1.6
--- pkgsrc/devel/py-anyio/PLIST:1.5     Fri Dec  6 08:07:12 2024
+++ pkgsrc/devel/py-anyio/PLIST Thu Jan  9 10:13:10 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/12/06 08:07:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/01/09 10:13:10 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -114,6 +114,9 @@ ${PYSITELIB}/anyio/streams/text.pyo
 ${PYSITELIB}/anyio/streams/tls.py
 ${PYSITELIB}/anyio/streams/tls.pyc
 ${PYSITELIB}/anyio/streams/tls.pyo
+${PYSITELIB}/anyio/to_interpreter.py
+${PYSITELIB}/anyio/to_interpreter.pyc
+${PYSITELIB}/anyio/to_interpreter.pyo
 ${PYSITELIB}/anyio/to_process.py
 ${PYSITELIB}/anyio/to_process.pyc
 ${PYSITELIB}/anyio/to_process.pyo

Index: pkgsrc/devel/py-anyio/distinfo
diff -u pkgsrc/devel/py-anyio/distinfo:1.23 pkgsrc/devel/py-anyio/distinfo:1.24
--- pkgsrc/devel/py-anyio/distinfo:1.23 Fri Dec  6 08:07:12 2024
+++ pkgsrc/devel/py-anyio/distinfo      Thu Jan  9 10:13:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/12/06 08:07:12 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/01/09 10:13:10 adam Exp $
 
-BLAKE2s (anyio-4.7.0.tar.gz) = 1593657c2ab926e4d19f06dc76a88bf2d6c03e29ace65d3036935e5516a82ab2
-SHA512 (anyio-4.7.0.tar.gz) = b8b34aac61a2835847b974c7cb06066714ac5a4b76437fa969265c81601ad5259f7a118901b0e8a519e1c256f23594bb4d7042d3cf4fda03feb50052512a192e
-Size (anyio-4.7.0.tar.gz) = 177076 bytes
+BLAKE2s (anyio-4.8.0.tar.gz) = 026ac92dba11cf5d0cb1f9e4936bab94aa851af67597a327782cc5d93c7ecfc7
+SHA512 (anyio-4.8.0.tar.gz) = 939ae76eff4c91979f1ce2bdf3ef1f05f488931e7ae357632090855125656721099732a9a1e167755677757c2125287842e49fce19302f90615bd79b41cc9e67
+Size (anyio-4.8.0.tar.gz) = 181126 bytes



Home | Main Index | Thread Index | Old Index