Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 275621A9239 for ; Fri, 10 Dec 2021 18:20:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3E13984E64; Fri, 10 Dec 2021 18:20:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 790E684D6C for ; Fri, 10 Dec 2021 18:20:07 +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 eosKl-F6TqI7 for ; Fri, 10 Dec 2021 18:20:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E673C84CD9 for ; Fri, 10 Dec 2021 18:20:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DAB75FAEC; Fri, 10 Dec 2021 18:20:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163916040676930" MIME-Version: 1.0 Date: Fri, 10 Dec 2021 18:20:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-ICU To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211210182006.DAB75FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163916040676930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 10 18:20:06 UTC 2021 Modified Files: pkgsrc/textproc/py-ICU: Makefile distinfo Log Message: py-ICU: updated to 2.8 Version 2.7.4 -> 2.8 -------------------- - fixed test failure in test_DateTimeParserGenerator.py with version 70.1rc - added wrappers for UCurrNameStyle and for ucurr_getName() onto CurrencyUnit - added support for ICU 70.1 - added FieldPosition-less overloads to RuleBasedNumberFormat.format() - added pyproject.toml file to (also) build via python -m build To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-ICU/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-ICU/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163916040676930 Content-Disposition: inline Content-Length: 1694 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-ICU/Makefile diff -u pkgsrc/textproc/py-ICU/Makefile:1.18 pkgsrc/textproc/py-ICU/Makefile:1.19 --- pkgsrc/textproc/py-ICU/Makefile:1.18 Wed Dec 8 16:06:45 2021 +++ pkgsrc/textproc/py-ICU/Makefile Fri Dec 10 18:20:06 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2021/12/08 16:06:45 adam Exp $ +# $NetBSD: Makefile,v 1.19 2021/12/10 18:20:06 adam Exp $ -DISTNAME= PyICU-2.7.4 +DISTNAME= PyICU-2.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyICU/ICU/} -PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyICU/} Index: pkgsrc/textproc/py-ICU/distinfo diff -u pkgsrc/textproc/py-ICU/distinfo:1.11 pkgsrc/textproc/py-ICU/distinfo:1.12 --- pkgsrc/textproc/py-ICU/distinfo:1.11 Tue Oct 26 11:22:58 2021 +++ pkgsrc/textproc/py-ICU/distinfo Fri Dec 10 18:20:06 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 11:22:58 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/12/10 18:20:06 adam Exp $ -BLAKE2s (PyICU-2.7.4.tar.gz) = 3547002434a005360a4120df684b11cf147201dab59df93af8f2f2d480afac1b -SHA512 (PyICU-2.7.4.tar.gz) = b1252f04c162525b607f28704629389a0765961eb3b8d8c7e67a141f9ecbe6d420cfdd043bc945134db8df550cd58316c08a3ac9c30192e04b0710ad2bc21c1d -Size (PyICU-2.7.4.tar.gz) = 298560 bytes +BLAKE2s (PyICU-2.8.tar.gz) = 87cb6e2fa737d8395a190de995647dae84ba813b6ead4648a96ccc82fd036ed9 +SHA512 (PyICU-2.8.tar.gz) = c0447a7ffa3eef69a24fc4347496fe40c48df9bf13871c9920f1b932b409642fd4d3a63e272262cb4b4ed4ec7f9070b6d93e9ee70d0efea7eaa049e1c8d5afc2 +Size (PyICU-2.8.tar.gz) = 299223 bytes SHA1 (patch-locale.cpp) = 4e259f3130e94bd8114d7781e36e21236c13d5b6 SHA1 (patch-setup.py) = 3893b157dcd2ed8d8a6eddffd9545a6001517271 --_----------=_163916040676930--