Received: by mail.netbsd.org (Postfix, from userid 605) id 91CA884E55; Mon, 26 Sep 2022 19:16:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 01BDD84D55 for ; Mon, 26 Sep 2022 18:55:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xVP3WdoELkVP for ; Mon, 26 Sep 2022 18:55:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 31B6784C2C for ; Mon, 26 Sep 2022 18:55:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 25EACFA90; Mon, 26 Sep 2022 18:55:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664218503262330" MIME-Version: 1.0 Date: Mon, 26 Sep 2022 18:55:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-aiohttp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220926185503.25EACFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664218503262330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 26 18:55:03 UTC 2022 Modified Files: pkgsrc/www/py-aiohttp: Makefile PLIST distinfo Log Message: py-aiohttp: updated to 3.8.3 3.8.3 (2022-09-21) ================== This is the last :doc:`aiohttp ` release tested under Python 3.6. The 3.9 stream is dropping it from the CI and the distribution package metadata. Bugfixes -------- - Increased the upper boundary of the :doc:`multidict:index` dependency to allow for the version 6 -- by :user:`hugovk`. It used to be limited below version 7 in :doc:`aiohttp ` v3.8.1 but was lowered in v3.8.2 via :pr:`6550` and never brought back, causing problems with dependency pins when upgrading. :doc:`aiohttp ` v3.8.3 fixes that by recovering the original boundary of ``< 7``. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/py-aiohttp/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-aiohttp/PLIST cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/py-aiohttp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664218503262330 Content-Disposition: inline Content-Length: 2913 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-aiohttp/Makefile diff -u pkgsrc/www/py-aiohttp/Makefile:1.54 pkgsrc/www/py-aiohttp/Makefile:1.55 --- pkgsrc/www/py-aiohttp/Makefile:1.54 Sun Jan 16 09:05:31 2022 +++ pkgsrc/www/py-aiohttp/Makefile Mon Sep 26 18:55:02 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2022/01/16 09:05:31 adam Exp $ +# $NetBSD: Makefile,v 1.55 2022/09/26 18:55:02 adam Exp $ -DISTNAME= aiohttp-3.8.1 +DISTNAME= aiohttp-3.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/} Index: pkgsrc/www/py-aiohttp/PLIST diff -u pkgsrc/www/py-aiohttp/PLIST:1.10 pkgsrc/www/py-aiohttp/PLIST:1.11 --- pkgsrc/www/py-aiohttp/PLIST:1.10 Sat Jan 15 23:35:13 2022 +++ pkgsrc/www/py-aiohttp/PLIST Mon Sep 26 18:55:02 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2022/01/15 23:35:13 js Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/09/26 18:55:02 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -17,21 +17,15 @@ ${PYSITELIB}/aiohttp/__init__.py ${PYSITELIB}/aiohttp/__init__.pyc ${PYSITELIB}/aiohttp/__init__.pyo ${PYSITELIB}/aiohttp/_cparser.pxd -${PYSITELIB}/aiohttp/_find_header.c -${PYSITELIB}/aiohttp/_find_header.h ${PYSITELIB}/aiohttp/_find_header.pxd ${PYSITELIB}/aiohttp/_headers.pxi -${PYSITELIB}/aiohttp/_helpers.c ${PYSITELIB}/aiohttp/_helpers.pyi ${PYSITELIB}/aiohttp/_helpers.pyx ${PYSITELIB}/aiohttp/_helpers.so -${PYSITELIB}/aiohttp/_http_parser.c ${PYSITELIB}/aiohttp/_http_parser.pyx ${PYSITELIB}/aiohttp/_http_parser.so -${PYSITELIB}/aiohttp/_http_writer.c ${PYSITELIB}/aiohttp/_http_writer.pyx ${PYSITELIB}/aiohttp/_http_writer.so -${PYSITELIB}/aiohttp/_websocket.c ${PYSITELIB}/aiohttp/_websocket.pyx ${PYSITELIB}/aiohttp/_websocket.so ${PYSITELIB}/aiohttp/abc.py Index: pkgsrc/www/py-aiohttp/distinfo diff -u pkgsrc/www/py-aiohttp/distinfo:1.49 pkgsrc/www/py-aiohttp/distinfo:1.50 --- pkgsrc/www/py-aiohttp/distinfo:1.49 Sat Jan 15 23:35:13 2022 +++ pkgsrc/www/py-aiohttp/distinfo Mon Sep 26 18:55:02 2022 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.49 2022/01/15 23:35:13 js Exp $ +$NetBSD: distinfo,v 1.50 2022/09/26 18:55:02 adam Exp $ -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 +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 --_----------=_1664218503262330--