pyicu 2.16__tar.gz → 2.16.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyicu-2.16 → pyicu-2.16.1}/CHANGES +5 -0
- {pyicu-2.16/py/PyICU.egg-info → pyicu-2.16.1}/PKG-INFO +1 -1
- {pyicu-2.16 → pyicu-2.16.1}/arg.h +0 -1
- {pyicu-2.16 → pyicu-2.16.1}/common.h +2 -0
- {pyicu-2.16 → pyicu-2.16.1/py/PyICU.egg-info}/PKG-INFO +1 -1
- {pyicu-2.16 → pyicu-2.16.1}/setup.py +1 -1
- {pyicu-2.16 → pyicu-2.16.1}/CREDITS +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/LICENSE +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/MANIFEST.in +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/README.md +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/_icu_.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/bases.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/bases.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/bidi.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/bidi.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/calendar.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/calendar.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/casemap.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/casemap.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/char.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/char.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/charset.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/charset.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/collator.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/collator.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/common.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/dateformat.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/dateformat.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/displayoptions.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/displayoptions.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/errors.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/errors.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/format.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/format.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/gender.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/gender.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/idna.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/idna.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/iterators.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/iterators.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/layoutengine.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/layoutengine.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/locale.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/locale.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/macros.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/measureunit.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/measureunit.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/messagepattern.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/messagepattern.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/normalizer.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/normalizer.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/numberformat.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/numberformat.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/py/PyICU.egg-info/SOURCES.txt +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/py/PyICU.egg-info/dependency_links.txt +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/py/PyICU.egg-info/top_level.txt +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/py/icu/__init__.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/pyproject.toml +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/regex.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/regex.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/samples/break.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/samples/strsrch.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/script.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/script.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/search.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/search.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/setup.cfg +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/shape.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/shape.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/spoof.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/spoof.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/__init__.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/lohit_hi.ttf +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/noms.txt +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Bidi.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_BreakIterator.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_BytesTrie.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Charset.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Collator.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_DateTimePatternGenerator.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_LayoutEngine.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_ListFormatter.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Locale.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_LocaleData.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_LocaleMatcher.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_MessageFormat.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_MessagePattern.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Normalizer.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_NumberFormat.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_NumberFormatter.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Property.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_PythonReplaceable.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Regex.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Script.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_SimpleFormatter.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Spoof.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_TimeZone.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_Transliterator.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_UCS4.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_UCharsTrie.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_UDate.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/test/test_UnicodeSet.py +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/timezone.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/timezone.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/transliterator.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/transliterator.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/tries.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/tries.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/tzinfo.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/tzinfo.h +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/unicodeset.cpp +0 -0
- {pyicu-2.16 → pyicu-2.16.1}/unicodeset.h +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
Issues can be seen at https://gitlab.pyicu.org/main/pyicu/-/issues/<num>
|
|
2
2
|
|
|
3
|
+
Version 2.16 -> 2.16.1
|
|
4
|
+
----------------------
|
|
5
|
+
- move <memory> include from arg.h to common.h
|
|
6
|
+
- added support for ICU 78.2
|
|
7
|
+
|
|
3
8
|
Version 2.15.3 -> 2.16
|
|
4
9
|
----------------------
|
|
5
10
|
- fixed issue #178
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|