From 7e39f36259545fdeba4f8cfe11cfd759bee12a1955ca172aa1892a804b8663a0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 13 Jun 2025 10:55:22 +0000 Subject: [PATCH] Accepting request 1284757 from home:glaubitz:branches:devel:languages:python - Update to 0.1.2 * Add check for fips compliant python. (#325) * Fix compatibility with httpx. (#291) * Use SyncByteStream instead of ByteStream. (#298) * Don't raise exceptions if date-containing headers are invalid. (#318) * Fix for S3 Storage missing metadata in API request. (#320) - Update BuildRequires and Requires from pyproject.toml OBS-URL: https://build.opensuse.org/request/show/1284757 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=13 --- hishel-0.1.1.tar.gz | 3 --- hishel-0.1.2.tar.gz | 3 +++ python-hishel.changes | 11 +++++++++++ python-hishel.spec | 8 ++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 hishel-0.1.1.tar.gz create mode 100644 hishel-0.1.2.tar.gz diff --git a/hishel-0.1.1.tar.gz b/hishel-0.1.1.tar.gz deleted file mode 100644 index 8e6324d..0000000 --- a/hishel-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fb1970c9d121bcfdcd8e78953bcad6741358b95f067adadea70947efb8f0467 -size 877049 diff --git a/hishel-0.1.2.tar.gz b/hishel-0.1.2.tar.gz new file mode 100644 index 0000000..78d17d3 --- /dev/null +++ b/hishel-0.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee41e09d18d0b6c63d87797def3c3825dbedf871664764d7afbd0cc0305fa317 +size 876933 diff --git a/python-hishel.changes b/python-hishel.changes index 964ae12..f5a350d 100644 --- a/python-hishel.changes +++ b/python-hishel.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jun 11 10:07:20 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.1.2 + * Add check for fips compliant python. (#325) + * Fix compatibility with httpx. (#291) + * Use SyncByteStream instead of ByteStream. (#298) + * Don't raise exceptions if date-containing headers are invalid. (#318) + * Fix for S3 Storage missing metadata in API request. (#320) +- Update BuildRequires and Requires from pyproject.toml + ------------------------------------------------------------------- Wed Nov 13 15:06:33 UTC 2024 - Dirk Müller diff --git a/python-hishel.spec b/python-hishel.spec index 33f9ab7..3d2ab6f 100644 --- a/python-hishel.spec +++ b/python-hishel.spec @@ -1,7 +1,7 @@ # # spec file for package python-hishel # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hishel -Version: 0.1.1 +Version: 0.1.2 Release: 0 Summary: Persistent cache implementation for httpx and httpcore License: BSD-3-Clause @@ -29,7 +29,7 @@ BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module httpx >= 0.22.0} +BuildRequires: %{python_module httpx >= 0.28.0} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module pytest} BuildRequires: %{python_module redis} @@ -38,7 +38,7 @@ BuildRequires: %{python_module typing_extensions >= 4.8.0} BuildRequires: %{pythons} # /SECTION BuildRequires: fdupes -Requires: python-httpx >= 0.22.0 +Requires: python-httpx >= 0.28.0 Requires: python-typing_extensions >= 4.8.0 Suggests: python-pyyaml == 6.0.1 Suggests: python-redis == 5.0.1