pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-ICU py-ICU: update to 2.7.2. fixes build w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3918e9229645
branches:  trunk
changeset: 451326:3918e9229645
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Apr 26 07:42:44 2021 +0000

description:
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

diffstat:

 textproc/py-ICU/Makefile |   5 ++---
 textproc/py-ICU/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 5abdf9cea988 -r 3918e9229645 textproc/py-ICU/Makefile
--- a/textproc/py-ICU/Makefile  Mon Apr 26 07:41:21 2021 +0000
+++ b/textproc/py-ICU/Makefile  Mon Apr 26 07:42:44 2021 +0000
@@ -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/}
 
diff -r 5abdf9cea988 -r 3918e9229645 textproc/py-ICU/distinfo
--- a/textproc/py-ICU/distinfo  Mon Apr 26 07:41:21 2021 +0000
+++ b/textproc/py-ICU/distinfo  Mon Apr 26 07:42:44 2021 +0000
@@ -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