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:           Tue Jan 30 11:22:07 UTC 2024

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

Log Message:
py-aiohttp: updated to 3.9.3

3.9.3 (2024-01-29)

Bug fixes

- Fixed backwards compatibility breakage (in 3.9.2) of ``ssl`` parameter when set outside
  of ``ClientSession`` (e.g. directly in ``TCPConnector``)


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.58 -r1.59 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.63 pkgsrc/www/py-aiohttp/Makefile:1.64
--- pkgsrc/www/py-aiohttp/Makefile:1.63 Mon Jan 29 06:53:52 2024
+++ pkgsrc/www/py-aiohttp/Makefile      Tue Jan 30 11:22:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2024/01/29 06:53:52 adam Exp $
+# $NetBSD: Makefile,v 1.64 2024/01/30 11:22:07 adam Exp $
 
-DISTNAME=      aiohttp-3.9.2
+DISTNAME=      aiohttp-3.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -11,7 +11,7 @@ COMMENT=      Async http client/server framew
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=46.4.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.3.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-aiosignal>=1.1.2:../../devel/py-aiosignal

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.58 pkgsrc/www/py-aiohttp/distinfo:1.59
--- pkgsrc/www/py-aiohttp/distinfo:1.58 Mon Jan 29 06:53:52 2024
+++ pkgsrc/www/py-aiohttp/distinfo      Tue Jan 30 11:22:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2024/01/29 06:53:52 adam Exp $
+$NetBSD: distinfo,v 1.59 2024/01/30 11:22:07 adam Exp $
 
-BLAKE2s (aiohttp-3.9.2.tar.gz) = 2458dc9ba3711261771aa4524b4aa1926fba4ec85bac5a6f7d8dbd7d844c66df
-SHA512 (aiohttp-3.9.2.tar.gz) = 8e9c41b45d1ffd99ef819a6c46f16dd7c92dd2416c383ad9c3d810c055cc0a0db4e7ab15e7ef5b3550eaa68b18538b246b45a969ce7d76cbce667209c7477643
-Size (aiohttp-3.9.2.tar.gz) = 7499640 bytes
+BLAKE2s (aiohttp-3.9.3.tar.gz) = e2c1f9cf706eb26f08f8de444a3871a45fea311e4204c4c9177490424f80e1ec
+SHA512 (aiohttp-3.9.3.tar.gz) = 6236f27b6def0c3bba1b5fc59f4af74f8076aa369cf5c1b9bd9ff9dee1c71ee49387ded812875da9450130e92d2091fd01f0608b25b03ff37e99162b89120fd7
+Size (aiohttp-3.9.3.tar.gz) = 7499669 bytes



Home | Main Index | Thread Index | Old Index