Hello community,

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

Package is "python-PyICU"

Thu Nov  1 14:45:00 2018 rev:3 rq:645874 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyICU/python-PyICU.changes        
2018-01-25 12:40:10.219700720 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyICU.new/python-PyICU.changes   
2018-11-01 14:45:03.586873436 +0100
@@ -1,0 +2,8 @@
+Thu Nov  1 09:00:57 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Version update to 2.2:
+  * Many fixes to build well with newest ICU releases
+- Drop not really needed service
+- Cleanup with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  PyICU-2.0.2.tar.gz
  _service

New:
----
  PyICU-2.2.tar.gz

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

Other differences:
------------------
++++++ python-PyICU.spec ++++++
--- /var/tmp/diff_new_pack.w27Jcc/_old  2018-11-01 14:45:05.526873239 +0100
+++ /var/tmp/diff_new_pack.w27Jcc/_new  2018-11-01 14:45:05.530873239 +0100
@@ -12,42 +12,32 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global modname PyICU
-
 Name:           python-%{modname}
-Version:        2.0.2
+Version:        2.2
 Release:        0
 Summary:        Python Extension Wrapping the ICU C++ API
 License:        MIT
 Group:          Development/Libraries/Python
-Url:            https://github.com/ovalhub/pyicu
-Source0:        
https://pypi.io/packages/source/P/%{modname}/%{modname}-%{version}.tar.gz
-%{?python_provide:%python_provide python-%{modname}}
+URL:            https://github.com/ovalhub/pyicu
+Source0:        
https://files.pythonhosted.org/packages/source/P/PyICU/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
+BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(icu-uc)
 Provides:       %{modname} = %{version}
 Provides:       python-ICU = %{version}
 Obsoletes:      python-ICU < 1.2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1320
-BuildRequires:  %{python_module pytest}
-%endif
-%if 0%{?suse_version} >= 1210
-BuildRequires:  pkgconfig(icu-i18n)
-BuildRequires:  pkgconfig(icu-uc)
-%else
-BuildRequires:  libicu-devel
-Requires:       python = %{py_ver}
-%endif
-
 %python_subpackages
 
 %description
@@ -64,23 +54,15 @@
 
 %install
 %python_install
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if 0%{?suse_version} > 1320
 %check
 # Running test on python3 only due to pyicu issue 61
-%if 0%{?have_python3}
 python3 setup.py test
-%endif
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%if 0%{?suse_version} >= 1310
-%doc CHANGES CREDITS LICENSE README.md
-%else
-%doc CHANGES CREDITS LICENSE README
-%endif
+%license LICENSE
+%doc CHANGES CREDITS README.md
 %{python_sitearch}/*
 
 %changelog

++++++ PyICU-2.0.2.tar.gz -> PyICU-2.2.tar.gz ++++++
++++ 4062 lines of diff (skipped)


Reply via email to