Revisions of python-httpcore

buildservice-autocommit accepted request 990437 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 14)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 990282 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 13)
- Update to 0.15.0
  * Drop Python 3.6 support (#535)
  * Ensure HTTP proxy CONNECT requests include timeout
    configuration. (#506)
  * Switch to explicit typing.Optional for type hints (#513)
  * For trio map OSError exceptions to ConnectError (#543)
- Fix forgotten test package dep drops -- gh#encode/httpcore#473
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 12)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 956362 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 11)
- Update to 0.14.7
  * Requests which raise a PoolTimeout need to be removed from the pool queue. (#502)
  * Fix AttributeError that happened when Socks5Connection were terminated. (#501)
- Update to 0.14.6
  * Fix SOCKS support for http:// URLs. (#492)
  * Resolve race condition around exceptions during streaming a response. (#491)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 10)
- update to 0.14.7:
  * Requests which raise a PoolTimeout need to be removed from the pool queue.
  * Fix AttributeError that happened when Socks5Connection were terminated.
  * Fix SOCKS support for `http://` URLs.
  * Resolve race condition around exceptions during streaming a response.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 953819 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 9)
- Only recommend and not require the installation of python-h2 because it is
  seriously broken and prevents any other Python software to run correctly with -bb.
  (See also: https://github.com/python-hyper/h2/issues/1236)
  This also matches upstream's setup.py which lists h2 as optional
  dependency in extra_requires.
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 8)
- Inject multibuild to stop a build loop
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 7)
- 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)
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 6)
- anyio is actually required (at least for some tests in other
  packages).
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 5)
anyio is actually required (at least for some tests in other packages)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 897237 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 4)
initialized devel package after accepting 897237
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 904729 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 3)
- Update to v0.13.6
  * Fixed
    - Close sockets when read or write timeouts occur. (Pull #365)
- Update to v0.13.5
  * Fixed
    - Resolved niggles with AnyIO EOF behaviours. (Pull #358, #362)
- Update to v0.13.4
  * Added
    - Improved error messaging when URL scheme is missing, or
      a non HTTP(S) scheme is used. (Pull #354)
  * Fixed
    - Switched to anyio as the default backend implementation when
      running with asyncio. Resolves some awkward TLS timeout
      issues.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 897159 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 2)
- Update to v0.13.3
  * Added
    - Support HTTP/2 prior knowledge, using
      httpcore.SyncConnectionPool(http1=False). (Pull #333)
  * Fixed
    - Handle cases where environment does not provide select.poll
      support. (Pull #331)
- Update to v0.13.2
  * Added
    - Improve error message for specific case of
      RemoteProtocolError where server disconnects without
      sending a response. (Pull #313)
- Update to v0.13.1
  * Fixed
    - More resiliant testing for closed connections.
      (Pull #311)
    - Don't raise exceptions on ungraceful connection closes.
      (Pull #310)
- Update to v0.13.0
  * The 0.13 release updates the core API in order to match the
    HTTPX Transport API, introduced in HTTPX 0.18 onwards.
  * Changed
    - The .request() method is now handle_request(). (Pull #296)
    - The .arequest() method is now .handle_async_request().
      (Pull #296)
    - The headers argument is no longer optional. (Pull #296)
    - The stream argument is no longer optional. (Pull #296)
    - The ext argument is now named extensions, and is no longer
      optional. (Pull #296)
    - The "reason" extension keyword is now named "reason_phrase".
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 893789 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 1)
Dependency for python-httpx
Displaying revisions 21 - 34 of 34
openSUSE Build Service is sponsored by