pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-asgiref
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 6 04:51:19 UTC 2025
Modified Files:
pkgsrc/www/py-asgiref: Makefile distinfo
Log Message:
py-asgiref: updated to 3.9.1
3.9.1 (2025-07-08)
* Fixed deletion of Local values affecting other contexts.
* Skip CPython specific garbage collection test on pypy.
3.9.0 (2025-07-03)
* Adds support for Python 3.13.
* Drops support for (end-of-life) Python 3.8.
* Fixes an error with conflicting kwargs between AsyncToSync and the wrapped
function.
* Fixes Local isolation between asyncio Tasks.
* Fixes a reference cycle in Local
* Fixes a deadlock in CurrentThreadExecutor with nested async_to_sync →
sync_to_async → async_to_sync → create_task calls.
* The ApplicationCommunicator testing utility will now return the task result
if it's already completed on send_input and receive_nothing. You may need to
catch (e.g.) the asyncio.exceptions.CancelledError if sending messages to
already finished consumers in your tests.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-asgiref/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-asgiref/Makefile
diff -u pkgsrc/www/py-asgiref/Makefile:1.36 pkgsrc/www/py-asgiref/Makefile:1.37
--- pkgsrc/www/py-asgiref/Makefile:1.36 Mon Apr 14 13:14:03 2025
+++ pkgsrc/www/py-asgiref/Makefile Wed Aug 6 04:51:19 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2025/04/14 13:14:03 adam Exp $
+# $NetBSD: Makefile,v 1.37 2025/08/06 04:51:19 adam Exp $
-DISTNAME= asgiref-3.8.1
+DISTNAME= asgiref-3.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/}
@@ -12,7 +11,7 @@ COMMENT= Contains various reference ASGI
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.800:../../lang/py-mypy
+TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=1.14.0:../../lang/py-mypy
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
USE_LANGUAGES= # none
Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.33 pkgsrc/www/py-asgiref/distinfo:1.34
--- pkgsrc/www/py-asgiref/distinfo:1.33 Fri Mar 22 18:48:05 2024
+++ pkgsrc/www/py-asgiref/distinfo Wed Aug 6 04:51:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/03/22 18:48:05 adam Exp $
+$NetBSD: distinfo,v 1.34 2025/08/06 04:51:19 adam Exp $
-BLAKE2s (asgiref-3.8.1.tar.gz) = 9abc5a6df005963824f4266fb5526a0064c022d7aeffd567fa745235c6695cab
-SHA512 (asgiref-3.8.1.tar.gz) = 3ef9ac2fcdce069cde96467abaa4a820c4eac19d40ce72e1afd0ca08279c00053a7e107966d766651def33a72a19c11559849b1032e89d62f544156590ef801d
-Size (asgiref-3.8.1.tar.gz) = 35186 bytes
+BLAKE2s (asgiref-3.9.1.tar.gz) = 5d17d25cbe93c30d36b59b13261b4d0aec82a702ca01c9dad8f904d5a75dfc60
+SHA512 (asgiref-3.9.1.tar.gz) = bc1a947dc7026fbd95970c71e699462856752b48024e2adf3ab5298dd8fb3fcee2e02a95eb97c5e8fe51ba77763b07f8e2922656ecac5b4205e03054663f9bbc
+Size (asgiref-3.9.1.tar.gz) = 36870 bytes
Home |
Main Index |
Thread Index |
Old Index