Hello community,

here is the log from the commit of package python-PyICU for openSUSE:Factory 
checked in at 2019-05-05 21:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyICU (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyICU.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyICU"

Sun May  5 21:19:03 2019 rev:5 rq:699375 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyICU/python-PyICU.changes        
2019-04-04 12:02:06.449347693 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyICU.new.5148/python-PyICU.changes      
2019-05-05 21:19:04.852894957 +0200
@@ -1,0 +2,6 @@
+Mon Apr 29 08:05:27 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 2.3.1:
+  * fixed build error with ICU 61, ICU 62
+
+-------------------------------------------------------------------

Old:
----
  PyICU-2.3.tar.gz

New:
----
  PyICU-2.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PyICU.spec ++++++
--- /var/tmp/diff_new_pack.tQpPCz/_old  2019-05-05 21:19:05.288896145 +0200
+++ /var/tmp/diff_new_pack.tQpPCz/_new  2019-05-05 21:19:05.288896145 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global modname PyICU
 Name:           python-%{modname}
-Version:        2.3
+Version:        2.3.1
 Release:        0
 Summary:        Python Extension Wrapping the ICU C++ API
 License:        MIT

++++++ PyICU-2.3.tar.gz -> PyICU-2.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyICU-2.3/CHANGES new/PyICU-2.3.1/CHANGES
--- old/PyICU-2.3/CHANGES       2019-03-28 10:19:48.000000000 +0100
+++ new/PyICU-2.3.1/CHANGES     2019-04-28 01:05:42.000000000 +0200
@@ -1,3 +1,7 @@
+Version 2.3 -> 2.3.1
+--------------------
+  - fixed build error with ICU 61, ICU 62
+
 Version 2.2 -> 2.3
 ------------------
   - added support for also trying pkg-config for build configuration (Linux)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyICU-2.3/PKG-INFO new/PyICU-2.3.1/PKG-INFO
--- old/PyICU-2.3/PKG-INFO      2019-03-28 20:19:39.000000000 +0100
+++ new/PyICU-2.3.1/PKG-INFO    2019-04-28 01:09:53.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyICU
-Version: 2.3
+Version: 2.3.1
 Summary: Python extension wrapping the ICU C++ API
 Home-page: https://github.com/ovalhub/pyicu
 Author: Andi Vajda
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyICU-2.3/PyICU.egg-info/PKG-INFO 
new/PyICU-2.3.1/PyICU.egg-info/PKG-INFO
--- old/PyICU-2.3/PyICU.egg-info/PKG-INFO       2019-03-28 20:19:38.000000000 
+0100
+++ new/PyICU-2.3.1/PyICU.egg-info/PKG-INFO     2019-04-28 01:09:52.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyICU
-Version: 2.3
+Version: 2.3.1
 Summary: Python extension wrapping the ICU C++ API
 Home-page: https://github.com/ovalhub/pyicu
 Author: Andi Vajda
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyICU-2.3/numberformat.cpp 
new/PyICU-2.3.1/numberformat.cpp
--- old/PyICU-2.3/numberformat.cpp      2019-03-16 10:58:30.000000000 +0100
+++ new/PyICU-2.3.1/numberformat.cpp    2019-04-27 21:31:37.000000000 +0200
@@ -51,6 +51,9 @@
 #endif
 
 #if U_ICU_VERSION_HEX >= VERSION_HEX(61, 0, 0)
+#if U_ICU_VERSION_HEX < VERSION_HEX(63, 0, 0)
+    using UNumberGroupingStrategy = UGroupingStrategy;
+#endif
     DECLARE_CONSTANTS_TYPE(UNumberGroupingStrategy);
 #endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyICU-2.3/setup.py new/PyICU-2.3.1/setup.py
--- old/PyICU-2.3/setup.py      2019-03-28 09:57:57.000000000 +0100
+++ new/PyICU-2.3.1/setup.py    2019-04-28 01:07:48.000000000 +0200
@@ -8,7 +8,7 @@
 
 from distutils.spawn import find_executable
 
-VERSION = '2.3'
+VERSION = '2.3.1'
 
 try:
     from subprocess import check_output as subprocess_check_output


Reply via email to