Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f68869d608 | |||
| 826da33558 |
BIN
aioquic-1.2.0.tar.gz
LFS
BIN
aioquic-1.2.0.tar.gz
LFS
Binary file not shown.
3
aioquic-1.3.0.tar.gz
Normal file
3
aioquic-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28d070b2183e3e79afa9d4e7bd558960d0d53aeb98bc0cf0a358b279ba797c92
|
||||
size 181923
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 13 14:41:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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á <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user