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 Apr  6 19:42:18 UTC 2021

Modified Files:
        pkgsrc/www/py-asgiref: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.23 -r1.24 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.25 pkgsrc/www/py-asgiref/Makefile:1.26
--- pkgsrc/www/py-asgiref/Makefile:1.25 Tue Apr  6 04:48:34 2021
+++ pkgsrc/www/py-asgiref/Makefile      Tue Apr  6 19:42:18 2021
@@ -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/}

Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.23 pkgsrc/www/py-asgiref/distinfo:1.24
--- pkgsrc/www/py-asgiref/distinfo:1.23 Tue Apr  6 04:48:34 2021
+++ pkgsrc/www/py-asgiref/distinfo      Tue Apr  6 19:42:18 2021
@@ -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