Received: by mail.netbsd.org (Postfix, from userid 605) id B9BFE84E63; Mon, 13 Mar 2023 08:44:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E960984E5F for ; Mon, 13 Mar 2023 08:44:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kqgKceD-7B94 for ; Mon, 13 Mar 2023 08:44:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 68D8484D54 for ; Mon, 13 Mar 2023 08:44:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 617DBFA90; Mon, 13 Mar 2023 08:44:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678697046114270" MIME-Version: 1.0 Date: Mon, 13 Mar 2023 08:44:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-exceptiongroup To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230313084406.617DBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678697046114270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Mar 13 08:44:06 UTC 2023 Modified Files: pkgsrc/devel/py-exceptiongroup: Makefile distinfo Log Message: py-exceptiongroup: updated to 1.1.1 1.1.1 Worked around CPython issue 98778, urllib.error.HTTPError(..., fp=None) raises KeyError on unknown attribute access, on affected Python versions. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-exceptiongroup/Makefile \ pkgsrc/devel/py-exceptiongroup/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678697046114270 Content-Disposition: inline Content-Length: 1683 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-exceptiongroup/Makefile diff -u pkgsrc/devel/py-exceptiongroup/Makefile:1.7 pkgsrc/devel/py-exceptiongroup/Makefile:1.8 --- pkgsrc/devel/py-exceptiongroup/Makefile:1.7 Fri Mar 3 11:50:07 2023 +++ pkgsrc/devel/py-exceptiongroup/Makefile Mon Mar 13 08:44:06 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/03/03 11:50:07 adam Exp $ +# $NetBSD: Makefile,v 1.8 2023/03/13 08:44:06 adam Exp $ -DISTNAME= exceptiongroup-1.1.0 +DISTNAME= exceptiongroup-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=e/exceptiongroup/} Index: pkgsrc/devel/py-exceptiongroup/distinfo diff -u pkgsrc/devel/py-exceptiongroup/distinfo:1.7 pkgsrc/devel/py-exceptiongroup/distinfo:1.8 --- pkgsrc/devel/py-exceptiongroup/distinfo:1.7 Fri Mar 3 11:50:07 2023 +++ pkgsrc/devel/py-exceptiongroup/distinfo Mon Mar 13 08:44:06 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2023/03/03 11:50:07 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/03/13 08:44:06 adam Exp $ -BLAKE2s (exceptiongroup-1.1.0.tar.gz) = c40d1407912c703e15076d45fcbf85a6f50959a72eb00e8679381dadada2639b -SHA512 (exceptiongroup-1.1.0.tar.gz) = 99e3745ed04727bb1d1099dcc1da64e59ae14bb45911334268c8469d04fec88bfecbf1a57732d789a93f4c5e9ae6d472b6f3663ea1bd8bbee660f5521605a9d4 -Size (exceptiongroup-1.1.0.tar.gz) = 14696 bytes +BLAKE2s (exceptiongroup-1.1.1.tar.gz) = b6188931f42da052638c0123c8fa4d2535f37d223b374c4286f94f2f0c38d0c4 +SHA512 (exceptiongroup-1.1.1.tar.gz) = c12bc08230995c0099d4c2d7664dd069ecbfcda3b2fbfe4c5d8497642c977835ca8ec449af5e28842b47d48b983f7d291acf5a9db049e2afa317ecd29cd5c565 +Size (exceptiongroup-1.1.1.tar.gz) = 14828 bytes --_----------=_1678697046114270--