14
0

- Inject multibuild to stop a build loop

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=8
This commit is contained in:
2022-02-01 07:47:58 +00:00
committed by Git OBS Bridge
parent 0e1809b2b0
commit 27cac1d346
3 changed files with 23 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Tue Feb 1 06:13:54 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
Tue Feb 1 07:47:22 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.14.5:
* SOCKS proxy support. (#478)
@@ -22,6 +22,7 @@ Tue Feb 1 06:13:54 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
* 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)
- Inject multibuild to stop a build loop
-------------------------------------------------------------------
Tue Jul 13 13:42:56 UTC 2021 - Matej Cepl <mcepl@suse.com>