From dd7e0914d1eeb0babfa30603c08087ddc9c47a4e8ee42419f815b845781bd5c7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 24 Oct 2024 08:31:05 +0000 Subject: [PATCH] - update to 23.0.0: * minor docs fixes (:pr:`3217`, :pr:`3089`, :pr:`3167`) * worker_class parameter accepts a class (:pr:`3079`) * fix deadlock if request terminated during chunked parsing (:pr:`2688`) * permit receiving Transfer-Encodings: compress, deflate, gzip (:pr:`3261`) * permit Transfer-Encoding headers specifying multiple encodings. note: no parameters, still (:pr:`3261`) * sdist generation now explicitly excludes sphinx build folder (:pr:`3257`) * decode bytes-typed status (as can be passed by gevent) as utf-8 instead of raising TypeError (:pr:`2336`) * raise correct Exception when encounting invalid chunked requests (:pr:`3258`) * the SCRIPT_NAME and PATH_INFO headers, when received from allowed forwarders, are no longer restricted for containing an underscore (:pr:`3192`) * include IPv6 loopback address [::1] in default for :ref:`forwarded-allow-ips` and :ref:`proxy-allow-ips` (:pr:`3192`) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=61 --- gunicorn-22.0.0.tar.gz | 3 --- gunicorn-23.0.0.tar.gz | 3 +++ python-gunicorn.changes | 25 +++++++++++++++++++++++++ python-gunicorn.spec | 3 +-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 gunicorn-22.0.0.tar.gz create mode 100644 gunicorn-23.0.0.tar.gz diff --git a/gunicorn-22.0.0.tar.gz b/gunicorn-22.0.0.tar.gz deleted file mode 100644 index 4f4cf4e..0000000 --- a/gunicorn-22.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63 -size 3639760 diff --git a/gunicorn-23.0.0.tar.gz b/gunicorn-23.0.0.tar.gz new file mode 100644 index 0000000..2b2675c --- /dev/null +++ b/gunicorn-23.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec +size 375031 diff --git a/python-gunicorn.changes b/python-gunicorn.changes index 6ade59d..eb19472 100644 --- a/python-gunicorn.changes +++ b/python-gunicorn.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Oct 24 08:29:17 UTC 2024 - Dirk Müller + +- update to 23.0.0: + * minor docs fixes (:pr:`3217`, :pr:`3089`, :pr:`3167`) + * worker_class parameter accepts a class (:pr:`3079`) + * fix deadlock if request terminated during chunked parsing + (:pr:`2688`) + * permit receiving Transfer-Encodings: compress, deflate, gzip + (:pr:`3261`) + * permit Transfer-Encoding headers specifying multiple + encodings. note: no parameters, still (:pr:`3261`) + * sdist generation now explicitly excludes sphinx build folder + (:pr:`3257`) + * decode bytes-typed status (as can be passed by gevent) as + utf-8 instead of raising TypeError (:pr:`2336`) + * raise correct Exception when encounting invalid chunked + requests (:pr:`3258`) + * the SCRIPT_NAME and PATH_INFO headers, when received from + allowed forwarders, are no longer restricted for containing + an underscore (:pr:`3192`) + * include IPv6 loopback address [::1] in default for + :ref:`forwarded-allow-ips` and :ref:`proxy-allow-ips` + (:pr:`3192`) + ------------------------------------------------------------------- Wed Apr 17 12:43:25 UTC 2024 - Markéta Machová diff --git a/python-gunicorn.spec b/python-gunicorn.spec index 0ca54b1..9a2a615 100644 --- a/python-gunicorn.spec +++ b/python-gunicorn.spec @@ -24,10 +24,9 @@ %define psuffix %{nil} %bcond_with test %endif -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-gunicorn%{psuffix} -Version: 22.0.0 +Version: 23.0.0 Release: 0 Summary: WSGI HTTP Server for UNIX License: MIT