diff --git a/httpcore-1.0.2.tar.gz b/httpcore-1.0.2.tar.gz deleted file mode 100644 index dbbf900..0000000 --- a/httpcore-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4354cd7291b667110f2146875c0db38cf3151c33a83b81be74c30994ce246d6 -size 95549 diff --git a/httpcore-1.0.4.tar.gz b/httpcore-1.0.4.tar.gz new file mode 100644 index 0000000..cdb39ac --- /dev/null +++ b/httpcore-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e24b1787585e1950ced45993911bf309cf87a10d94de2e4005982f8a2f9000 +size 97682 diff --git a/python-httpcore.changes b/python-httpcore.changes index 0575238..22793aa 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 19 07:11:39 UTC 2024 - Dirk Müller + +- update to 1.0.4: + * Add `target` request extension. + * Fix support for connection `Upgrade` and `CONNECT` when some + data in the stream has been read. + * Fix support for async cancellations. + * Fix trace extension when used with socks proxy. + * Fix SSL context for connections using the "wss" scheme + ------------------------------------------------------------------- Thu Dec 7 22:46:51 UTC 2023 - Dirk Müller diff --git a/python-httpcore.spec b/python-httpcore.spec index 61cd6fe..fc05e43 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-httpcore # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-httpcore%{psuffix} -Version: 1.0.2 +Version: 1.0.4 Release: 0 Summary: Minimal low-level Python HTTP client License: BSD-3-Clause