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 Feb 13 10:42:54 UTC 2023
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Removed Files:
pkgsrc/www/py-aiohttp/patches: patch-setup.cfg
Log Message:
py-aiohttp: updated to 3.8.4
3.8.4 (2023-02-12)
Bugfixes
--------
- Fixed incorrectly overwriting cookies with the same name and domain, but different path.
- Fixed ``ConnectionResetError`` not being raised after client disconnection in SSL environments.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/py-aiohttp/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-aiohttp/patches/patch-setup.cfg
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.56 pkgsrc/www/py-aiohttp/Makefile:1.57
--- pkgsrc/www/py-aiohttp/Makefile:1.56 Tue Dec 6 20:14:34 2022
+++ pkgsrc/www/py-aiohttp/Makefile Mon Feb 13 10:42:54 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2022/12/06 20:14:34 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2023/02/13 10:42:54 adam Exp $
-DISTNAME= aiohttp-3.8.3
+DISTNAME= aiohttp-3.8.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -27,12 +26,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYPKGPREFIX} == "py37"
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
-.endif
-
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.51 pkgsrc/www/py-aiohttp/distinfo:1.52
--- pkgsrc/www/py-aiohttp/distinfo:1.51 Tue Dec 6 20:14:34 2022
+++ pkgsrc/www/py-aiohttp/distinfo Mon Feb 13 10:42:54 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.51 2022/12/06 20:14:34 wiz Exp $
+$NetBSD: distinfo,v 1.52 2023/02/13 10:42:54 adam Exp $
-BLAKE2s (aiohttp-3.8.3.tar.gz) = c61eacd79179ac23afcd876ee7075365e293a614a0bd6b12bb3197e453ab307e
-SHA512 (aiohttp-3.8.3.tar.gz) = 248c232604c91442b2fc9fa55fbf7df8e3af56dcf4cd9c516414a3a738c5c60a8a06395cd9c6e2c8ea9884728aea757423735c7b9be889e6f17e3ee6395a2f64
-Size (aiohttp-3.8.3.tar.gz) = 7337480 bytes
-SHA1 (patch-setup.cfg) = cc62b48be848b0caa9895086a20109acf528fb80
+BLAKE2s (aiohttp-3.8.4.tar.gz) = c42f7b0903a39626d0c4e60f0b060d6df950217c480919eb07a644d167837a3f
+SHA512 (aiohttp-3.8.4.tar.gz) = ee193320d57161ba9d96b22502cea4eddb05d9586bde5ba1ce813e0bd149f62286ab8a76f120ef2a69f8bf882ab0605ca42103c0811fe53c7a024682ee31aa1e
+Size (aiohttp-3.8.4.tar.gz) = 7338512 bytes
Home |
Main Index |
Thread Index |
Old Index