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.5.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c24f7de18cd4
branches: trunk
changeset: 377386:c24f7de18cd4
user: adam <adam%pkgsrc.org@localhost>
date: Wed Apr 20 12:25:25 2022 +0000
description:
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
diffstat:
www/py-asgiref/Makefile | 5 ++---
www/py-asgiref/PLIST | 5 +----
www/py-asgiref/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 11 deletions(-)
diffs (46 lines):
diff -r cb134bd61b5e -r c24f7de18cd4 www/py-asgiref/Makefile
--- a/www/py-asgiref/Makefile Wed Apr 20 12:22:11 2022 +0000
+++ b/www/py-asgiref/Makefile Wed Apr 20 12:25:25 2022 +0000
@@ -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/}
diff -r cb134bd61b5e -r c24f7de18cd4 www/py-asgiref/PLIST
--- a/www/py-asgiref/PLIST Wed Apr 20 12:22:11 2022 +0000
+++ b/www/py-asgiref/PLIST Wed Apr 20 12:25:25 2022 +0000
@@ -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}/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 cb134bd61b5e -r c24f7de18cd4 www/py-asgiref/distinfo
--- a/www/py-asgiref/distinfo Wed Apr 20 12:22:11 2022 +0000
+++ b/www/py-asgiref/distinfo Wed Apr 20 12:25:25 2022 +0000
@@ -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