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: Sun Nov 23 06:58:41 UTC 2025
Modified Files:
pkgsrc/www/py-asgiref: Makefile distinfo
Log Message:
py-asgiref: updated to 3.11.0
3.11.0
* ``sync_to_async`` gains a ``context`` parameter, similar to those for
``asyncio.create_task``, ``TaskGroup`` &co, that can be used on Python 3.11+ to
control the context used by the underlying task.
The parent context is already propagated by default but the additional
control is useful if multiple ``sync_to_async`` calls need to share the same
context, e.g. when used with ``asyncio.gather()``.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.36 -r1.37 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.39 pkgsrc/www/py-asgiref/Makefile:1.40
--- pkgsrc/www/py-asgiref/Makefile:1.39 Fri Oct 31 10:50:59 2025
+++ pkgsrc/www/py-asgiref/Makefile Sun Nov 23 06:58:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2025/10/31 10:50:59 adam Exp $
+# $NetBSD: Makefile,v 1.40 2025/11/23 06:58:41 adam Exp $
-DISTNAME= asgiref-3.10.0
+DISTNAME= asgiref-3.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/}
Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.36 pkgsrc/www/py-asgiref/distinfo:1.37
--- pkgsrc/www/py-asgiref/distinfo:1.36 Fri Oct 31 10:50:59 2025
+++ pkgsrc/www/py-asgiref/distinfo Sun Nov 23 06:58:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2025/10/31 10:50:59 adam Exp $
+$NetBSD: distinfo,v 1.37 2025/11/23 06:58:41 adam Exp $
-BLAKE2s (asgiref-3.10.0.tar.gz) = 90eea6967f40e9666243bb40ae474a6bc26ae1f212dc82e90be3404f20ee75ac
-SHA512 (asgiref-3.10.0.tar.gz) = cb7e691cf5c59f25f5e6389fccf6f601aee6efc034ceb74434dacb3e55cc8dd6836230fd2598a65e41b44737cf3a359791f2262acf50e092e04f5c214a67bbbd
-Size (asgiref-3.10.0.tar.gz) = 37483 bytes
+BLAKE2s (asgiref-3.11.0.tar.gz) = 6673c6517f9287e0fa90bd1dbc8abe5eea6d4715af70ed448d44048c80b26984
+SHA512 (asgiref-3.11.0.tar.gz) = d78573c73338cc03ea6531017f983bb387a47e67a81252e37d5a2852657c5a3913f7e0b6f69e91bb15963d6683cbce94726911397b1757d4d66cdf4a9b27d957
+Size (asgiref-3.11.0.tar.gz) = 37969 bytes
Home |
Main Index |
Thread Index |
Old Index