Changelog for
python3-PyICU-2.2-2.5.x86_64.rpm :
* Thu Nov 01 2018 Tomáš Chvátal
- Version update to 2.2:
* Many fixes to build well with newest ICU releases- Drop not really needed service- Cleanup with spec-cleaner
* Wed Jan 24 2018 mlinAATTsuse.com- Update to 2.0.2
* Added wrappers for Region class and URegionType enum
* Added wrappers for MeasureFormat.formatMeasure and formatMeasurePerUnit
* Fixed build error with ICU < 53- Update the URL- Removed unneed python-PyICU-1.9.7-quote_Version.patch- Running test on python3 only, upstream has problem with running test on python2, upstream issue #61
* Wed Jan 24 2018 mlinAATTsuse.com- Update to 2.0.1
* Made Measure wrapper abstract when building with ICU < 53.1
* str(Measure) uses NumberFormatter when available
* Wed Jan 24 2018 mlinAATTsuse.com- Update to 2.0.0
* Use icu-config for configuring compiler and linker (Constantine Peresypkin)
* Added wrappers for UBidiPairedBracketType enum
* Added wrappers for UWordBreakValues enum
* Added wrappers for UJoiningGroup enum
* Added wrappers for 120+ MeasureUnit static factory methods
* Added wrapper for NoUnit class
* Added wrapper for TimeUnit class
* Added missing Measure constructor(Formattable or number, MeasureUnit)
* Added wrappers for NumberFormatter and related classes and enums, and tests
* Added wrapper for SimpleFormatter and tests
* Fixed bugs in test_LocaleData.py using undefined values (Fredrik Roubert)
* Added wrapper for UMemory and made it UObject\'s base
* Removed unused docs.py
* Wed Jan 24 2018 mlinAATTsuse.com- Update to 1.9.8
* Fixed bugs in \"UnicodeString as sequence\"; it\'s a sequence of 16-bit UChar
* Added support for ICU 60.1
* Thu Jun 08 2017 okurzAATTsuse.com- Update to 1.9.7
* Remove dependency on deprecated and removed ICU LayoutEngine
* Tue May 12 2015 lazy.kentAATTopensuse.org- Update to 1.9.2 (excluding openSUSE 11.4).
* Added MANIFEST.in to ensure nothing\'s missing in the \'sdist\' package.
* Enabled -Wwrite-strings and fixed warnings.
* Added missing conditionals around uses of features in newer ICU versions.- Changes in 1.9.
* Fixed utf-8 conversion error position reporting.
* Fixed delete/delete[] bug in common.cpp.
* Added support for ICU 54.1 and ICU 55.1.
* Replaced UnicodeString idna methods with new uidna.h UTS #46 wrapper (55.1).
* Added wrapper for Char functions and related enums (from
* uchar.h).
* Added wrapper for Shape defines and shapeArabic() (from ushape.h).
* Added wrapper for RelativeDateTimeFormatter.- Drop the source and the patch for openSUSE 12.3.
* Sat Aug 02 2014 lazy.kentAATTopensuse.org- Update to 1.8 (excluding openSUSE 11.4 and 12.3).
* Added wrapper for Locale::getRoot().
* Added tp_hash implemention for Locale type based on Locale::hashCode().
* Fixed bug 13112.
* Added support for building with PyPy.
* Added Locale(lcid) constructor calling uloc_getLocaleForLCID().
* Added wrapper for CompactDecimalFormat and its createInstance() method.- Changes in 1.7.
* Added missing #include for .
* Fixed issues building against ICU 4.2.
* Added wrapper for Script.isRightToLeft().
* Added support for ICU 53.1.
* Added wrappers for other Script functions introduced in ICU 51.- Changes in 1.6.
* Removed wrappers for some layoutengine.cpp internal flags.
* Added wrappers for ULocaleData functions.
* Added wrappers for uscript functions and UScriptCode enum.
* Added support for ICU 52.1.
* Added wrapper for Locale::setKeywordValue().
* Added Locale::removeKeywordValue().
* Added support for ListFormatter.- Change BuildRequires: python-distribute -> python-setuptools.
* Fri Mar 15 2013 lazy.kentAATTopensuse.org- Update to 1.5 (excluding openSUSE 11.4 and 12.1).
* Added wrapper for MessageFormat::format(argumentNames, arguments, ...).
* Fixed bug in t_transliterator_filteredTransliterate passing UBool for int.
* Added wrapper for DateFormat::format(Calendar).
* Added wrapper for Calendar::set(UCalendarDateFields field, value).
* Added wrappers for UnicodeString::toTitle() w/o iterator.
* Added support for ICU 50.1.
* Improved test_Collator\'s testGetSortKey().
* Added pypi classifiers to PyICU project info.- Use pkgconfig(
*) as build dependencies.- Don\'t use \"--record-rpm\" during install; add to %files section.
* Wed Jul 18 2012 lazy.kentAATTopensuse.org- Fix suse_version for Factory (12.3).