Revisions of python-httpcore

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1164272 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- update to 1.0.5:
  * Handle `EndOfStream` exception for anyio backend.
  * Allow trio `0.25.*` series in package dependancies.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1160938 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1131743 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
- 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)

- update to 0.17.3
    scheme is used. (Pull #403)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1120297 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 12)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1084216 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1045130 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 8)
Forwarded request #1045069 from bnavigator

- Update to 0.16.3
    * Allow ws and wss schemes. Allows us to properly support
      websocket upgrade connections. (#625)
    * Forwarding HTTP proxies use a connection-per-remote-host.
      Required by some proxy implementations. (#637)
    * Don't raise RuntimeError when closing a connection pool with
      active connections. Removes some error cases when cancellations
      are used. (#631)
    * Lazy import anyio, so that it's no longer a hard dependancy,
      and isn't imported if unused. (#639)
  - Add httpcore-allow-deprecationwarnings-test.patch
    gh#encode/httpcore#511, gh#agronholm/anyio#470
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1037634 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 7)
- Skip failing test_request_with_content test
  (gh#encode/httpcore#622).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 958238 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 5)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 950355 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 3)
- Update to 0.14.5:
  * SOCKS proxy support. (#478)
  * Add proxy_auth argument to HTTPProxy (#481)
  * Improve error message on 'RemoteProtocolError' exception when server
    disconnects without sending a response (#479)
  * Support HTTP/2 on HTTPS tunnelling proxies. (#468)
  * Fix proxy headers missing on HTTP forwarding. (#456)
  * Only instantiate SSL context if required. (#457)
  * More robust HTTP/2 handling. (#253, #439, #440, #441)
  * Fix race condition when removing closed connections from the pool (#437)
  * Failed connections no longer remain in the pool. (Pull #433)
  * max_connections becomes optional. (Pull #429)
  * certifi is now included in the install dependancies. (Pull #428)
  * h2 is now strictly optional. (Pull #428)
  * Log the point at which the connection is established, and the IP/port
    on which it is made.
  * Determine if the outgoing request should log as HTTP/1.1 or HTTP/2,
    rather than having to assume it's HTTP/2 if the --http2 flag was passed.
  * Log SSL version info / certificate info.
  * Fix broken error messaging when URL scheme is missing, or a non HTTP(S)
    scheme is used. (Pull #403) 
- Inject multibuild to stop a build loop
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 907330 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 2)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 897237 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 1)
New package python-httpcore
Displaying all 15 revisions
openSUSE Build Service is sponsored by