diff options
author | adam <adam@pkgsrc.org> | 2021-04-06 19:42:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-06 19:42:18 +0000 |
commit | 701f0937017d0d8938357f4683bc650bfb0409b8 (patch) | |
tree | 8133cf81f256f7237107c38d02a581c222e65ca9 /www | |
parent | 6f04d1f84558957bd44799dd8bbc7db5dcae8a9e (diff) | |
download | pkgsrc-701f0937017d0d8938357f4683bc650bfb0409b8.tar.gz |
py-asgiref: updated to 3.3.4
3.3.4 (2021-04-06)
------------------
* The async_to_sync type error is now a warning due the high false negative
rate when trying to detect coroutine-returning callables in Python.
3.3.3 (2021-04-06)
------------------
* The sync conversion functions now correctly detect functools.partial and other
wrappers around async functions on earlier Python releases.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-asgiref/Makefile | 4 | ||||
-rw-r--r-- | www/py-asgiref/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-asgiref/Makefile b/www/py-asgiref/Makefile index 62568d03af0..0f45c4bfc99 100644 --- a/www/py-asgiref/Makefile +++ b/www/py-asgiref/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2021/04/06 04:48:34 adam Exp $ +# $NetBSD: Makefile,v 1.26 2021/04/06 19:42:18 adam Exp $ -DISTNAME= asgiref-3.3.2 +DISTNAME= asgiref-3.3.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/} diff --git a/www/py-asgiref/distinfo b/www/py-asgiref/distinfo index 90cff1cf17f..6d5a9c67c50 100644 --- a/www/py-asgiref/distinfo +++ b/www/py-asgiref/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2021/04/06 04:48:34 adam Exp $ +$NetBSD: distinfo,v 1.24 2021/04/06 19:42:18 adam Exp $ -SHA1 (asgiref-3.3.2.tar.gz) = 2c4336884940eed4cfce38aacf0914760ecd79ff -RMD160 (asgiref-3.3.2.tar.gz) = f2eaaac52a2a729a0d4231c8f872b035a395daba -SHA512 (asgiref-3.3.2.tar.gz) = e2259add28554968936e09bf6a53cf71cef4e2e01d58d8e9651543657ba8517be5f2dd7d76334394cac579f7d560e3ab1c498434bbd67276b336ddd78644ba1f -Size (asgiref-3.3.2.tar.gz) = 30088 bytes +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 |