14
0

Accepting request 990282 from home:bnavigator:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/990282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=13
This commit is contained in:
2022-07-20 16:54:32 +00:00
committed by Git OBS Bridge
parent 4049c06ab2
commit 0124eb2719
4 changed files with 27 additions and 27 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jul 19 15:31:11 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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
-------------------------------------------------------------------
Mon Feb 21 10:54:40 UTC 2022 - Michael Ströder <michael@stroeder.com>