Go to file
Matej Cepl e94413919d Accepting request 897159 from home:alarrosa:branches:devel:languages:python
- 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".

OBS-URL: https://build.opensuse.org/request/show/897159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=2
2021-06-03 12:45:31 +00:00
.gitattributes Accepting request 893789 from home:mcepl:branches:devel:languages:python 2021-05-17 15:32:01 +00:00
.gitignore Accepting request 893789 from home:mcepl:branches:devel:languages:python 2021-05-17 15:32:01 +00:00
httpcore-0.13.3.tar.gz Accepting request 897159 from home:alarrosa:branches:devel:languages:python 2021-06-03 12:45:31 +00:00
python-httpcore.changes Accepting request 897159 from home:alarrosa:branches:devel:languages:python 2021-06-03 12:45:31 +00:00
python-httpcore.spec Accepting request 897159 from home:alarrosa:branches:devel:languages:python 2021-06-03 12:45:31 +00:00