Hello community,

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

Package is "python-tablib"

Mon May  6 13:21:11 2019 rev:3 rq:692222 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tablib/python-tablib.changes      
2019-03-26 22:34:55.873667215 +0100
+++ /work/SRC/openSUSE:Factory/.python-tablib.new.5148/python-tablib.changes    
2019-05-06 13:21:13.512514112 +0200
@@ -1,0 +2,8 @@
+Sat Apr  6 15:07:34 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Remove egg-info requires.txt entry for backports.csv as it isnt
+  a dependency on Python 3.
+- Remove build and runtime dependency on unicodecsv, which was
+  replaced with backports.csv in the last release.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tablib.spec ++++++
--- /var/tmp/diff_new_pack.cm14g1/_old  2019-05-06 13:21:14.192515644 +0200
+++ /var/tmp/diff_new_pack.cm14g1/_new  2019-05-06 13:21:14.192515644 +0200
@@ -34,7 +34,6 @@
 BuildRequires:  %{python_module openpyxl >= 2.4.8}
 BuildRequires:  %{python_module pandas >= 0.20.3}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module unicodecsv >= 0.14.1}
 BuildRequires:  %{python_module xlrd >= 1.1.0}
 BuildRequires:  %{python_module xlwt >= 1.3.0}
 BuildRequires:  %{python_module xml}
@@ -44,7 +43,6 @@
 Requires:       python-PyYAML >= 3.12
 Requires:       python-odfpy >= 1.3.5
 Requires:       python-openpyxl >= 2.4.8
-Requires:       python-unicodecsv >= 0.14.1
 Requires:       python-xlrd >= 1.1.0
 Requires:       python-xlwt >= 1.3.0
 Requires:       python-xml
@@ -77,6 +75,9 @@
 
 %install
 %python_install
+# Remove dependency on backports.csv from egg-info, as it isnt
+# installed on Python 3, breaking pkg_resources resolver.
+sed -i '/backports.csv/d' 
%{buildroot}%{python3_sitelib}/tablib*egg-info/requires.txt
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check


Reply via email to