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.3.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8ac26e0394b
branches:  trunk
changeset: 449855:e8ac26e0394b
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 06 19:42:18 2021 +0000

description:
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:

 www/py-asgiref/Makefile |   4 ++--
 www/py-asgiref/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 330e78bff30b -r e8ac26e0394b www/py-asgiref/Makefile
--- a/www/py-asgiref/Makefile   Tue Apr 06 19:17:51 2021 +0000
+++ b/www/py-asgiref/Makefile   Tue Apr 06 19:42:18 2021 +0000
@@ -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 -r 330e78bff30b -r e8ac26e0394b www/py-asgiref/distinfo
--- a/www/py-asgiref/distinfo   Tue Apr 06 19:17:51 2021 +0000
+++ b/www/py-asgiref/distinfo   Tue Apr 06 19:42:18 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index