14
0
forked from pool/python-PyICU

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

- Update to 2.15.2
  * fixed calloc/free mismatch with arg::Q() uses (Fredrik Roubert)
  * replaced all malloc/calloc/free with std::unique_ptr<T[]>
- from version 2.15.1
  * fixed build error missing conditional ICU < 70 in UnicodeSetIterator()
  * fixed Enum arg parser with broken strict aliasing rules (Jakub Wilk)
  * replaced all new[]/delete[] with std::unique_ptr<[]>, fixed leaks
  * replaced most new/delete with std::unique_ptr<>, fixed leaks
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1274848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=47
This commit is contained in:
2025-05-06 11:16:54 +00:00
committed by Git OBS Bridge
parent 838fb3884d
commit 938ce7e775
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:241bf4e73851524af67fea5d94ff60bac83dd98ce3ef6fd6f2c00e07e8476c87
size 267399

3
pyicu-2.15.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:561e77eedff17cec6839f26211f7a5ce3c071b776e8a0ec9d1207f46cbce598f
size 267721

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 6 09:30:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.15.2
* fixed calloc/free mismatch with arg::Q() uses (Fredrik Roubert)
* replaced all malloc/calloc/free with std::unique_ptr<T[]>
- from version 2.15.1
* fixed build error missing conditional ICU < 70 in UnicodeSetIterator()
* fixed Enum arg parser with broken strict aliasing rules (Jakub Wilk)
* replaced all new[]/delete[] with std::unique_ptr<[]>, fixed leaks
* replaced most new/delete with std::unique_ptr<>, fixed leaks
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Tue May 6 08:34:17 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>

View File

@@ -19,12 +19,12 @@
%global modname PyICU
%{?sle15_python_module_pythons}
Name: python-%{modname}
Version: 2.15
Version: 2.15.2
Release: 0
Summary: Python Extension Wrapping the ICU C++ API
License: MIT
URL: https://gitlab.pyicu.org
Source0: https://files.pythonhosted.org/packages/source/P/PyICU/PyICU-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/pyicu/pyicu-%{version}.tar.gz
# PATCH-FEATURE-UPSTREAM remove_six.patch mcepl@suse.com
# Remove dependency on six
Patch0: remove_six.patch