Hello community,

here is the log from the commit of package python-gunicorn for openSUSE:Factory 
checked in at 2020-04-19 21:49:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gunicorn (Old)
 and      /work/SRC/openSUSE:Factory/.python-gunicorn.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gunicorn"

Sun Apr 19 21:49:04 2020 rev:18 rq:792782 version:20.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gunicorn/python-gunicorn.changes  
2020-04-04 12:19:51.451646457 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-gunicorn.new.2738/python-gunicorn.changes    
    2020-04-19 21:49:05.772035794 +0200
@@ -1,0 +2,13 @@
+Wed Apr  8 14:16:12 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to 20.0.4
+  * Ensure WSGI header value is string before conducting regex search on it.
+  * Use importlib instead of __import__ and eval
+  * Use Python default SSL cipher list by default
+  * Support str and bytes for UNIX socket addresses
+  * fixed the way the config module is loaded. __file__ is now available
+  * only support Python >= 3.5
+  * load the WSGI application before the loader to pick up all files
+- Dropped patch pytest5.patch
+
+-------------------------------------------------------------------

Old:
----
  gunicorn-19.10.0.tar.gz
  pytest5.patch

New:
----
  gunicorn-20.0.4.tar.gz

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

Other differences:
------------------
++++++ python-gunicorn.spec ++++++
--- /var/tmp/diff_new_pack.wBjGBT/_old  2020-04-19 21:49:06.360036974 +0200
+++ /var/tmp/diff_new_pack.wBjGBT/_new  2020-04-19 21:49:06.364036982 +0200
@@ -16,23 +16,24 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-gunicorn
-Version:        19.10.0
+Version:        20.0.4
 Release:        0
 Summary:        WSGI HTTP Server for UNIX
 License:        MIT
 Group:          Development/Languages/Python
-URL:            http://gunicorn.org
+URL:            https://gunicorn.org
 Source:         
https://files.pythonhosted.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
-Patch0:         pytest5.patch
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 3.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
+Requires:       python-setuptools >= 3.0
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
@@ -57,7 +58,6 @@
 
 %prep
 %setup -q -n gunicorn-%{version}
-%patch0 -p1
 # remove version pinning for test requirements
 sed -i 's/==.*//' requirements_test.txt
 sed -i -e '/cover/d' requirements_test.txt
@@ -69,7 +69,6 @@
 %install
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/gunicorn
-%python_clone -a %{buildroot}%{_bindir}/gunicorn_paster
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -77,16 +76,13 @@
 
 %post
 %python_install_alternative gunicorn
-%python_install_alternative gunicorn_paster
 
 %postun
 %python_uninstall_alternative gunicorn
-%python_uninstall_alternative gunicorn_paster
 
 %files %{python_files}
 %license LICENSE
 %python_alternative %{_bindir}/gunicorn
-%python_alternative %{_bindir}/gunicorn_paster
 %{python_sitelib}/*
 
 %files -n python-gunicorn-doc

++++++ gunicorn-19.10.0.tar.gz -> gunicorn-20.0.4.tar.gz ++++++
++++ 10655 lines of diff (skipped)


Reply via email to