2 Commits

Author SHA256 Message Date
2969511e16 Accepting request 1299815 from devel:languages:python
- Update to 0.1.3
  * Remove `types-redis` from dev dependencies (#336)
  * Bump redis to 6.0.0 and address async `.close()` deprecation warning (#336)
  * Avoid race condition when unlinking files in `FileStorage`. (#334)
  * Allow prodiving a `path_prefix` in `S3Storage` and `AsyncS3Storage`. (#342)
- Update BuildRequires and Suggests from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1299815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hishel?expand=0&rev=8
2025-08-15 19:52:39 +00:00
79aa320ac8 - Update to 0.1.3
* Remove `types-redis` from dev dependencies (#336)
  * Bump redis to 6.0.0 and address async `.close()` deprecation warning (#336)
  * Avoid race condition when unlinking files in `FileStorage`. (#334)
  * Allow prodiving a `path_prefix` in `S3Storage` and `AsyncS3Storage`. (#342)
- Update BuildRequires and Suggests from pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=15
2025-08-15 11:17:59 +00:00
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee41e09d18d0b6c63d87797def3c3825dbedf871664764d7afbd0cc0305fa317
size 876933

3
hishel-0.1.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ada2f5c5e3623862346bfbc8c4e47add18d12d0ca1c3519c30966583efc2c298
size 877174

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 15 09:23:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.1.3
* Remove `types-redis` from dev dependencies (#336)
* Bump redis to 6.0.0 and address async `.close()` deprecation warning (#336)
* Avoid race condition when unlinking files in `FileStorage`. (#334)
* Allow prodiving a `path_prefix` in `S3Storage` and `AsyncS3Storage`. (#342)
- Update BuildRequires and Suggests from pyproject.toml
-------------------------------------------------------------------
Wed Jun 11 10:07:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-hishel
Version: 0.1.2
Version: 0.1.3
Release: 0
Summary: Persistent cache implementation for httpx and httpcore
License: BSD-3-Clause
@@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros
BuildRequires: %{python_module httpx >= 0.28.0}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module redis}
BuildRequires: %{python_module redis >= 6.0.0}
BuildRequires: %{python_module trio}
BuildRequires: %{python_module typing_extensions >= 4.8.0}
BuildRequires: %{pythons}
@@ -40,8 +40,8 @@ BuildRequires: %{pythons}
BuildRequires: fdupes
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
Suggests: python-pyyaml >= 6.0.2
Suggests: python-redis >= 6.0.0
Suggests: python-anysqlite >= 0.0.5
Suggests: python-boto3 >= 1.15.0
BuildArch: noarch