pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-ICU



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 25 07:44:52 UTC 2023

Modified Files:
        pkgsrc/textproc/py-ICU: Makefile distinfo

Log Message:
py-ICU: updated to 2.11

Version 2.10.2 -> 2.11
----------------------
- fixed bug PluralFormat.format accepting python strings, which are immutable
- fixed bug with UWordBreak wrapping wrong enum (UBreakIteratorType)
- added wrappers for UBreakIteratorType, ULine|SentenceBreakTag
- added wrappers for DateTimePatternGenerator::set|getDateTimeFormat()
- added wrappers for Precision::incrementExact()
- Locale objects can now be sorted (Fredrik Roubert)
- added wrapper for Calendar::inTemporalLeapYear()
- added wrappers for Calendar::get|getTemporalMonthCode()
- changed all Calendar setters to return self instead of None, setter chainingCVS: ----------------------------------------------------------------------


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-ICU/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-ICU/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-ICU/Makefile
diff -u pkgsrc/textproc/py-ICU/Makefile:1.25 pkgsrc/textproc/py-ICU/Makefile:1.26
--- pkgsrc/textproc/py-ICU/Makefile:1.25        Wed Apr 19 08:11:39 2023
+++ pkgsrc/textproc/py-ICU/Makefile     Tue Apr 25 07:44:52 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2023/04/19 08:11:39 adam Exp $
+# $NetBSD: Makefile,v 1.26 2023/04/25 07:44:52 adam Exp $
 
-DISTNAME=      PyICU-2.10.2
+DISTNAME=      PyICU-2.11
 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.15 pkgsrc/textproc/py-ICU/distinfo:1.16
--- pkgsrc/textproc/py-ICU/distinfo:1.15        Wed Nov 23 22:18:47 2022
+++ pkgsrc/textproc/py-ICU/distinfo     Tue Apr 25 07:44:52 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2022/11/23 22:18:47 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/04/25 07:44:52 adam Exp $
 
-BLAKE2s (PyICU-2.10.2.tar.gz) = b2ba165784fda4562e4c09715917d861dffe62efa7fd3f62ca3eb4f64e85917e
-SHA512 (PyICU-2.10.2.tar.gz) = 1ccb43496e1719314c2f1f81f6535cb57688917b19fdbc56b2773f9372f70160d69660a67f63fde3cee0384d7df649aad8539375be5c9be3ede8e1335a126bd7
-Size (PyICU-2.10.2.tar.gz) = 255558 bytes
+BLAKE2s (PyICU-2.11.tar.gz) = 95c0cb57a5a1a4dc1b63f342200bdd071238c2fd30fe67e74a5f78eae4ff5311
+SHA512 (PyICU-2.11.tar.gz) = d57ca2b29eafe336efca5285e10c9bfe1a6a1b575b3e52accd86a114ccf289bea0c004a5b26bd4e800211cca61df5aa1a11348a3f1dc73672b7b76dd971d6a25
+Size (PyICU-2.11.tar.gz) = 257899 bytes
 SHA1 (patch-locale.cpp) = 4e259f3130e94bd8114d7781e36e21236c13d5b6
 SHA1 (patch-setup.py) = 112bcc2b34c3f087799b592f2ae020cad4f76c0b



Home | Main Index | Thread Index | Old Index