Hello community, here is the log from the commit of package python-gunicorn for openSUSE:Factory checked in at 2018-10-25 08:13:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gunicorn (Old) and /work/SRC/openSUSE:Factory/.python-gunicorn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gunicorn" Thu Oct 25 08:13:52 2018 rev:15 rq:642836 version:19.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gunicorn/python-gunicorn.changes 2017-08-18 15:01:16.624567525 +0200 +++ /work/SRC/openSUSE:Factory/.python-gunicorn.new/python-gunicorn.changes 2018-10-25 08:14:25.408120257 +0200 @@ -1,0 +2,8 @@ +Thu Oct 18 09:59:59 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Version update to 19.9.0: + * Support python 3.7 + * Tornado 5 support + * Eventlet 0.21 support + +------------------------------------------------------------------- Old: ---- gunicorn-19.7.1.tar.gz New: ---- gunicorn-19.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gunicorn.spec ++++++ --- /var/tmp/diff_new_pack.gfB4eb/_old 2018-10-25 08:14:26.004120002 +0200 +++ /var/tmp/diff_new_pack.gfB4eb/_new 2018-10-25 08:14:26.008120000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-gunicorn # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gunicorn -Version: 19.7.1 +Version: 19.9.0 Release: 0 Summary: WSGI HTTP Server for UNIX License: MIT Group: Development/Languages/Python -Url: http://gunicorn.org +URL: http://gunicorn.org Source: https://files.pythonhosted.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} @@ -35,9 +34,7 @@ BuildRequires: python3-Sphinx Requires(post): update-alternatives Requires(postun): update-alternatives -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -61,6 +58,7 @@ %setup -q -n gunicorn-%{version} # remove version pinning for test requirements sed -i 's/==.*//' requirements_test.txt +sed -i -e '/cover/d' requirements_test.txt %build %python_build @@ -70,7 +68,7 @@ %python_install %python_clone -a %{buildroot}%{_bindir}/gunicorn %python_clone -a %{buildroot}%{_bindir}/gunicorn_paster -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test @@ -84,14 +82,13 @@ %python_uninstall_alternative gunicorn_paster %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE +%license LICENSE %python_alternative %{_bindir}/gunicorn %python_alternative %{_bindir}/gunicorn_paster %{python_sitelib}/* %files -n python-gunicorn-doc -%defattr(-,root,root,-) -%doc LICENSE README.rst NOTICE THANKS docs/build/html +%license LICENSE +%doc README.rst NOTICE THANKS docs/build/html %changelog ++++++ gunicorn-19.7.1.tar.gz -> gunicorn-19.9.0.tar.gz ++++++ ++++ 5095 lines of diff (skipped)
