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:           Wed Apr 20 12:25:26 UTC 2022

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

Log Message:
py-asgiref: updated to 3.5.0

3.5.0 (2022-01-22)
------------------

* Python 3.6 is no longer supported, and asyncio calls have been changed to
  use only the modern versions of the APIs as a result

* Several causes of RuntimeErrors in cases where an event loop was assigned
  to a thread but not running

* Speed improvements in the Local class


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-asgiref/PLIST
cvs rdiff -u -r1.27 -r1.28 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.28 pkgsrc/www/py-asgiref/Makefile:1.29
--- pkgsrc/www/py-asgiref/Makefile:1.28 Tue Jan  4 20:55:16 2022
+++ pkgsrc/www/py-asgiref/Makefile      Wed Apr 20 12:25:25 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2022/01/04 20:55:16 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2022/04/20 12:25:25 adam Exp $
 
-DISTNAME=      asgiref-3.4.1
+DISTNAME=      asgiref-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asgiref/}
 

Index: pkgsrc/www/py-asgiref/PLIST
diff -u pkgsrc/www/py-asgiref/PLIST:1.8 pkgsrc/www/py-asgiref/PLIST:1.9
--- pkgsrc/www/py-asgiref/PLIST:1.8     Tue Jul  6 05:56:34 2021
+++ pkgsrc/www/py-asgiref/PLIST Wed Apr 20 12:25:25 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/07/06 05:56:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/04/20 12:25:25 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,9 +8,6 @@ ${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.27 pkgsrc/www/py-asgiref/distinfo:1.28
--- pkgsrc/www/py-asgiref/distinfo:1.27 Tue Oct 26 11:30:28 2021
+++ pkgsrc/www/py-asgiref/distinfo      Wed Apr 20 12:25:25 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2021/10/26 11:30:28 nia Exp $
+$NetBSD: distinfo,v 1.28 2022/04/20 12:25:25 adam Exp $
 
-BLAKE2s (asgiref-3.4.1.tar.gz) = c996dfc1db2d1ee0825441d534985e3d84cab66ed92acbbf2bf28ad834bf98a2
-SHA512 (asgiref-3.4.1.tar.gz) = af266fc3eac58c21f2ab3f66e522067388f9cf232b17344fb5afbc408c034e61a1cce02362ec5dc494985beef099800f75cf7de28dc057c45e4bcb973b0a6dbe
-Size (asgiref-3.4.1.tar.gz) = 32529 bytes
+BLAKE2s (asgiref-3.5.0.tar.gz) = 4a451288d3c16bc0f6f79c55862bdfa8a7a0815ae7f12bf60ec8bdfceb64f007
+SHA512 (asgiref-3.5.0.tar.gz) = 3fa48002bffd953f3ff8bc33e5604955ee83fbfc09cae171b95d57773378ada554342f2af58a4a04025a070cd2ec5a6b1bd5a8b18a5c5b87b2b510bbb2036e57
+Size (asgiref-3.5.0.tar.gz) = 31920 bytes



Home | Main Index | Thread Index | Old Index