Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aioquic for openSUSE:Factory checked in at 2024-10-09 22:03:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aioquic (Old) and /work/SRC/openSUSE:Factory/.python-aioquic.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aioquic" Wed Oct 9 22:03:38 2024 rev:9 rq:1206502 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aioquic/python-aioquic.changes 2024-01-25 18:41:30.059290119 +0100 +++ /work/SRC/openSUSE:Factory/.python-aioquic.new.19354/python-aioquic.changes 2024-10-09 22:03:50.147409699 +0200 @@ -1,0 +2,19 @@ +Wed Oct 9 08:43:08 UTC 2024 - Markéta Machová <mmach...@suse.com> + +- Update to 1.2.0 + * Ensure no data is sent after a stream reset. + * Make H3Connectionâs send_datagram() and send_push_promise() methods + raise an InvalidStreamTypeError exception if an invalid stream ID + is specified. + * Fix utcnow() deprecation warning on Python 3.12 by using + cryptography 42.0 and timezone-aware datetime instances when + validating TLS certificates. + * Perform more extensive HTTP/3 header validation in H3Connection. + * Enable SHA-384 based signature algorithms and SECP384R1 key exchange. + * Add support for QUIC Version 2 + * Drop support for draft QUIC versions which were obsoleted by RFC 9000. + * Allow asyncio clients to make efficient use of 0-RTT by passing + wait_connected=False to connect(). +- Drop merged support-service-identity-24.patch + +------------------------------------------------------------------- Old: ---- aioquic-0.9.25.tar.gz support-service-identity-24.patch New: ---- aioquic-1.2.0.tar.gz BETA DEBUG BEGIN: Old: wait_connected=False to connect(). - Drop merged support-service-identity-24.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aioquic.spec ++++++ --- /var/tmp/diff_new_pack.9F79bn/_old 2024-10-09 22:03:50.555426725 +0200 +++ /var/tmp/diff_new_pack.9F79bn/_new 2024-10-09 22:03:50.559426892 +0200 @@ -18,14 +18,12 @@ %{?sle15_python_module_pythons} Name: python-aioquic -Version: 0.9.25 +Version: 1.2.0 Release: 0 Summary: Python implementation of QUIC and HTTP/3 License: BSD-3-Clause URL: https://github.com/aiortc/aioquic Source: https://files.pythonhosted.org/packages/source/a/aioquic/aioquic-%{version}.tar.gz -# PATCH-FIX-UPSTREAM gh#aiortc/aioquic#452 -Patch0: support-service-identity-24.patch BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} ++++++ aioquic-0.9.25.tar.gz -> aioquic-1.2.0.tar.gz ++++++ ++++ 9508 lines of diff (skipped)