Hello community,

here is the log from the commit of package python-PyICU for openSUSE:Factory 
checked in at 2018-01-25 12:40:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyICU (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyICU.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyICU"

Thu Jan 25 12:40:05 2018 rev:2 rq:569240 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyICU/python-PyICU.changes        
2017-06-30 18:43:29.296626822 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyICU.new/python-PyICU.changes   
2018-01-25 12:40:10.219700720 +0100
@@ -1,0 +2,44 @@
+Wed Jan 24 09:34:53 UTC 2018 - m...@suse.com
+
+- Update to 2.0.2
+  * Added wrappers for Region class and URegionType enum
+  * Added wrappers for MeasureFormat.formatMeasure and formatMeasurePerUnit
+  * Fixed build error with ICU < 53
+- Update the URL
+- Removed unneed python-PyICU-1.9.7-quote_Version.patch
+- Running test on python3 only, upstream has problem with running test on
+  python2, upstream issue #61
+
+-------------------------------------------------------------------
+Wed Jan 24 09:34:20 UTC 2018 - m...@suse.com
+
+- Update to 2.0.1
+  * Made Measure wrapper abstract when building with ICU < 53.1
+  * str(Measure) uses NumberFormatter when available
+
+-------------------------------------------------------------------
+Wed Jan 24 09:32:56 UTC 2018 - m...@suse.com
+
+- Update to 2.0.0
+  * Use icu-config for configuring compiler and linker (Constantine Peresypkin)
+  * Added wrappers for UBidiPairedBracketType enum
+  * Added wrappers for UWordBreakValues enum
+  * Added wrappers for UJoiningGroup enum
+  * Added wrappers for 120+ MeasureUnit static factory methods
+  * Added wrapper for NoUnit class
+  * Added wrapper for TimeUnit class
+  * Added missing Measure constructor(Formattable or number, MeasureUnit)
+  * Added wrappers for NumberFormatter and related classes and enums, and tests
+  * Added wrapper for SimpleFormatter and tests
+  * Fixed bugs in test_LocaleData.py using undefined values (Fredrik Roubert)
+  * Added wrapper for UMemory and made it UObject's base
+  * Removed unused docs.py
+
+-------------------------------------------------------------------
+Wed Jan 24 09:30:17 UTC 2018 - m...@suse.com
+
+- Update to 1.9.8
+  * Fixed bugs in "UnicodeString as sequence"; it's a sequence of 16-bit UChar
+  * Added support for ICU 60.1
+
+-------------------------------------------------------------------

Old:
----
  PyICU-1.9.7.tar.gz
  python-PyICU-1.9.7-quote_Version.patch

New:
----
  PyICU-2.0.2.tar.gz

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

Other differences:
------------------
++++++ python-PyICU.spec ++++++
--- /var/tmp/diff_new_pack.CtBRDe/_old  2018-01-25 12:40:11.191655344 +0100
+++ /var/tmp/diff_new_pack.CtBRDe/_new  2018-01-25 12:40:11.191655344 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-PyICU
+# spec file for package python
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,24 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global modname PyICU
 
 Name:           python-%{modname}
-Version:        1.9.7
+Version:        2.0.2
 Release:        0
 Summary:        Python Extension Wrapping the ICU C++ API
 License:        MIT
 Group:          Development/Libraries/Python
-Url:            http://pyicu.osafoundation.org/
+Url:            https://github.com/ovalhub/pyicu
 Source0:        
https://pypi.io/packages/source/P/%{modname}/%{modname}-%{version}.tar.gz
-Patch0:         python-%{modname}-%{version}-quote_Version.patch
 %{?python_provide:%python_provide python-%{modname}}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  gcc-c++
+BuildRequires:  python-rpm-macros
 Provides:       %{modname} = %{version}
 Provides:       python-ICU = %{version}
 Obsoletes:      python-ICU < 1.2
@@ -56,7 +56,6 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0
 
 %build
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
@@ -69,7 +68,10 @@
 
 %if 0%{?suse_version} > 1320
 %check
-%python_exec setup.py test
+# Running test on python3 only due to pyicu issue 61
+%if 0%{?have_python3}
+python3 setup.py test
+%endif
 %endif
 
 %files %{python_files}

++++++ PyICU-1.9.7.tar.gz -> PyICU-2.0.2.tar.gz ++++++
++++ 5930 lines of diff (skipped)


Reply via email to