forked from pool/python-httpcore
- 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=29
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-httpcore%{psuffix}
|
||||
Version: 0.18.0
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: Minimal low-level Python HTTP client
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user