Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 62E5985C47 for ; Fri, 27 Oct 2023 09:04:25 +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 xi5eNcTHkGls for ; Fri, 27 Oct 2023 09:04:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D744C85C44 for ; Fri, 27 Oct 2023 09:04:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CDA77FADC; Fri, 27 Oct 2023 09:04:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169839746437240" MIME-Version: 1.0 Date: Fri, 27 Oct 2023 09:04:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-babel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231027090424.CDA77FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169839746437240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 27 09:04:24 UTC 2023 Modified Files: pkgsrc/devel/py-babel: Makefile distinfo Log Message: py-babel: updated to 2.13.1 Version 2.13.1 This is a patch release to fix a few bugs. Fixes * Fix a typo in ``_locales_to_names`` * Fix ``setuptools`` dependency for Python 3.12 To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-babel/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-babel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169839746437240 Content-Disposition: inline Content-Length: 1538 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-babel/Makefile diff -u pkgsrc/devel/py-babel/Makefile:1.36 pkgsrc/devel/py-babel/Makefile:1.37 --- pkgsrc/devel/py-babel/Makefile:1.36 Sat Oct 7 04:12:48 2023 +++ pkgsrc/devel/py-babel/Makefile Fri Oct 27 09:04:24 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2023/10/07 04:12:48 adam Exp $ +# $NetBSD: Makefile,v 1.37 2023/10/27 09:04:24 adam Exp $ -DISTNAME= Babel-2.13.0 +DISTNAME= Babel-2.13.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=B/Babel/} Index: pkgsrc/devel/py-babel/distinfo diff -u pkgsrc/devel/py-babel/distinfo:1.20 pkgsrc/devel/py-babel/distinfo:1.21 --- pkgsrc/devel/py-babel/distinfo:1.20 Sat Oct 7 04:12:48 2023 +++ pkgsrc/devel/py-babel/distinfo Fri Oct 27 09:04:24 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/10/07 04:12:48 adam Exp $ +$NetBSD: distinfo,v 1.21 2023/10/27 09:04:24 adam Exp $ -BLAKE2s (Babel-2.13.0.tar.gz) = dd63145af7fcce5c9043000be63d14e391fc17f82377fe0aefe566086fe726cb -SHA512 (Babel-2.13.0.tar.gz) = 43f4b5fdd8653639111a767c4b082333d89695507e92c3fca88262f23ee7531d4600ec794e908e78a64da1ec54020c7127df3deaf979e15c4e1067cdb839aa47 -Size (Babel-2.13.0.tar.gz) = 9909829 bytes +BLAKE2s (Babel-2.13.1.tar.gz) = 8de777e2fd515204046c08e6c5cd8d0a902f1f524a778fd77e4115309cc2401b +SHA512 (Babel-2.13.1.tar.gz) = c27c76456094927bd43ae46cd3e08fcc729dd810a6092da6c86e863523c10746bb3759e7fc9f5396504ab914743ef013904b63b3aa63338602f23aaf83d42cba +Size (Babel-2.13.1.tar.gz) = 9909844 bytes --_----------=_169839746437240--