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:           Thu May 24 06:37:47 UTC 2018

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

Log Message:
py-asgiref: updated to 2.3.2

2.3.2:
* Packaging fix to allow old async_timeout dependencies (2.0 as well as 3.0)

2.3.1:
* WSGI-to-ASGI adapter now works with empty bodies in responses
* Update async-timeout dependency


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/www/py-asgiref/Makefile:1.10
--- pkgsrc/www/py-asgiref/Makefile:1.9  Fri Apr 13 11:09:43 2018
+++ pkgsrc/www/py-asgiref/Makefile      Thu May 24 06:37:46 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/04/13 11:09:43 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/05/24 06:37:46 adam Exp $
 
-DISTNAME=      asgiref-2.3.0
+DISTNAME=      asgiref-2.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asgiref/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/django/asgi
 COMMENT=       Contains various reference ASGI implementations
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-async-timeout>=2.0.0:../../devel/py-async-timeout
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.8 pkgsrc/www/py-asgiref/distinfo:1.9
--- pkgsrc/www/py-asgiref/distinfo:1.8  Fri Apr 13 11:09:43 2018
+++ pkgsrc/www/py-asgiref/distinfo      Thu May 24 06:37:46 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/04/13 11:09:43 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/05/24 06:37:46 adam Exp $
 
-SHA1 (asgiref-2.3.0.tar.gz) = 640a761d2566c259ceeea21b71c2213b2a41e1ec
-RMD160 (asgiref-2.3.0.tar.gz) = 23afc20caa2528022fe30b7a4293ec5f3f320cbc
-SHA512 (asgiref-2.3.0.tar.gz) = e074dcdd9f89cfa41fd6e475ded62541ff151ec6b5beaf2c3850e92283a324e3b79367598b9460b186965c2ea82c0da7494588bceb2e6744fa23d631054ee37f
-Size (asgiref-2.3.0.tar.gz) = 8301 bytes
+SHA1 (asgiref-2.3.2.tar.gz) = 537c7d64ece1787caa4cb60f8754ba84a761a5e9
+RMD160 (asgiref-2.3.2.tar.gz) = 8af5d8c79383415b68f63a29cdb9d82ca690fa6a
+SHA512 (asgiref-2.3.2.tar.gz) = b7872e731dc37ab05837bda5cf125b1d5b1e820ea55e64c801cac17d798b210281e42d6741e78d86d6a7c03fbc6bf69532f690d2b7c07819c72909c74892b642
+Size (asgiref-2.3.2.tar.gz) = 8348 bytes



Home | Main Index | Thread Index | Old Index