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 Apr  6 08:18:18 UTC 2018

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

Log Message:
py-aiohttp: updated to 3.1.2

3.1.2:
Make LineTooLong exception more detailed about actual data size
Call on_chunk_sent when write_eof takes as a param the last chunk


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/www/py-aiohttp/Makefile:1.23
--- pkgsrc/www/py-aiohttp/Makefile:1.22 Mon Apr  2 12:58:33 2018
+++ pkgsrc/www/py-aiohttp/Makefile      Fri Apr  6 08:18:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/04/02 12:58:33 adam Exp $
+# $NetBSD: Makefile,v 1.23 2018/04/06 08:18:18 adam Exp $
 
-DISTNAME=      aiohttp-3.1.1
+DISTNAME=      aiohttp-3.1.2
 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.22 pkgsrc/www/py-aiohttp/distinfo:1.23
--- pkgsrc/www/py-aiohttp/distinfo:1.22 Mon Apr  2 12:58:33 2018
+++ pkgsrc/www/py-aiohttp/distinfo      Fri Apr  6 08:18:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2018/04/02 12:58:33 adam Exp $
+$NetBSD: distinfo,v 1.23 2018/04/06 08:18:18 adam Exp $
 
-SHA1 (aiohttp-3.1.1.tar.gz) = 57256a17b4c7be0f38975c1491c1e17233e91069
-RMD160 (aiohttp-3.1.1.tar.gz) = 743d2fd8d5787c53d7a6bee992c03c4f67e20973
-SHA512 (aiohttp-3.1.1.tar.gz) = b2a27357d3197a83078a21b6d566d007a48719038f38c512378620112e1980d3e595b8fc3471592589ce18b5911adc2826badd48dcc28302e1534d50961376ae
-Size (aiohttp-3.1.1.tar.gz) = 751487 bytes
+SHA1 (aiohttp-3.1.2.tar.gz) = d1872f712466caa06e187388bbe323a1415068bd
+RMD160 (aiohttp-3.1.2.tar.gz) = e8d9b63096c6ff791aa675e0b844a80e4f4b150b
+SHA512 (aiohttp-3.1.2.tar.gz) = ea4151ead92ac7fa0cef942d7e356279632a85952c3b3b016fc9ba96591ef3b49be0601dab7d8b3d4bd04ed560c8f23934fe6b864998b2571f1b41629c5e3ec9
+Size (aiohttp-3.1.2.tar.gz) = 752744 bytes



Home | Main Index | Thread Index | Old Index