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 Sep  3 07:32:36 UTC 2018

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

Log Message:
py-aiohttp: updated to 3.4.2

3.4.2:
Fix iter_chunks type annotation


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.29 -r1.30 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.30 pkgsrc/www/py-aiohttp/Makefile:1.31
--- pkgsrc/www/py-aiohttp/Makefile:1.30 Wed Aug 29 07:01:06 2018
+++ pkgsrc/www/py-aiohttp/Makefile      Mon Sep  3 07:32:35 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2018/08/29 07:01:06 adam Exp $
+# $NetBSD: Makefile,v 1.31 2018/09/03 07:32:35 adam Exp $
 
-DISTNAME=      aiohttp-3.4.1
+DISTNAME=      aiohttp-3.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -23,7 +23,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-timeo
 PYTHON_VERSIONS_INCOMPATIBLE=  27 34
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 37
+.if ${_PYTHON_VERSION} != 37
 DEPENDS+=      ${PYPKGPREFIX}-idna-ssl>=1.0:../../www/py-idna_ssl
 .endif
 

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.29 pkgsrc/www/py-aiohttp/distinfo:1.30
--- pkgsrc/www/py-aiohttp/distinfo:1.29 Wed Aug 29 07:01:06 2018
+++ pkgsrc/www/py-aiohttp/distinfo      Mon Sep  3 07:32:35 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2018/08/29 07:01:06 adam Exp $
+$NetBSD: distinfo,v 1.30 2018/09/03 07:32:35 adam Exp $
 
-SHA1 (aiohttp-3.4.1.tar.gz) = 5159ee73200afe0e44f5b85eb86606a9a8c22bec
-RMD160 (aiohttp-3.4.1.tar.gz) = 59b5b239f196d0c22956fb19c72e258efcd8ee42
-SHA512 (aiohttp-3.4.1.tar.gz) = f1dc71b427e2f3870d102ebefeee877fc19f9f28bae8458df58eb84642d3ab4e82e295a842af4065fcadcc1cfcd95bbe4c851969f02547ffe4608b558d11c7d9
-Size (aiohttp-3.4.1.tar.gz) = 821475 bytes
+SHA1 (aiohttp-3.4.2.tar.gz) = 05d8e219eed8284cce8bff57259637bd3841ccf1
+RMD160 (aiohttp-3.4.2.tar.gz) = 815208c13ef452f463e1cdcd0b6e12d7bfc55850
+SHA512 (aiohttp-3.4.2.tar.gz) = c3d1f2f4d5224b37f66efd60e47952f77c56f54aee1eb0a4a043a945e8c140bf9107a23ed326beed710f094c1834b406ba85db3adf0bd80c6f01b6d44bbae4a7
+Size (aiohttp-3.4.2.tar.gz) = 821655 bytes



Home | Main Index | Thread Index | Old Index