Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-hypercorn for
openSUSE:Factory checked in at 2024-08-01 22:05:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hypercorn (Old)
and /work/SRC/openSUSE:Factory/.python-hypercorn.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hypercorn"
Thu Aug 1 22:05:39 2024 rev:3 rq:1190921 version:0.17.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hypercorn/python-hypercorn.changes
2024-04-02 16:46:33.185913839 +0200
+++
/work/SRC/openSUSE:Factory/.python-hypercorn.new.7232/python-hypercorn.changes
2024-08-01 22:06:31.441650623 +0200
@@ -1,0 +2,28 @@
+Wed Jul 31 14:12:37 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.17.3
+ * Restore set TCP_NODELAY on TCP sockets
+ * Support uvloop >= 0.18 and the loop_factory argument
+ * Bugfix ensure ExceptionGroup lifespan failures crash the server.
+- from version 0.17.2
+ * Bugfix pass the correct quic connection to the H3 Protocol.
+- from version 0.17.1
+ * Bugfix revert set TCP_NODELAY on sockets.
+- from version 0.17.0
+ * Set TCP_NODELAY on sockets.
+ * Support sending trailing headers on h2/h3.
+ * Add support for lifespan state.
+ * Allow sending of the response before body data arrives.
+ * Bugfix properly set host header to ascii string in
+ ProxyFixMiddleware.
+ * Bugfix encode headers using latin-1.
+ * Bugfix don't double-access log if the response was sent.
+ * Bugfix a statsd logging bug.
+ * Bugfix handle already-closed on StreamEnded.
+ * Bugfix send a 400 response if data is received before the websocket
+ is accepted.
+ * Bugfix ensure only a single QUIC timer task per connection.
+ * Bugfix ensure responses are sent with empty bodies for WSGI.
+- Update BuildRequires and Requires from pyproject.toml
+
+-------------------------------------------------------------------
Old:
----
0.16.0.tar.gz
New:
----
0.17.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hypercorn.spec ++++++
--- /var/tmp/diff_new_pack.L9ZK2Z/_old 2024-08-01 22:06:31.933670925 +0200
+++ /var/tmp/diff_new_pack.L9ZK2Z/_new 2024-08-01 22:06:31.933670925 +0200
@@ -19,16 +19,16 @@
# avoid taskgroup backports
%define skip_python310 1
Name: python-hypercorn
-Version: 0.16.0
+Version: 0.17.3
Release: 0
Summary: A ASGI Server based on Hyper libraries and inspired by Gunicorn
License: MIT
URL: https://github.com/pgjones/hypercorn/
Source:
https://github.com/pgjones/hypercorn/archive/refs/tags/%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
-BuildRequires: %{python_module exceptiongroup >= 1.1.0}
BuildRequires: %{python_module h11}
BuildRequires: %{python_module h2 >= 3.1.0}
+BuildRequires: %{python_module httpx}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1}
@@ -40,7 +40,6 @@
BuildRequires: %{python_module wsproto >= 0.14.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-exceptiongroup >= 1.1.0
Requires: python-h11
Requires: python-h2 >= 3.1.0
Requires: python-priority
++++++ 0.16.0.tar.gz -> 0.17.3.tar.gz ++++++
++++ 3094 lines of diff (skipped)