Subject: CVS commit: pkgsrc/textproc/py-ICU
From: Adam Ciarcinski
Date: 2022-11-23 23:18:47
Message id: 20221123221847.ED6E6FA90@cvs.NetBSD.org

Log Message:
py-ICU: updated to 2.10.2

Version 2.10.1 -> 2.10.2
------------------------
- fixed bug in logic computing max_char for PyUnicode_New()

Version 2.10 -> 2.10.1
----------------------
- fixed build issues with ICU < 72

Version 2.9 -> 2.10
-------------------
- fixed bug with building on MacOS when pkg-config is present
- added link to note about building everything from sources
- added wrapper for u_cleanup/u_init sequence as ResourceBundle.resetICU()
- added wrapper for TimeZone.getRegion()
- added support for ICU 72.1
- added wrapper for UnicodeSetIterator::skipToStrings()
- added wrapper for DisplayOptions, DisplayOptions::Builder and related enums
- added wrapper for FormattedNumber::getNounClass()
- added wrapper for NumberFormatter.displayOptions()

Files:
RevisionActionfile
1.24modifypkgsrc/textproc/py-ICU/Makefile
1.15modifypkgsrc/textproc/py-ICU/distinfo
1.4modifypkgsrc/textproc/py-ICU/patches/patch-setup.py