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:   js
Date:           Sat Jan 15 23:35:13 UTC 2022

Modified Files:
        pkgsrc/www/py-aiohttp: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/py-aiohttp/patches: patch-setup.py

Log Message:
Update www/py-aiohttp to 3.8.1

Several versions skipped, check https://github.com/aio-libs/aiohttp/releases
for change log.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-aiohttp/PLIST
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/py-aiohttp/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-aiohttp/patches/patch-setup.py

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.52 pkgsrc/www/py-aiohttp/Makefile:1.53
--- pkgsrc/www/py-aiohttp/Makefile:1.52 Tue Jan  4 20:55:15 2022
+++ pkgsrc/www/py-aiohttp/Makefile      Sat Jan 15 23:35:13 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2022/01/04 20:55:15 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2022/01/15 23:35:13 js Exp $
 
-DISTNAME=      aiohttp-3.7.4
+DISTNAME=      aiohttp-3.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
 

Index: pkgsrc/www/py-aiohttp/PLIST
diff -u pkgsrc/www/py-aiohttp/PLIST:1.9 pkgsrc/www/py-aiohttp/PLIST:1.10
--- pkgsrc/www/py-aiohttp/PLIST:1.9     Thu Nov 19 10:19:50 2020
+++ pkgsrc/www/py-aiohttp/PLIST Sat Jan 15 23:35:13 2022
@@ -1,20 +1,18 @@
-@comment $NetBSD: PLIST,v 1.9 2020/11/19 10:19:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/01/15 23:35:13 js Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/aiohttp/.hash/_cparser.pxd.hash
 ${PYSITELIB}/aiohttp/.hash/_find_header.pxd.hash
-${PYSITELIB}/aiohttp/.hash/_frozenlist.pyx.hash
 ${PYSITELIB}/aiohttp/.hash/_helpers.pyi.hash
 ${PYSITELIB}/aiohttp/.hash/_helpers.pyx.hash
 ${PYSITELIB}/aiohttp/.hash/_http_parser.pyx.hash
 ${PYSITELIB}/aiohttp/.hash/_http_writer.pyx.hash
 ${PYSITELIB}/aiohttp/.hash/_websocket.pyx.hash
-${PYSITELIB}/aiohttp/.hash/frozenlist.pyi.hash
 ${PYSITELIB}/aiohttp/.hash/hdrs.py.hash
-${PYSITELIB}/aiohttp/.hash/signals.pyi.hash
 ${PYSITELIB}/aiohttp/__init__.py
 ${PYSITELIB}/aiohttp/__init__.pyc
 ${PYSITELIB}/aiohttp/__init__.pyo
@@ -22,9 +20,6 @@ ${PYSITELIB}/aiohttp/_cparser.pxd
 ${PYSITELIB}/aiohttp/_find_header.c
 ${PYSITELIB}/aiohttp/_find_header.h
 ${PYSITELIB}/aiohttp/_find_header.pxd
-${PYSITELIB}/aiohttp/_frozenlist.c
-${PYSITELIB}/aiohttp/_frozenlist.pyx
-${PYSITELIB}/aiohttp/_frozenlist.so
 ${PYSITELIB}/aiohttp/_headers.pxi
 ${PYSITELIB}/aiohttp/_helpers.c
 ${PYSITELIB}/aiohttp/_helpers.pyi
@@ -69,10 +64,6 @@ ${PYSITELIB}/aiohttp/cookiejar.pyo
 ${PYSITELIB}/aiohttp/formdata.py
 ${PYSITELIB}/aiohttp/formdata.pyc
 ${PYSITELIB}/aiohttp/formdata.pyo
-${PYSITELIB}/aiohttp/frozenlist.py
-${PYSITELIB}/aiohttp/frozenlist.pyc
-${PYSITELIB}/aiohttp/frozenlist.pyi
-${PYSITELIB}/aiohttp/frozenlist.pyo
 ${PYSITELIB}/aiohttp/hdrs.py
 ${PYSITELIB}/aiohttp/hdrs.pyc
 ${PYSITELIB}/aiohttp/hdrs.pyo
@@ -116,10 +107,6 @@ ${PYSITELIB}/aiohttp/pytest_plugin.pyo
 ${PYSITELIB}/aiohttp/resolver.py
 ${PYSITELIB}/aiohttp/resolver.pyc
 ${PYSITELIB}/aiohttp/resolver.pyo
-${PYSITELIB}/aiohttp/signals.py
-${PYSITELIB}/aiohttp/signals.pyc
-${PYSITELIB}/aiohttp/signals.pyi
-${PYSITELIB}/aiohttp/signals.pyo
 ${PYSITELIB}/aiohttp/streams.py
 ${PYSITELIB}/aiohttp/streams.pyc
 ${PYSITELIB}/aiohttp/streams.pyo

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.48 pkgsrc/www/py-aiohttp/distinfo:1.49
--- pkgsrc/www/py-aiohttp/distinfo:1.48 Tue Oct 26 11:30:27 2021
+++ pkgsrc/www/py-aiohttp/distinfo      Sat Jan 15 23:35:13 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2021/10/26 11:30:27 nia Exp $
+$NetBSD: distinfo,v 1.49 2022/01/15 23:35:13 js Exp $
 
-BLAKE2s (aiohttp-3.7.4.tar.gz) = 906644ff6d7e96c6d4b8a4c3d5ca6a52851427a67cdb702343f94bab2ab3a703
-SHA512 (aiohttp-3.7.4.tar.gz) = 66fcc837b388020dc998cbaa2db31e48ecec75bcfaa8af9108e2ea265588dafa5684ca96a8fe3ad6759b22e09a4ae6d4efd8653fb76126eccdc826c15cbbe2e6
-Size (aiohttp-3.7.4.tar.gz) = 1114533 bytes
+BLAKE2s (aiohttp-3.8.1.tar.gz) = d9f29e0f12c3de5b30878b0f4ef298e1f8bcfecd24a535eeaad6844760554790
+SHA512 (aiohttp-3.8.1.tar.gz) = 3611549393e50c8d30426aee9ddd23794a71ddefe4384eb549049b93e452fafb38de7ad900737213b61fbe717bd85035a780c1622593eae250328f17d484a0a7
+Size (aiohttp-3.8.1.tar.gz) = 7324180 bytes
 SHA1 (patch-setup.py) = dca26da1bc74fd13a127cde3751778b5aadd2eaa



Home | Main Index | Thread Index | Old Index