pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-asgiref py-asgiref: updated to 3.4.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/53baecd7a8b8
branches: trunk
changeset: 455549:53baecd7a8b8
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jul 06 05:56:34 2021 +0000
description:
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.
diffstat:
www/py-asgiref/Makefile | 4 ++--
www/py-asgiref/PLIST | 5 ++++-
www/py-asgiref/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r e082bba05d53 -r 53baecd7a8b8 www/py-asgiref/Makefile
--- a/www/py-asgiref/Makefile Tue Jul 06 03:39:54 2021 +0000
+++ b/www/py-asgiref/Makefile Tue Jul 06 05:56:34 2021 +0000
@@ -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/}
diff -r e082bba05d53 -r 53baecd7a8b8 www/py-asgiref/PLIST
--- a/www/py-asgiref/PLIST Tue Jul 06 03:39:54 2021 +0000
+++ b/www/py-asgiref/PLIST Tue Jul 06 05:56:34 2021 +0000
@@ -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}/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
diff -r e082bba05d53 -r 53baecd7a8b8 www/py-asgiref/distinfo
--- a/www/py-asgiref/distinfo Tue Jul 06 03:39:54 2021 +0000
+++ b/www/py-asgiref/distinfo Tue Jul 06 05:56:34 2021 +0000
@@ -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