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:           Fri Jan 11 10:11:42 UTC 2019

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

Log Message:
py-aiohttp: updated to 3.5.3

3.5.3:

Bugfixes
- Fix type stubs for aiohttp.web.run_app(access_log=True) and fix edge case of access_log=True and the event loop being in debug mode.
- Fix aiohttp.ClientTimeout type annotations to accept None for fields
- Send custom per-request cookies even if session jar is empty
- Restore Linux binary wheels publishing on PyPI


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.34 -r1.35 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.35 pkgsrc/www/py-aiohttp/Makefile:1.36
--- pkgsrc/www/py-aiohttp/Makefile:1.35 Tue Jan  8 19:05:55 2019
+++ pkgsrc/www/py-aiohttp/Makefile      Fri Jan 11 10:11:42 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2019/01/08 19:05:55 adam Exp $
+# $NetBSD: Makefile,v 1.36 2019/01/11 10:11:42 adam Exp $
 
-DISTNAME=      aiohttp-3.5.2
+DISTNAME=      aiohttp-3.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.34 pkgsrc/www/py-aiohttp/distinfo:1.35
--- pkgsrc/www/py-aiohttp/distinfo:1.34 Tue Jan  8 19:05:55 2019
+++ pkgsrc/www/py-aiohttp/distinfo      Fri Jan 11 10:11:42 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2019/01/08 19:05:55 adam Exp $
+$NetBSD: distinfo,v 1.35 2019/01/11 10:11:42 adam Exp $
 
-SHA1 (aiohttp-3.5.2.tar.gz) = fb4de1463c1fd3260161c633998905f7eec28348
-RMD160 (aiohttp-3.5.2.tar.gz) = a29e038c8ca5039b65a02e3ead7728c0cdc256e4
-SHA512 (aiohttp-3.5.2.tar.gz) = e8ff0cb2266cf772c00ebfb97f335177a3be12f62110fe170fad27f4bc9aefa90672b8b42fa382fefcfa88a6fd8a81c3c6ca4f211e0b54ead0b299aeeefbf40d
-Size (aiohttp-3.5.2.tar.gz) = 1096903 bytes
+SHA1 (aiohttp-3.5.3.tar.gz) = 7851ce40eb24647803f1d2437ddb8bc4548d1990
+RMD160 (aiohttp-3.5.3.tar.gz) = acaa4c48903343463ec17ae13309afce0fd6e918
+SHA512 (aiohttp-3.5.3.tar.gz) = 4beb737a9e02700c923c756801515f603b3070a1394aec6de7e6d15f0d6e3dafca599f26ab0a2a2125d47bbfb12a7b497760eae088b20385aeb1b90c6efe3376
+Size (aiohttp-3.5.3.tar.gz) = 1097382 bytes



Home | Main Index | Thread Index | Old Index