14
0

- 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
This commit is contained in:
2024-10-24 08:31:05 +00:00
committed by Git OBS Bridge
parent 711614fd06
commit dd7e0914d1
4 changed files with 29 additions and 5 deletions

BIN
gunicorn-22.0.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
gunicorn-23.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Oct 24 08:29:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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á <mmachova@suse.com> Wed Apr 17 12:43:25 UTC 2024 - Markéta Machová <mmachova@suse.com>

View File

@@ -24,10 +24,9 @@
%define psuffix %{nil} %define psuffix %{nil}
%bcond_with test %bcond_with test
%endif %endif
%define skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-gunicorn%{psuffix} Name: python-gunicorn%{psuffix}
Version: 22.0.0 Version: 23.0.0
Release: 0 Release: 0
Summary: WSGI HTTP Server for UNIX Summary: WSGI HTTP Server for UNIX
License: MIT License: MIT