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 2021-07-10 22:54:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gunicorn (Old)
and /work/SRC/openSUSE:Factory/.python-gunicorn.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gunicorn"
Sat Jul 10 22:54:02 2021 rev:20 rq:904554 version:20.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gunicorn/python-gunicorn.changes
2020-12-05 20:35:46.146622708 +0100
+++
/work/SRC/openSUSE:Factory/.python-gunicorn.new.2625/python-gunicorn.changes
2021-07-10 22:54:15.951868122 +0200
@@ -1,0 +2,41 @@
+Mon Jul 5 15:12:53 UTC 2021 - Antonio Larrosa <[email protected]>
+
+- Add a _multibuild file to separate the tests in another build
+ in order to break a cycle between: python-Django, python-aiohttp,
+ python-eventlet, python-geoip2, python-gunicorn, python-paramiko,
+ python-pyzmq and python-semantic_version.
+
+-------------------------------------------------------------------
+Tue Jun 29 08:52:40 UTC 2021 - Ond??ej S??kup <[email protected]>
+
+- update to 20.1.0
+- gevent and evenlet are BuildRequires for check
+- add suggests
+ * document WEB_CONCURRENCY is set by, at least, Heroku
+ * capture peername from accept: Avoid calls to getpeername by capturing
+ the peer name returned by accept
+ * log a warning when a worker was terminated due to a signal
+ * fix tornado usage with latest versions of Django
+ * add support for python -m gunicorn
+ * fix systemd socket activation example
+ * allows to set wsgi application in configg file using wsgi_app
+ * document --timeout = 0
+ * always close a connection when the number of requests exceeds the max
requests
+ * Disable keepalive during graceful shutdown
+ * kill tasks in the gthread workers during upgrade
+ * fix latency in gevent worker when accepting new requests
+ * fix file watcher: handle errors when new worker reboot and ensure
+ the list of files is kept
+ * document the default name and path of the configuration file
+ * document how variable impact configuration
+ * document the $PORT environment variable
+ * added milliseconds option to request_time in access_log
+ * added PIP requirements to be used for example
+ * remove version from the Server header
+ * fix sendfile: use socket.sendfile instead of os.sendfile
+ * reloader: use absolute path to prevent empty to prevent0 InotifyError
+ when a file is added to the working directory
+ * Add --print-config option to print the resolved settings at startup.
+ * remove the --log-dict-config CLI flag because it never had a working format
+
+-------------------------------------------------------------------
Old:
----
gunicorn-20.0.4.tar.gz
New:
----
_multibuild
gunicorn-20.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gunicorn.spec ++++++
--- /var/tmp/diff_new_pack.PgvUxo/_old 2021-07-10 22:54:16.459864201 +0200
+++ /var/tmp/diff_new_pack.PgvUxo/_new 2021-07-10 22:54:16.463864171 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package python-gunicorn
+# spec file
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,42 @@
#
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name: python-gunicorn
-Version: 20.0.4
+Name: python-gunicorn%{psuffix}
+Version: 20.1.0
Release: 0
Summary: WSGI HTTP Server for UNIX
License: MIT
Group: Development/Languages/Python
URL: https://gunicorn.org
Source:
https://files.pythonhosted.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 3.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
+%if %{with test}
+BuildRequires: %{python_module eventlet}
+BuildRequires: %{python_module gevent >= 1.4}
+BuildRequires: %{python_module gunicorn}
+BuildRequires: %{python_module pytest}
+%endif
Requires: python-setuptools >= 3.0
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
+Suggests: python-evenlet
+Suggests: python-gevent
+Suggests: python-gthread
+Suggests: python-setproctitle
+Suggests: python-tornado
BuildArch: noarch
%python_subpackages
@@ -62,6 +80,12 @@
# do not check coverage
sed -i -e 's/--cov[^ ]*//' -e 's/--cov-report[^ ]*//' setup.cfg
+%if %{with test}
+%check
+%pytest
+
+%else # without test
+
%build
%python_build
sphinx-build -b html -d docs/build/doctrees docs/source docs/build/html
@@ -71,9 +95,6 @@
%python_clone -a %{buildroot}%{_bindir}/gunicorn
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%check
-%pytest
-
%post
%python_install_alternative gunicorn
@@ -88,5 +109,6 @@
%files -n python-gunicorn-doc
%license LICENSE
%doc README.rst NOTICE THANKS docs/build/html
+%endif
%changelog
++++++ _multibuild ++++++
<multibuild>
<package>test</package>
</multibuild>
++++++ gunicorn-20.0.4.tar.gz -> gunicorn-20.1.0.tar.gz ++++++
++++ 7016 lines of diff (skipped)