Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2020-03-16 10:17:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wsgi_intercept (Old)
 and      /work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wsgi_intercept"

Mon Mar 16 10:17:50 2020 rev:25 rq:784840 version:1.9.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
    2020-02-07 15:54:35.759516826 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.3160/python-wsgi_intercept.changes
    2020-03-16 10:18:21.983587922 +0100
@@ -1,0 +2,5 @@
+Sat Mar 14 08:33:34 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-wsgi_intercept.spec ++++++
--- /var/tmp/diff_new_pack.65ef8v/_old  2020-03-16 10:18:22.507588135 +0100
+++ /var/tmp/diff_new_pack.65ef8v/_new  2020-03-16 10:18:22.511588137 +0100
@@ -34,12 +34,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-six
-BuildArch:      noarch
-%if 0%{?_no_weakdeps}
-Requires:       python-requests >= 2.0.1
-%else
 Recommends:     python-requests >= 2.0.1
-%endif
+BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -57,7 +53,7 @@
 
 %install
 %python_install
-rm -r %{buildroot}%{python_sitelib}/wsgi_intercept/tests
+%python_expand rm -r %{buildroot}%{$python_sitelib}/wsgi_intercept/tests
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -65,7 +61,9 @@
 %pytest
 
 %files %{python_files}
-%{python_sitelib}/wsgi_intercept-%{version}-py%{py_ver}.egg-info
+%doc README
+%license LICENSE
+%{python_sitelib}/wsgi_intercept-%{version}-*.egg-info
 %{python_sitelib}/wsgi_intercept
 
 %changelog


Reply via email to