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:           Wed Nov 22 08:48:39 UTC 2017

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

Log Message:
py-aiohttp: updated to 2.3.3

2.3.3:
Having a ; in Response content type does not assume it contains a charset anymore.
Use getattr(asyncio, ‘async’) for keeping compatibility with Python 3.7.
Ignore NotImplementedError raised by set_child_watcher from uvloop.
Fix warning in ClientSession.__del__ by stopping to try to close it.
Fixed typo’s in Third-party libraries page. And added async-v20 to the list


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-aiohttp/Makefile \
    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.5 pkgsrc/www/py-aiohttp/Makefile:1.6
--- pkgsrc/www/py-aiohttp/Makefile:1.5  Thu Nov  2 13:13:24 2017
+++ pkgsrc/www/py-aiohttp/Makefile      Wed Nov 22 08:48:39 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/11/02 13:13:24 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/11/22 08:48:39 adam Exp $
 
-DISTNAME=      aiohttp-2.3.2
+DISTNAME=      aiohttp-2.3.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.5 pkgsrc/www/py-aiohttp/distinfo:1.6
--- pkgsrc/www/py-aiohttp/distinfo:1.5  Thu Nov  2 13:13:24 2017
+++ pkgsrc/www/py-aiohttp/distinfo      Wed Nov 22 08:48:39 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/11/02 13:13:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2017/11/22 08:48:39 adam Exp $
 
-SHA1 (aiohttp-2.3.2.tar.gz) = 1782ed9a2e79773d394734d094ccfee3e7840d4c
-RMD160 (aiohttp-2.3.2.tar.gz) = 11974e01ff20c91333b552f647821927b5802f7b
-SHA512 (aiohttp-2.3.2.tar.gz) = e481787fec8c9f21d49978b378fb5ef8c06d06cd7a6625fc36c5d4a035e9047f4ed0e38b25b613f1b685ca40e18c796376750f4ac0970fcd1d72ca7fbe31d13f
-Size (aiohttp-2.3.2.tar.gz) = 841030 bytes
+SHA1 (aiohttp-2.3.3.tar.gz) = 3d329f637a39254d9d7cefcbdfba66f09b2a7dce
+RMD160 (aiohttp-2.3.3.tar.gz) = 74dbd8149ad3fe7d6d1bf401234402cf40d14402
+SHA512 (aiohttp-2.3.3.tar.gz) = 48dbc6b47483a7f162047fdc29f3cdfc95650e5f357e86a38b7be05832b3599c1b6740b818092db2f03addf3b8be4643aafd8d15118c9fc42d07708027b1bfbb
+Size (aiohttp-2.3.3.tar.gz) = 843972 bytes



Home | Main Index | Thread Index | Old Index