Subject: CVS commit: pkgsrc/textproc/py-ICU
From: Adam Ciarcinski
Date: 2024-05-29 19:51:10
Message id: 20240529175110.CDE01FA2C@cvs.NetBSD.org

Log Message:
py-ICU: updated to 2.13.1

Version 2.13 -> 2.13.1
----------------------
- change c++11 to c++17 in setup.py as current versions of ICU require it

Version 2.12 -> 2.13
--------------------
- fixed build issues on Windows
- added wrappers for MeasureUnit(locale, width) and getUnitDisplayName()
- added wrappers for DateFormatSymbols.getEra|ZodiacNames()
- added wrappers for DateFormatSymbols.getZoneStrings()
- added wrappers for LocaleDisplayNames
- fixed bug dealloc calling wrong destructor on most types (Fredrik Roubert)
- added support for ICU 75.1
- added wrappers for LocalizedNumber|Range|Formatter.withoutLocale()
- added wrappers for UIdentifierType, Char.hasIDType(), Char.getIDTypes()
- added wrappers for UIdentifierStatus
- added wrappers for UProperty.IDENTIFIER_TYPE, UProperty.IDENTIFIER_STATUS

Files:
RevisionActionfile
1.30modifypkgsrc/textproc/py-ICU/Makefile
1.18modifypkgsrc/textproc/py-ICU/distinfo
1.2modifypkgsrc/textproc/py-ICU/patches/patch-locale.cpp
1.5modifypkgsrc/textproc/py-ICU/patches/patch-setup.py