14
0
forked from pool/python-PyICU

- 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/package/show/devel:languages:python/python-PyICU?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-04-01 13:13:42 +00:00
committed by Git OBS Bridge
parent c045f610d5
commit 43b6ce1fbc
4 changed files with 14 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 1 13:03:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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
-------------------------------------------------------------------
Thu Nov 1 09:00:57 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.2
Version: 2.3
Release: 0
Summary: Python Extension Wrapping the ICU C++ API
License: MIT