14
0
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:
2022-10-27 13:53:38 +00:00
committed by Git OBS Bridge
parent 371e3a07d4
commit 517e8f081e
4 changed files with 13 additions and 5 deletions

3
PyICU-2.10.2.tar.gz Normal file
View File

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

View File

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

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global modname PyICU
Name: python-%{modname}
Version: 2.9
Version: 2.10.2
Release: 0
Summary: Python Extension Wrapping the ICU C++ API
License: MIT