pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-aiohttp



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 31 11:19:16 UTC 2018

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

Log Message:
py-aiohttp: updated to 3.5.1

3.5.1
- Fix a regression about ClientSession._requote_redirect_url modification in debug
  mode.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-aiohttp/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-aiohttp/Makefile
diff -u pkgsrc/www/py-aiohttp/Makefile:1.33 pkgsrc/www/py-aiohttp/Makefile:1.34
--- pkgsrc/www/py-aiohttp/Makefile:1.33 Sat Dec 22 22:45:47 2018
+++ pkgsrc/www/py-aiohttp/Makefile      Mon Dec 31 11:19:16 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2018/12/22 22:45:47 adam Exp $
+# $NetBSD: Makefile,v 1.34 2018/12/31 11:19:16 adam Exp $
 
-DISTNAME=      aiohttp-3.5.0
+DISTNAME=      aiohttp-3.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -18,7 +18,9 @@ DEPENDS+=     ${PYPKGPREFIX}-yarl>=1.0:../..
 TEST_DEPENDS+= ${PYPKGPREFIX}-async_generator-[0-9]*:../../devel/py-async_generator
 TEST_DEPENDS+= ${PYPKGPREFIX}-gunicorn-[0-9]*:../../www/py-gunicorn
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 34
 

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.32 pkgsrc/www/py-aiohttp/distinfo:1.33
--- pkgsrc/www/py-aiohttp/distinfo:1.32 Sat Dec 22 22:45:47 2018
+++ pkgsrc/www/py-aiohttp/distinfo      Mon Dec 31 11:19:16 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2018/12/22 22:45:47 adam Exp $
+$NetBSD: distinfo,v 1.33 2018/12/31 11:19:16 adam Exp $
 
-SHA1 (aiohttp-3.5.0.tar.gz) = e7032e77f34a9cafe17968c359db5c523acd37b2
-RMD160 (aiohttp-3.5.0.tar.gz) = 76b9fc1b90f796f36a61fde18a9c5af5f6d81c31
-SHA512 (aiohttp-3.5.0.tar.gz) = adb3c7e409c38d8efd08e41c9ffa0ca4808f08a7e6ee0733822c6d97149f08a1f6d5af787222c6a484dd694357bffe3a6185a19a27f0f9583ee9912704b092c7
-Size (aiohttp-3.5.0.tar.gz) = 1094149 bytes
+SHA1 (aiohttp-3.5.1.tar.gz) = 32bf7b75aae901d924ff6748da79d8d7966cd52d
+RMD160 (aiohttp-3.5.1.tar.gz) = 82f5b54808e09afc434630762b41544679d43df3
+SHA512 (aiohttp-3.5.1.tar.gz) = 9e7cc9b62de81a1f0ba81a573274fa40c1b8d02a6db4a4a87b1fc3d9fe00e63d5b906d858cebe8206873bce4b4fb498b90d1c8256cf39548872dad3baf1b0df8
+Size (aiohttp-3.5.1.tar.gz) = 1094214 bytes



Home | Main Index | Thread Index | Old Index