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: Tue Jul 6 05:56:34 UTC 2021
Modified Files:
pkgsrc/www/py-asgiref: Makefile PLIST distinfo
Log Message:
py-asgiref: updated to 3.4.1
3.4.1 (2021-07-01)
------------------
* Fixed an issue with the deadlock detection where it had false positives
during exception handling.
3.4.0 (2021-06-27)
------------------
* Calling sync_to_async directly from inside itself (which causes a deadlock
when in the default, thread-sensitive mode) now has deadlock detection.
* asyncio usage has been updated to use the new versions of get_event_loop,
ensure_future, wait and gather, avoiding deprecation warnings in Python 3.10.
Python 3.6 installs continue to use the old versions; this is only for 3.7+
* sync_to_async and async_to_sync now have improved type hints that pass
through the underlying function type correctly.
* All Websocket* types are now spelled WebSocket, to match our specs and the
official spelling. The old names will work until release 3.5.0, but will
raise deprecation warnings.
* The typing for WebSocketScope and HTTPScope's `extensions` key has been
fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-asgiref/PLIST
cvs rdiff -u -r1.24 -r1.25 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.26 pkgsrc/www/py-asgiref/Makefile:1.27
--- pkgsrc/www/py-asgiref/Makefile:1.26 Tue Apr 6 19:42:18 2021
+++ pkgsrc/www/py-asgiref/Makefile Tue Jul 6 05:56:34 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2021/04/06 19:42:18 adam Exp $
+# $NetBSD: Makefile,v 1.27 2021/07/06 05:56:34 adam Exp $
-DISTNAME= asgiref-3.3.4
+DISTNAME= asgiref-3.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/}
Index: pkgsrc/www/py-asgiref/PLIST
diff -u pkgsrc/www/py-asgiref/PLIST:1.7 pkgsrc/www/py-asgiref/PLIST:1.8
--- pkgsrc/www/py-asgiref/PLIST:1.7 Tue Apr 6 04:48:34 2021
+++ pkgsrc/www/py-asgiref/PLIST Tue Jul 6 05:56:34 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/04/06 04:48:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/07/06 05:56:34 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,6 +8,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
${PYSITELIB}/asgiref/__init__.py
${PYSITELIB}/asgiref/__init__.pyc
${PYSITELIB}/asgiref/__init__.pyo
+${PYSITELIB}/asgiref/_pep562.py
+${PYSITELIB}/asgiref/_pep562.pyc
+${PYSITELIB}/asgiref/_pep562.pyo
${PYSITELIB}/asgiref/compatibility.py
${PYSITELIB}/asgiref/compatibility.pyc
${PYSITELIB}/asgiref/compatibility.pyo
Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.24 pkgsrc/www/py-asgiref/distinfo:1.25
--- pkgsrc/www/py-asgiref/distinfo:1.24 Tue Apr 6 19:42:18 2021
+++ pkgsrc/www/py-asgiref/distinfo Tue Jul 6 05:56:34 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2021/04/06 19:42:18 adam Exp $
+$NetBSD: distinfo,v 1.25 2021/07/06 05:56:34 adam Exp $
-SHA1 (asgiref-3.3.4.tar.gz) = 443406aad46a664ef7ce0eaeca7d3481eb6d3c06
-RMD160 (asgiref-3.3.4.tar.gz) = 3c68b11148af1fdcbe478d26c6db0d777f7e2818
-SHA512 (asgiref-3.3.4.tar.gz) = e224ce82f9156e3efde316f3e209a9fbb9494cb9347d6652e19ed130921143de8d3e2a45f50352bf13fcdf229c291e68a0348fff31de144e58cd1a53b4eb0c31
-Size (asgiref-3.3.4.tar.gz) = 30780 bytes
+SHA1 (asgiref-3.4.1.tar.gz) = 1a31f1be86efec846c48df6ff449c2fde4376176
+RMD160 (asgiref-3.4.1.tar.gz) = eaa56d19ca70a533a2ede141906ba589af70dbca
+SHA512 (asgiref-3.4.1.tar.gz) = af266fc3eac58c21f2ab3f66e522067388f9cf232b17344fb5afbc408c034e61a1cce02362ec5dc494985beef099800f75cf7de28dc057c45e4bcb973b0a6dbe
+Size (asgiref-3.4.1.tar.gz) = 32529 bytes
Home |
Main Index |
Thread Index |
Old Index