From 67a5550fdfb39e4571382fe6297f4f3ed9b2795aa6e491dd4b2e038f5242fb42 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Nov 2023 15:51:24 +0000 Subject: [PATCH] - update to 0.25.2: * Add missing type hints to few `__init__()` methods. (#2938) * Add support for Python 3.12. (#2854) * Add support for httpcore 1.0 (#2885) * Raise `ValueError` on `Response.encoding` being set after `Response.text` has been accessed. (#2852) * Do not leak data in httpx.URL.copy_with (bsc#1199002, CVE-2021-41945) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=27 --- httpx-0.25.0.tar.gz | 3 --- httpx-0.25.2.tar.gz | 3 +++ python-httpx.changes | 12 +++++++++++- python-httpx.spec | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 httpx-0.25.0.tar.gz create mode 100644 httpx-0.25.2.tar.gz diff --git a/httpx-0.25.0.tar.gz b/httpx-0.25.0.tar.gz deleted file mode 100644 index cbcc93c..0000000 --- a/httpx-0.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0093e2ca28d817c40e84cd058527316fdc6a700e529d6e3e1f2d3d299f59e74a -size 2169337 diff --git a/httpx-0.25.2.tar.gz b/httpx-0.25.2.tar.gz new file mode 100644 index 0000000..631706c --- /dev/null +++ b/httpx-0.25.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f161c7afa3bc58b63e8eb1ddcb480479f2ba2a0137cba4a53c0b659c8bd917 +size 2162693 diff --git a/python-httpx.changes b/python-httpx.changes index 83d4cae..a5ca74c 100644 --- a/python-httpx.changes +++ b/python-httpx.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 27 15:50:38 UTC 2023 - Dirk Müller + +- update to 0.25.2: + * Add missing type hints to few `__init__()` methods. (#2938) + * Add support for Python 3.12. (#2854) + * Add support for httpcore 1.0 (#2885) + * Raise `ValueError` on `Response.encoding` being set after + `Response.text` has been accessed. (#2852) + ------------------------------------------------------------------- Tue Oct 31 10:55:34 UTC 2023 - Markéta Machová @@ -159,7 +169,7 @@ Tue Jul 19 15:45:42 UTC 2022 - Ben Greiner Mon May 2 03:01:52 UTC 2022 - Steve Kowalik - Add patch CVE-2021-41945-copy_with-data-leak.patch: - * Do not leak data in httpx.URL.copy_with (bsc#1199002, CVE-2021-41945) + * Do not leak data in httpx.URL.copy_with (bsc#1199002, CVE-2021-41945) ------------------------------------------------------------------- Fri Feb 11 19:31:34 UTC 2022 - Michael Ströder diff --git a/python-httpx.spec b/python-httpx.spec index 6e567c0..5d30d12 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-httpx%{psuffix} -Version: 0.25.0 +Version: 0.25.2 Release: 0 Summary: Python HTTP client with async support License: BSD-3-Clause