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: nia
Date: Mon Apr 26 07:42:44 UTC 2021
Modified Files:
pkgsrc/textproc/py-ICU: Makefile distinfo
Log Message:
py-ICU: update to 2.7.2. fixes build with icu 69.1.
Version 2.7.1 -> 2.7.2
----------------------
- worked around limitation of Visual Studio 2017 (cgohlke)
- added missing test and samples files to distribution (foutrelis)
Version 2.7 -> 2.7.1
--------------------
- added some tests for TimeZone classes
- fixed bug w/FormattedNumberRange.getFirst|SecondDecimal() gone w/ ICU 68.1+
- fixed bug with VTimeZone.write() wrapper invoking VTimeZone.writeSimple()
Version 2.6 -> 2.7
------------------
- added wrapper for Locale.canonicalize()
- added wrappers for MeasureUnit.product(), reciprocal(), getDimensionality()
- added wrapper for MeasureUnit.forIdentifier()
- implemented *, /, **, 1/m for MeasureUnit in terms of product and reciprocal
- added wrappers for BasicTimeZone, RuleBasedTimeZone, VTimeZone
- added wrappers for TimeZoneTransition, TimeZoneRule and its subclasses
- added wrappers for DateTimeRule, DateRuleType, TimeRuleType
- added support for ICU 69.1
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-ICU/Makefile
cvs rdiff -u -r1.6 -r1.7 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.14 pkgsrc/textproc/py-ICU/Makefile:1.15
--- pkgsrc/textproc/py-ICU/Makefile:1.14 Sun Apr 25 08:49:49 2021
+++ pkgsrc/textproc/py-ICU/Makefile Mon Apr 26 07:42:44 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2021/04/25 08:49:49 nia Exp $
+# $NetBSD: Makefile,v 1.15 2021/04/26 07:42:44 nia Exp $
-DISTNAME= PyICU-2.6
+DISTNAME= PyICU-2.7.2
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.6 pkgsrc/textproc/py-ICU/distinfo:1.7
--- pkgsrc/textproc/py-ICU/distinfo:1.6 Thu Nov 5 18:11:55 2020
+++ pkgsrc/textproc/py-ICU/distinfo Mon Apr 26 07:42:44 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2020/11/05 18:11:55 adam Exp $
+$NetBSD: distinfo,v 1.7 2021/04/26 07:42:44 nia Exp $
-SHA1 (PyICU-2.6.tar.gz) = 6bc1f4c1b869d6718f97bdb48869d951cc8c13a8
-RMD160 (PyICU-2.6.tar.gz) = eb7526087021f6fcedaca42c3e951860112a914b
-SHA512 (PyICU-2.6.tar.gz) = ab4c167cbeb80a23904476e51a3c16aa4721e26840b1d4c2f44b5a610e5467a6880c45f27636efb9e44e8e4302a095d437f4868409103270d79ecd56a3d90c9c
-Size (PyICU-2.6.tar.gz) = 233826 bytes
+SHA1 (PyICU-2.7.2.tar.gz) = 16681c21d5a5acd581eafcda05a76cb0477ec4a6
+RMD160 (PyICU-2.7.2.tar.gz) = 746103f3396fe57434fe67795c1538c598cc083a
+SHA512 (PyICU-2.7.2.tar.gz) = 45d60ec2fc7a62d4f7b9d4cc954529b2cd998161172f6017a399ebb31fff9d7da24231e461c6ecb17d77246c96d93c7bbf5cd693eb1b66c46a729c215b4134f1
+Size (PyICU-2.7.2.tar.gz) = 293861 bytes
SHA1 (patch-locale.cpp) = 4e259f3130e94bd8114d7781e36e21236c13d5b6
SHA1 (patch-setup.py) = 3893b157dcd2ed8d8a6eddffd9545a6001517271
Home |
Main Index |
Thread Index |
Old Index