Hello community,
here is the log from the commit of package python-wsgi_intercept for
openSUSE:Leap:15.2 checked in at 2020-03-16 12:21:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-wsgi_intercept (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-wsgi_intercept.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wsgi_intercept"
Mon Mar 16 12:21:20 2020 rev:12 rq:785514 version:1.9.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-wsgi_intercept/python-wsgi_intercept.changes
2020-03-02 13:25:03.174600635 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-wsgi_intercept.new.3160/python-wsgi_intercept.changes
2020-03-16 12:21:22.371711599 +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.XzV0Ff/_old 2020-03-16 12:21:23.635711806 +0100
+++ /var/tmp/diff_new_pack.XzV0Ff/_new 2020-03-16 12:21:23.663711810 +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