Accepting request 1307079 from home:glaubitz:branches:devel:languages:python

- Update to 2.15.3
  * switch pl2cpa to new[]
  * replaced uses of calloc with std::unique_ptr<[]>
  * changed pl2cpa into template returning std::unique_ptr
  * switch to is_trivially_copyable for sake of g++ 15+
  * added wrapper for ES_PUNCTUATION
  * added wrapper for UProperty.DEPRECATED
  * drop trainling space from INVALID_CODE wrapper
- Drop pyicu-2.15-gcc15.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1307079
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=49
This commit is contained in:
2025-09-25 10:59:34 +00:00
committed by Git OBS Bridge
parent a154e0e050
commit 0d16cf82aa
5 changed files with 17 additions and 35 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 25 10:46:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.15.3
* switch pl2cpa to new[]
* replaced uses of calloc with std::unique_ptr<[]>
* changed pl2cpa into template returning std::unique_ptr
* switch to is_trivially_copyable for sake of g++ 15+
* added wrapper for ES_PUNCTUATION
* added wrapper for UProperty.DEPRECATED
* drop trainling space from INVALID_CODE wrapper
- Drop pyicu-2.15-gcc15.patch, merged upstream
-------------------------------------------------------------------
Tue May 6 09:30:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>