diff --git a/aioquic-1.2.0.tar.gz b/aioquic-1.2.0.tar.gz deleted file mode 100644 index b64fc03..0000000 --- a/aioquic-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f91263bb3f71948c5c8915b4d50ee370004f20a416f67fab3dcc90556c7e7199 -size 179891 diff --git a/aioquic-1.3.0.tar.gz b/aioquic-1.3.0.tar.gz new file mode 100644 index 0000000..a849d88 --- /dev/null +++ b/aioquic-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d070b2183e3e79afa9d4e7bd558960d0d53aeb98bc0cf0a358b279ba797c92 +size 181923 diff --git a/python-aioquic.changes b/python-aioquic.changes index a6c4bdb..5da0c4e 100644 --- a/python-aioquic.changes +++ b/python-aioquic.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Nov 13 14:41:20 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.3.0 + * Ensure PATH_CHALLENGE frames are sent before other frame types. + * Reclaim memory when HTTP/3 streams end. + * Limit the number of remote PATH_CHALLENGE stored per path. + * Avoid assertion error when receiving multiple STOP_SENDING frames. + * Improve type annotations. + * Make it possible to use LibreSSL instead of OpenSSL. + * Add support Python 3.13 and 3.14, drop support for Python 3.8 and 3.9. + * Build binary wheels for musllinux. + * Build binary wheels against OpenSSL 3.5.4. + * Add command-line argument to the http3_client example to request + a key update during interoperability tests. +- Update BuildRequires from setup.py + ------------------------------------------------------------------- Wed Oct 9 08:43:08 UTC 2024 - Markéta Machová diff --git a/python-aioquic.spec b/python-aioquic.spec index eaf81d4..a9b9579 100644 --- a/python-aioquic.spec +++ b/python-aioquic.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-aioquic -Version: 1.2.0 +Version: 1.3.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 -BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module devel >= 3.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}