forked from pool/python-PyICU
Accepting request 1031525 from home:mcalabkova:branches:devel:languages:python
- update to version 2.10.2 * added support for ICU 72.1 * fixed bug in logic computing max_char for PyUnicode_New() * added some wrappers OBS-URL: https://build.opensuse.org/request/show/1031525 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=25
This commit is contained in:
3
PyICU-2.10.2.tar.gz
Normal file
3
PyICU-2.10.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c3309eea7fab6857507ace62403515b60fe096cbfb4f90d14f55ff75c5441c1
|
||||||
|
size 255558
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c29d6ce65546157117a1a347a303ecdfcf1a7591ed679fc88cdef4108845878
|
|
||||||
size 305193
|
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 27 10:57:22 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 2.10.2
|
||||||
|
* added support for ICU 72.1
|
||||||
|
* fixed bug in logic computing max_char for PyUnicode_New()
|
||||||
|
* added some wrappers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 13 14:40:40 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
Wed Apr 13 14:40:40 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%global modname PyICU
|
%global modname PyICU
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 2.9
|
Version: 2.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Extension Wrapping the ICU C++ API
|
Summary: Python Extension Wrapping the ICU C++ API
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user