Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-httpx2-2.5.0-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python313-httpx2 Distribution: openSUSE Tumbleweed
Version: 2.5.0 Vendor: openSUSE
Release: 1.2 Build date: Wed Jul 1 14:02:35 2026
Group: Unspecified Build host: reproducible
Size: 890951 Source RPM: python-httpx2-2.5.0-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/pydantic/httpx2
Summary: The next generation HTTP client
HTTPX2 is a fully featured HTTP client library for Python 3. It includes an
integrated command line client, has support for both HTTP/1.1 and HTTP/2,
and provides both sync and async APIs.

HTTPX2 is a continuation of the wonderful work started by
[lovelydinosaur](https://github.com/lovelydinosaur) and the broader HTTPX
community.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Jul 01 2026 Dirk Müller <dmueller@suse.com>
  - update to 2.5.0:
    * Propagate the timeout through the SOCKS5 handshake.
* Wed Jun 17 2026 Steve Kowalik <steven.kowalik@suse.com>
  - Use pytest-benchmark rather than pytest-codspeed.
  - Loosen pytest requirement.
* Tue Jun 16 2026 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 2.4.0:
    [#]# Added
    * Add HTTPXDeprecationWarning, a UserWarning subclass shown by default so
      deprecations are visible without enabling warnings.
    [#]# Changed
    * Limit the number of chained Content-Encoding decoders to 5.
    * Allow version 15 of rich in the cli extra.
    * Use truststore instead of certifi for default SSL verification, loading
      the operating system's trust store.
    [#]# Fixed
    * Parse an empty Digest auth realm without crashing.
    * Decode IDNA labels in non-leading host positions.
    * Raise when verify is a string path and a client-side cert is also
      provided to create_ssl_context.
    * Allow a default_encoding callable to return None.
    * Make the zstd import optional on Python 3.14.
    * Store elapsed time on the stream wrapper to avoid reference cycles.
  - Drop patches, merged upstream:
    * version-fallback.patch
    * fix-encoding-tests.patch
* Fri May 29 2026 Nico Krapp <nico.krapp@suse.com>
  - Initial version 2.2.0
  - Add version-fallback.patch to build outside of git repo
  - Add fix-encoding-tests.patch to fix tests with chardet >= 6

Files

/usr/bin/httpx2
/usr/bin/httpx2-3.13
/usr/lib/python3.13/site-packages/httpx2
/usr/lib/python3.13/site-packages/httpx2-2.5.0.dist-info
/usr/lib/python3.13/site-packages/httpx2-2.5.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/httpx2-2.5.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/httpx2-2.5.0.dist-info/RECORD
/usr/lib/python3.13/site-packages/httpx2-2.5.0.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/httpx2-2.5.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/httpx2-2.5.0.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/httpx2/__init__.py
/usr/lib/python3.13/site-packages/httpx2/__pycache__
/usr/lib/python3.13/site-packages/httpx2/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/__version__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/__version__.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_api.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_api.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_auth.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_auth.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_client.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_config.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_content.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_content.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_decoders.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_decoders.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_main.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_main.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_models.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_multipart.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_multipart.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_sse.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_sse.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_status_codes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_status_codes.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_types.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_types.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_urlparse.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_urlparse.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_urls.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_urls.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/__pycache__/_utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/__version__.py
/usr/lib/python3.13/site-packages/httpx2/_api.py
/usr/lib/python3.13/site-packages/httpx2/_auth.py
/usr/lib/python3.13/site-packages/httpx2/_client.py
/usr/lib/python3.13/site-packages/httpx2/_config.py
/usr/lib/python3.13/site-packages/httpx2/_content.py
/usr/lib/python3.13/site-packages/httpx2/_decoders.py
/usr/lib/python3.13/site-packages/httpx2/_exceptions.py
/usr/lib/python3.13/site-packages/httpx2/_main.py
/usr/lib/python3.13/site-packages/httpx2/_models.py
/usr/lib/python3.13/site-packages/httpx2/_multipart.py
/usr/lib/python3.13/site-packages/httpx2/_sse.py
/usr/lib/python3.13/site-packages/httpx2/_status_codes.py
/usr/lib/python3.13/site-packages/httpx2/_transports
/usr/lib/python3.13/site-packages/httpx2/_transports/__init__.py
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/asgi.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/asgi.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/default.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/default.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/mock.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/mock.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/wsgi.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/__pycache__/wsgi.cpython-313.pyc
/usr/lib/python3.13/site-packages/httpx2/_transports/asgi.py
/usr/lib/python3.13/site-packages/httpx2/_transports/base.py
/usr/lib/python3.13/site-packages/httpx2/_transports/default.py
/usr/lib/python3.13/site-packages/httpx2/_transports/mock.py
/usr/lib/python3.13/site-packages/httpx2/_transports/wsgi.py
/usr/lib/python3.13/site-packages/httpx2/_types.py
/usr/lib/python3.13/site-packages/httpx2/_urlparse.py
/usr/lib/python3.13/site-packages/httpx2/_urls.py
/usr/lib/python3.13/site-packages/httpx2/_utils.py
/usr/lib/python3.13/site-packages/httpx2/py.typed
/usr/share/doc/packages/python313-httpx2
/usr/share/doc/packages/python313-httpx2/README.md
/usr/share/libalternatives/httpx2
/usr/share/libalternatives/httpx2/1313.conf
/usr/share/licenses/python313-httpx2
/usr/share/licenses/python313-httpx2/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:14:27 2026