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

python311-httpcore-1.0.9-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-httpcore Distribution: openSUSE Tumbleweed
Version: 1.0.9 Vendor: openSUSE
Release: 1.2 Build date: Fri Apr 25 13:36:42 2025
Group: Unspecified Build host: reproducible
Size: 844172 Source RPM: python-httpcore-1.0.9-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/encode/httpcore
Summary: Minimal low-level Python HTTP client
Python minimal low-level HTTP client.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Apr 25 2025 Markéta Machová <mmachova@suse.com>
  - Update to 1.0.9
    * Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11
      dependency update. (#1008)
* Wed Apr 16 2025 Felix Stegmeier <felix.stegmeier@suse.com>
  - Update to 1.0.8
    * Fix AttributeError when importing on Python 3.14. (#1005)
* Mon Jan 13 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 1.0.7
    * Support `proxy=…` configuration on `ConnectionPool()`.
* Tue Oct 29 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 1.0.6
    * Relax `trio` dependency pinning.
    * Handle `trio` raising `NotImplementedError` on unsupported platforms.
    * Handle mapping `ssl.SSLError` to `httpcore.ConnectError`.
  - Update Requires from pyproject.toml
* Wed Apr 03 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.0.5:
    * Handle `EndOfStream` exception for anyio backend.
    * Allow trio `0.25.*` series in package dependancies.
* Tue Mar 19 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.0.4:
    * Add `target` request extension.
    * Fix support for connection `Upgrade` and `CONNECT` when some
      data in the stream has been read.
    * Fix support for async cancellations.
    * Fix trace extension when used with socks proxy.
    * Fix SSL context for connections using the "wss" scheme
* Thu Dec 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.0.2:
    * Fix `float("inf")` timeouts in `Event.wait` function. (#846)
    * Fix pool timeout to account for the total time spent
      retrying. (#823)
    * Raise a neater RuntimeError when the correct async deps are
      not installed. (#826)
    * Add support for synchronous TLS-in-TLS streams. (#840)
    * From version 1.0 our async support is now optional, as the
      package has minimal dependencies by default.
    * For async support use either `pip install
      'httpcore[asyncio]'` or `pip install 'httpcore[trio]'`.
    * The project versioning policy is now explicitly governed by
      SEMVER. See https://semver.org/.
    * Async support becomes fully optional. (#809)
    * Add support for Python 3.12. (#807)
* Wed Oct 25 2023 Matej Cepl <mcepl@cepl.eu>
  - Update to 0.18.0:
    - Add support for HTTPS proxies.
    - Handle sni_hostname extension with SOCKS proxy.
    - Change the type of Extensions from Mapping[Str, Any] to
      MutableMapping[Str, Any].
    - Handle HTTP/1.1 half-closed connections gracefully.
    - Drop Python 3.7 support.
  - Update httpcore-allow-deprecationwarnings-test.patch
  - Skip failing tests test_ssl_request and test_extra_info
    (gh#encode/httpcore!832)
* Sun Sep 10 2023 Torsten Gruner <simmphonie@opensuse.org>
  - update to 0.17.3
    * Support async cancellations, ensuring that the connection pool
      is left in a clean state when cancellations occur. (#726)
    * The networking backend interface has been added to the public API.
      Some classes which were previously private implementation detail
      are now part of the top-level public API. (#699)
    * Graceful handling of HTTP/2 GoAway frames, with requests being
      transparently retried on a new connection. (#730)
    * Add exceptions when a synchronous trace callback is passed to an
      asynchronous request or an asynchronous trace callback is passed
      to a synchronous request. (#717)
  - version 0.17.2
    * Add socket_options argument to ConnectionPool and HTTProxy classes. (#668)
    * Improve logging with per-module logger names. (#690)
    * Add sni_hostname request extension. (#696)
    * Resolve race condition during import of anyio package. (#692)
    * Enable TCP_NODELAY for all synchronous sockets. (#651)
  - version 0.17.1
    * If 'retries' is set, then allow retries if an SSL handshake
      error occurs. (#669)
    * Improve correctness of tracebacks on network exceptions, by
      raising properly chained exceptions. (#678)
    * Prevent connection-hanging behaviour when HTTP/2 connections
      are closed by a server-sent 'GoAway' frame". (#679)
    * Fix edge-case exception when removing requests from the connection pool. (#680)
    * Fix pool timeout edge-case. (#688)
* Wed May 03 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.17.0:
    * Add DEBUG level logging. (#648)
    * Respect HTTP/2 max concurrent streams when settings updates
      are sent by server. (#652)
    * Increase the allowable HTTP header size to 100kB. (#647)
    * Add `retries` option to SOCKS proxy classes. (#643)
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.

Files

/usr/lib/python3.11/site-packages/httpcore
/usr/lib/python3.11/site-packages/httpcore-1.0.9.dist-info
/usr/lib/python3.11/site-packages/httpcore-1.0.9.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/httpcore-1.0.9.dist-info/METADATA
/usr/lib/python3.11/site-packages/httpcore-1.0.9.dist-info/RECORD
/usr/lib/python3.11/site-packages/httpcore-1.0.9.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/httpcore-1.0.9.dist-info/WHEEL
/usr/lib/python3.11/site-packages/httpcore-1.0.9.dist-info/licenses
/usr/lib/python3.11/site-packages/httpcore-1.0.9.dist-info/licenses/LICENSE.md
/usr/lib/python3.11/site-packages/httpcore/__init__.py
/usr/lib/python3.11/site-packages/httpcore/__pycache__
/usr/lib/python3.11/site-packages/httpcore/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_api.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_api.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_models.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_models.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_ssl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_ssl.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_synchronization.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_synchronization.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_trace.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_trace.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/__pycache__/_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_api.py
/usr/lib/python3.11/site-packages/httpcore/_async
/usr/lib/python3.11/site-packages/httpcore/_async/__init__.py
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/connection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/connection.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/connection_pool.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/connection_pool.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/http11.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/http11.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/http2.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/http2.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/http_proxy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/http_proxy.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/interfaces.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/interfaces.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/socks_proxy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/__pycache__/socks_proxy.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_async/connection.py
/usr/lib/python3.11/site-packages/httpcore/_async/connection_pool.py
/usr/lib/python3.11/site-packages/httpcore/_async/http11.py
/usr/lib/python3.11/site-packages/httpcore/_async/http2.py
/usr/lib/python3.11/site-packages/httpcore/_async/http_proxy.py
/usr/lib/python3.11/site-packages/httpcore/_async/interfaces.py
/usr/lib/python3.11/site-packages/httpcore/_async/socks_proxy.py
/usr/lib/python3.11/site-packages/httpcore/_backends
/usr/lib/python3.11/site-packages/httpcore/_backends/__init__.py
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/anyio.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/anyio.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/auto.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/auto.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/mock.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/mock.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/sync.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/sync.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/trio.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/__pycache__/trio.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_backends/anyio.py
/usr/lib/python3.11/site-packages/httpcore/_backends/auto.py
/usr/lib/python3.11/site-packages/httpcore/_backends/base.py
/usr/lib/python3.11/site-packages/httpcore/_backends/mock.py
/usr/lib/python3.11/site-packages/httpcore/_backends/sync.py
/usr/lib/python3.11/site-packages/httpcore/_backends/trio.py
/usr/lib/python3.11/site-packages/httpcore/_exceptions.py
/usr/lib/python3.11/site-packages/httpcore/_models.py
/usr/lib/python3.11/site-packages/httpcore/_ssl.py
/usr/lib/python3.11/site-packages/httpcore/_sync
/usr/lib/python3.11/site-packages/httpcore/_sync/__init__.py
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/connection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/connection.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/connection_pool.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/connection_pool.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/http11.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/http11.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/http2.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/http2.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/http_proxy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/http_proxy.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/interfaces.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/interfaces.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/socks_proxy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/__pycache__/socks_proxy.cpython-311.pyc
/usr/lib/python3.11/site-packages/httpcore/_sync/connection.py
/usr/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py
/usr/lib/python3.11/site-packages/httpcore/_sync/http11.py
/usr/lib/python3.11/site-packages/httpcore/_sync/http2.py
/usr/lib/python3.11/site-packages/httpcore/_sync/http_proxy.py
/usr/lib/python3.11/site-packages/httpcore/_sync/interfaces.py
/usr/lib/python3.11/site-packages/httpcore/_sync/socks_proxy.py
/usr/lib/python3.11/site-packages/httpcore/_synchronization.py
/usr/lib/python3.11/site-packages/httpcore/_trace.py
/usr/lib/python3.11/site-packages/httpcore/_utils.py
/usr/lib/python3.11/site-packages/httpcore/py.typed
/usr/share/doc/packages/python311-httpcore
/usr/share/doc/packages/python311-httpcore/README.md
/usr/share/licenses/python311-httpcore
/usr/share/licenses/python311-httpcore/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 4 22:25:36 2026