| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-httpcore2 | Distribution: openSUSE Tumbleweed |
| Version: 2.12.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Tue Aug 25 17:19:19 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 857995 | Source RPM: python-httpcore2-2.12.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/pydantic/httpx2 | |
| Summary: A minimal low-level HTTP client | |
The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests.
BSD-3-Clause
* Tue Aug 25 2026 Dirk Müller <dmueller@suse.com>
- update to 2.12.0:
* No changes since `2.11.0`. Version bumped to stay in lockstep
with `httpx2`.
* Cache sniffio availability instead of importing it on every
synchronization call.
* Add support for Python 3.15.
* Avoid quadratic copying when sending large HTTP/2 request
bodies.
* Propagate the original exception instead of raising
`KeyError` when an HTTP/2 stream fails.
* Start TLS for the `wss` scheme in SOCKS5 proxy connections.
* Assign each released connection to a single queued request,
eliminating multi-assignment churn in the connection pool.
* Clean up garbage connections on cancellation in
`AsyncConnectionPool`.
* Read `_expire_at` only once in `has_expired()`.
* Wed Jul 01 2026 Dirk Müller <dmueller@suse.com>
- update to 2.5.0:
* Propagate the timeout through the SOCKS5 handshake.
* Tue Jun 16 2026 Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.4.0:
* Move HTTP/2 stream events cleanup inside _state_lock.
* Release the HTTP/2 semaphore permit on NoAvailableStreamIDError.
* Use RLock instead of Lock to prevent a thread deadlock.
* Use truststore instead of certifi for default SSL verification, loading
the operating system's trust store.
* Rewrite _assign_requests_to_connections as a single-pass loop.
* Use anyio's fast_acquire for Lock and Semaphore.
* Use memoryview in write() to avoid copies.
* Fri May 29 2026 Nico Krapp <nico.krapp@suse.com>
- Initial version 2.2.0
/usr/lib/python3.13/site-packages/httpcore2 /usr/lib/python3.13/site-packages/httpcore2-2.12.0.dist-info /usr/lib/python3.13/site-packages/httpcore2-2.12.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/httpcore2-2.12.0.dist-info/METADATA /usr/lib/python3.13/site-packages/httpcore2-2.12.0.dist-info/RECORD /usr/lib/python3.13/site-packages/httpcore2-2.12.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/httpcore2-2.12.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/httpcore2-2.12.0.dist-info/licenses /usr/lib/python3.13/site-packages/httpcore2-2.12.0.dist-info/licenses/LICENSE.md /usr/lib/python3.13/site-packages/httpcore2/__init__.py /usr/lib/python3.13/site-packages/httpcore2/__pycache__ /usr/lib/python3.13/site-packages/httpcore2/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_api.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_api.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_models.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_models.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_ssl.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_ssl.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_synchronization.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_synchronization.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_trace.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_trace.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/__pycache__/_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_api.py /usr/lib/python3.13/site-packages/httpcore2/_async /usr/lib/python3.13/site-packages/httpcore2/_async/__init__.py /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__ /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/connection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/connection.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/connection_pool.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/connection_pool.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/http11.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/http11.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/http2.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/http2.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/http_proxy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/http_proxy.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/interfaces.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/interfaces.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/socks_proxy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/__pycache__/socks_proxy.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_async/connection.py /usr/lib/python3.13/site-packages/httpcore2/_async/connection_pool.py /usr/lib/python3.13/site-packages/httpcore2/_async/http11.py /usr/lib/python3.13/site-packages/httpcore2/_async/http2.py /usr/lib/python3.13/site-packages/httpcore2/_async/http_proxy.py /usr/lib/python3.13/site-packages/httpcore2/_async/interfaces.py /usr/lib/python3.13/site-packages/httpcore2/_async/socks_proxy.py /usr/lib/python3.13/site-packages/httpcore2/_backends /usr/lib/python3.13/site-packages/httpcore2/_backends/__init__.py /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__ /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/anyio.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/anyio.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/auto.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/auto.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/base.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/mock.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/mock.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/sync.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/sync.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/trio.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/__pycache__/trio.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_backends/anyio.py /usr/lib/python3.13/site-packages/httpcore2/_backends/auto.py /usr/lib/python3.13/site-packages/httpcore2/_backends/base.py /usr/lib/python3.13/site-packages/httpcore2/_backends/mock.py /usr/lib/python3.13/site-packages/httpcore2/_backends/sync.py /usr/lib/python3.13/site-packages/httpcore2/_backends/trio.py /usr/lib/python3.13/site-packages/httpcore2/_exceptions.py /usr/lib/python3.13/site-packages/httpcore2/_models.py /usr/lib/python3.13/site-packages/httpcore2/_ssl.py /usr/lib/python3.13/site-packages/httpcore2/_sync /usr/lib/python3.13/site-packages/httpcore2/_sync/__init__.py /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__ /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/connection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/connection.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/connection_pool.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/connection_pool.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/http11.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/http11.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/http2.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/http2.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/http_proxy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/http_proxy.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/interfaces.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/interfaces.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/socks_proxy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/__pycache__/socks_proxy.cpython-313.pyc /usr/lib/python3.13/site-packages/httpcore2/_sync/connection.py /usr/lib/python3.13/site-packages/httpcore2/_sync/connection_pool.py /usr/lib/python3.13/site-packages/httpcore2/_sync/http11.py /usr/lib/python3.13/site-packages/httpcore2/_sync/http2.py /usr/lib/python3.13/site-packages/httpcore2/_sync/http_proxy.py /usr/lib/python3.13/site-packages/httpcore2/_sync/interfaces.py /usr/lib/python3.13/site-packages/httpcore2/_sync/socks_proxy.py /usr/lib/python3.13/site-packages/httpcore2/_synchronization.py /usr/lib/python3.13/site-packages/httpcore2/_trace.py /usr/lib/python3.13/site-packages/httpcore2/_utils.py /usr/lib/python3.13/site-packages/httpcore2/py.typed /usr/share/doc/packages/python313-httpcore2 /usr/share/doc/packages/python313-httpcore2/CHANGELOG.md /usr/share/doc/packages/python313-httpcore2/README.md /usr/share/licenses/python313-httpcore2 /usr/share/licenses/python313-httpcore2/LICENSE.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Aug 31 23:50:51 2026