14
0

Accepting request 904729 from home:alarrosa:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/904729
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=3
This commit is contained in:
2021-07-08 09:32:03 +00:00
committed by Git OBS Bridge
parent d22f506e0b
commit fc24fb2d77
4 changed files with 28 additions and 8 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jul 8 08:16:46 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- 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.
-------------------------------------------------------------------
Thu Jun 3 09:10:31 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>