Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-gunicorn for openSUSE:Factory
checked in at 2023-05-04 17:09:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gunicorn (Old)
and /work/SRC/openSUSE:Factory/.python-gunicorn.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gunicorn"
Thu May 4 17:09:04 2023 rev:23 rq:1084405 version:20.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gunicorn/python-gunicorn.changes
2023-04-22 22:01:33.697611465 +0200
+++
/work/SRC/openSUSE:Factory/.python-gunicorn.new.1533/python-gunicorn.changes
2023-05-04 17:09:06.575850327 +0200
@@ -1,0 +2,5 @@
+Sun Apr 23 23:07:34 UTC 2023 - Matej Cepl <[email protected]>
+
+- Switch documentation to be within the main package.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gunicorn.spec ++++++
--- /var/tmp/diff_new_pack.zgOOIj/_old 2023-05-04 17:09:06.991852763 +0200
+++ /var/tmp/diff_new_pack.zgOOIj/_new 2023-05-04 17:09:06.995852786 +0200
@@ -25,7 +25,6 @@
%bcond_with test
%endif
%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-gunicorn%{psuffix}
Version: 20.1.0
@@ -62,6 +61,7 @@
worker model ported from Ruby's Unicorn_ project. The Gunicorn server is
broadly
compatible with various web frameworks.
+%if 0%{?suse_version} > 1500
%package -n python-gunicorn-doc
Summary: Documentation for %{name}
Group: Documentation/Other
@@ -73,6 +73,7 @@
compatible with various web frameworks.
This package contains the documentation.
+%endif
%prep
%setup -q -n gunicorn-%{version}
@@ -109,8 +110,10 @@
%python_alternative %{_bindir}/gunicorn
%{python_sitelib}/*
+%if 0%{?suse_version} > 1500
%files -n python-gunicorn-doc
%license LICENSE
+%endif
%doc README.rst NOTICE THANKS docs/build/html
%endif