20 Commits

Author SHA256 Message Date
f68869d608 Accepting request 1317641 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=10
2025-11-17 11:08:07 +00:00
826da33558 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=18
2025-11-13 16:41:38 +00:00
8bc84087a4 Accepting request 1206502 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=9
2024-10-09 20:03:38 +00:00
83214d7c23 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=16
2024-10-09 11:11:30 +00:00
8ef34ebfa7 Accepting request 1141367 from devel:languages:python
- Drop patch cryptography.patch:
  * No longer required.
- Add patch support-service-identity-24.patch:
  * Support service-identity >= 24
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1141367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=8
2024-01-25 17:41:26 +00:00
855d054394 - Drop patch cryptography.patch:
* No longer required.
- Add patch support-service-identity-24.patch:
  * Support service-identity >= 24
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=14
2024-01-25 04:26:24 +00:00
91e7f2dba1 Accepting request 1140132 from devel:languages:python
- update to 0.9.25:
  * Add parsing and serialization for certificate requests
  * Allow clients to authenticate with servers using a certificate
  * Close connection if client's first INITIAL contains no CRYPTO
  * Exclude binary packet captures from spelling check
  * Added support for cubic congestion control (RFC9438)
  * Drop httpbin from HTTP/3 server demo
  * Raise a TLS alert if parsing a message causes a BufferReadError

OBS-URL: https://build.opensuse.org/request/show/1140132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=7
2024-01-21 22:09:02 +00:00
b8c9f99464 - update to 0.9.25:
* Add parsing and serialization for certificate requests
  * Allow clients to authenticate with servers using a certificate
  * Close connection if client's first INITIAL contains no CRYPTO
  * Exclude binary packet captures from spelling check
  * Added support for cubic congestion control (RFC9438)
  * Drop httpbin from HTTP/3 server demo
  * Raise a TLS alert if parsing a message causes a BufferReadError

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=12
2024-01-20 14:02:49 +00:00
a97118c9cb Accepting request 1133422 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1133422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=6
2023-12-15 20:50:23 +00:00
1c0d82980d Accepting request 1133128 from home:pgajdos:python
pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133128
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=10
2023-12-15 12:19:42 +00:00
463271d037 Accepting request 1109559 from devel:languages:python
- update to 0.9.21:
  * http3_client: :path should not be empty
  * Move project metadata to pyproject.toml
  * Fix X509StoreContextError usage for pyOpenSSL >= 22
  * Test against Python 3.11
  * Use function parameters instead of global args in examples

OBS-URL: https://build.opensuse.org/request/show/1109559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=5
2023-09-07 19:14:08 +00:00
1e95316e04 - update to 0.9.21:
* http3_client: :path should not be empty
  * Move project metadata to pyproject.toml
  * Fix X509StoreContextError usage for pyOpenSSL >= 22
  * Test against Python 3.11
  * Use function parameters instead of global args in examples

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=8
2023-09-07 13:09:43 +00:00
d3b529275d Accepting request 1096896 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1096896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=4
2023-07-05 13:31:24 +00:00
050bc59e54 Accepting request 1096800 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1096800
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=6
2023-07-05 07:08:18 +00:00
8afdda6457 Accepting request 1060790 from devel:languages:python
- Update to v0.9.20
  * free AEADObject's and HeaderProtectionObject's memory
  * free BufferObject’s memory
  * Enable IPv4/IPv6 dual stack support on Windows
  * [docs] add a logo, stop mocking libraries
  * [docs] test that documentation can be built without warnings
  * [tests] clarify the various handshake loss test cases
  * [connection] retransmit CRYPTO to speedup handshake completion
  * [examples] update DoQ examples for more recent drafts (fixes: #224)
  * [lint] run mypy on each CI run
- 0.9.19
  * [tls] use PyOpenSSL to validate certificate
  * [qa] set better names for our C modules
  * [package] drop dependency on "dataclasses" package
  * [package] update cryptography requirement to >= 3.1
  * [qa] fix some type annotations
  * [http3] advertise support for extended CONNECT
  * [examples] make HTTP/3 client set content-length (fixes: #241)
  * [package] fix macosx arm64 wheels
- 0.9.18
  * [examples] add sec-webtransport-http3-draft to server response
  * [package] update OpenSSL to 1.1.1m
  * [tests] rewrite asyncio tests as coroutines
  * [qa] reformat code using updated `black`
  * [qa] tell git to ignore virtual environments
  * http3_client.py: correct error code for connection close
  * [webtransport] make H3_DATAGRAM value uppercase
  * [webtransport] update H3_DATAGRAM value
  * [readme] update minimal Python version
  * [examples] don't sent HTTP/3 DATA if there is no request body

OBS-URL: https://build.opensuse.org/request/show/1060790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=3
2023-01-25 16:43:08 +00:00
eab1ffb50c - Update to v0.9.20
* free AEADObject's and HeaderProtectionObject's memory
  * free BufferObject’s memory
  * Enable IPv4/IPv6 dual stack support on Windows
  * [docs] add a logo, stop mocking libraries
  * [docs] test that documentation can be built without warnings
  * [tests] clarify the various handshake loss test cases
  * [connection] retransmit CRYPTO to speedup handshake completion
  * [examples] update DoQ examples for more recent drafts (fixes: #224)
  * [lint] run mypy on each CI run
- 0.9.19
  * [tls] use PyOpenSSL to validate certificate
  * [qa] set better names for our C modules
  * [package] drop dependency on "dataclasses" package
  * [package] update cryptography requirement to >= 3.1
  * [qa] fix some type annotations
  * [http3] advertise support for extended CONNECT
  * [examples] make HTTP/3 client set content-length (fixes: #241)
  * [package] fix macosx arm64 wheels
- 0.9.18
  * [examples] add sec-webtransport-http3-draft to server response
  * [package] update OpenSSL to 1.1.1m
  * [tests] rewrite asyncio tests as coroutines
  * [qa] reformat code using updated `black`
  * [qa] tell git to ignore virtual environments
  * http3_client.py: correct error code for connection close
  * [webtransport] make H3_DATAGRAM value uppercase
  * [webtransport] update H3_DATAGRAM value
  * [readme] update minimal Python version
  * [examples] don't sent HTTP/3 DATA if there is no request body

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=4
2023-01-25 08:40:37 +00:00
89fa4fc2d9 Accepting request 944518 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/944518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=2
2022-01-07 11:46:00 +00:00
af3b1b0459 Accepting request 944503 from home:bnavigator:branches:devel:languages:python
- Update to v0.9.17
  * no release notes
- Unpin cryptography (who pins security software to old versions!?)
  * Add cryptography.patch
- Skip python36: this is a python310 fix and could be needed before
  the global drop

OBS-URL: https://build.opensuse.org/request/show/944503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=3
2022-01-06 19:59:58 +00:00
6d878eef99 Accepting request 874794 from devel:languages:python
dep of pproxy, dep of httpcore/httpx

OBS-URL: https://build.opensuse.org/request/show/874794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioquic?expand=0&rev=1
2021-02-26 20:59:15 +00:00
b95f3e0797 Accepting request 874645 from home:jayvdb:py-submit
dep of pproxy, dep of httpcore/httpx

OBS-URL: https://build.opensuse.org/request/show/874645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=1
2021-02-24 10:05:24 +00:00