From 2ce1aa6e224d0978cac4166f6c6b50f7ef34d0372504f3a7fc6c2264fc256908 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 13 Jan 2025 10:11:57 +0000 Subject: [PATCH] Accepting request 1237350 from home:glaubitz:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.0.7 * Support `proxy=…` configuration on `ConnectionPool()`. OBS-URL: https://build.opensuse.org/request/show/1237350 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=37 --- httpcore-1.0.6.tar.gz | 3 --- httpcore-1.0.7.tar.gz | 3 +++ python-httpcore.changes | 6 ++++++ python-httpcore.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 httpcore-1.0.6.tar.gz create mode 100644 httpcore-1.0.7.tar.gz diff --git a/httpcore-1.0.6.tar.gz b/httpcore-1.0.6.tar.gz deleted file mode 100644 index 864120d..0000000 --- a/httpcore-1.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c17be5ee13c8be65bbcba4f5e7b512bd69c3382d64552841988799b5261b6cfe -size 99863 diff --git a/httpcore-1.0.7.tar.gz b/httpcore-1.0.7.tar.gz new file mode 100644 index 0000000..c1d4fe9 --- /dev/null +++ b/httpcore-1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1826de42becefb334468cc3dd470601352e6c8c7b63d713e73b8073086ecb8b +size 99854 diff --git a/python-httpcore.changes b/python-httpcore.changes index 85ff6ab..c5ce7ef 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 13 09:26:17 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.0.7 + * Support `proxy=…` configuration on `ConnectionPool()`. + ------------------------------------------------------------------- Tue Oct 29 09:23:07 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-httpcore.spec b/python-httpcore.spec index 6142631..70008e3 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -1,7 +1,7 @@ # # spec file for package python-httpcore # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.6 +Version: 1.0.7 Release: 0 Summary: Minimal low-level Python HTTP client License: BSD-3-Clause