SHA256
1
0
forked from pool/python-PyICU

18 Commits

Author SHA256 Message Date
8de244f37c Accepting request 1180849 from devel:languages:python
- Update to 2.13.1:
  - change c++11 to c++17 in setup.py as current versions of ICU require it
- 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

OBS-URL: https://build.opensuse.org/request/show/1180849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=19
2024-06-17 17:27:06 +00:00
42bb6b4cfb Accepting request 1133871 from devel:languages:python
- update to 2.12:
  * fixed bug in RegexMatcher.reset() not retaining ownership
    of string
    - added wrappers for TimeZoneNames class
    - added wrapper for TimeZone.getIanaID()
    - added wrapper for
  * added support for ICU 74.1

- add missing six declaration for testsuite
  * Support ICU 69

OBS-URL: https://build.opensuse.org/request/show/1133871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=18
2023-12-19 22:15:24 +00:00
1866e7ccf7 Accepting request 1095995 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1095995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=17
2023-06-30 17:58:07 +00:00
014677032b Accepting request 1095261 from devel:languages:python
- Clean up SPEC file.
- Add remove_six.patch which removes the need to use six.
- Update to version 2.11
  * fixed bug PluralFormat.format accepting python strings, which are immutable
  * fixed bug with UWordBreak wrapping wrong enum (UBreakIteratorType)
  * added wrappers for UBreakIteratorType, ULine|SentenceBreakTag
  * added wrappers for DateTimePatternGenerator::set|getDateTimeFormat()
  * added wrappers for Precision::incrementExact()
  * Locale objects can now be sorted (Fredrik Roubert)
  * added wrapper for Calendar::inTemporalLeapYear()
  * added wrappers for Calendar::get|getTemporalMonthCode()
  * changed all Calendar setters to return self instead of None, setter chaining
- Use sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1095261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=16
2023-06-27 21:15:38 +00:00
39e20bd323 Accepting request 1031560 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1031560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=15
2022-10-28 17:29:27 +00:00
a716bed9bf Accepting request 969908 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/969908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=14
2022-04-15 22:12:41 +00:00
c491e5801e Accepting request 930994 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/930994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=13
2021-11-13 21:48:22 +00:00
ffebff057b Accepting request 930138 from devel:languages:python
- add missing six declaration for testsuite

OBS-URL: https://build.opensuse.org/request/show/930138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=12
2021-11-10 20:45:54 +00:00
Richard Brown
54a46886fe Accepting request 912371 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/912371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=11
2021-08-19 11:06:36 +00:00
Richard Brown
91f1e28fa6 Accepting request 912187 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/912187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=10
2021-08-16 08:08:40 +00:00
72a0ac972b Accepting request 888967 from devel:languages:python
- Add patch support-icu-69.patch:
  * Support ICU 69

OBS-URL: https://build.opensuse.org/request/show/888967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=9
2021-04-29 20:44:44 +00:00
ee5665ae8a Accepting request 855810 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/855810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=8
2020-12-16 09:59:49 +00:00
815ebb0593 Accepting request 788930 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/788930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=7
2020-03-29 12:25:06 +00:00
747cd1cbfd Accepting request 764636 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/764636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=6
2020-01-16 17:16:07 +00:00
34e28991d6 Accepting request 699375 from devel:languages:python
- Update to 2.3.1:
  * fixed build error with ICU 61, ICU 62

OBS-URL: https://build.opensuse.org/request/show/699375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=5
2019-05-05 19:19:03 +00:00
5b7ded75cc Accepting request 690344 from devel:languages:python
- Update to 2.3:
  - added support for also trying pkg-config for build configuration (Linux)
  - fixed compilation issue in collator.cpp when not using c++11 (and icu < 60)
  - added support for ICU 64.1
  - filled out wrappers for missing NumberFormatter methods and classes

OBS-URL: https://build.opensuse.org/request/show/690344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=4
2019-04-04 10:02:03 +00:00
0123c7b57a Accepting request 645874 from devel:languages:python
- Version update to 2.2:
  * Many fixes to build well with newest ICU releases
- Drop not really needed service
- Cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/645874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=3
2018-11-01 13:45:00 +00:00
8da2f5041a Accepting request 569240 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/569240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=2
2018-01-25 11:40:05 +00:00

Diff Content Not Available