From 5b53d8821b2c1c8f4c06a9b6868b12abcc4047d5c9951a9e2efd4e8f02e87a76 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 5 Jul 2025 15:04:17 +0000 Subject: [PATCH 1/2] - update to 1.3.4: * [usecase] [valkey] Added backend for valkey server. This is based on valkey-py as the driver. * Fixes to the recently added RedisClusterBackend fixing a runtime typing error that prevented it from running. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=93 --- dogpile.cache-1.3.3.tar.gz | 3 --- dogpile.cache-1.3.4.tar.gz | 3 +++ python-dogpile.cache.changes | 9 +++++++++ python-dogpile.cache.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 dogpile.cache-1.3.3.tar.gz create mode 100644 dogpile.cache-1.3.4.tar.gz diff --git a/dogpile.cache-1.3.3.tar.gz b/dogpile.cache-1.3.3.tar.gz deleted file mode 100644 index c2ed883..0000000 --- a/dogpile.cache-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3810465974f135686f22d0b6efa67e57bd6b3940fbfc61eb25c204fa45f5876b -size 108334 diff --git a/dogpile.cache-1.3.4.tar.gz b/dogpile.cache-1.3.4.tar.gz new file mode 100644 index 0000000..fa15de2 --- /dev/null +++ b/dogpile.cache-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7469a183a2434cc1526c91229e4abcdede2e07e72ade21f9171e14a1df0d494 +size 112106 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index ba0c832..93fb965 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jul 5 15:03:31 UTC 2025 - Dirk Müller + +- update to 1.3.4: + * [usecase] [valkey] Added backend for valkey server. This is + based on valkey-py as the driver. + * Fixes to the recently added RedisClusterBackend fixing a + runtime typing error that prevented it from running. + ------------------------------------------------------------------- Wed Mar 26 07:48:23 UTC 2025 - Steve Kowalik diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 387eb50..2614d8d 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -18,10 +18,10 @@ %{?sle15_python_module_pythons} Name: python-dogpile.cache -Version: 1.3.3 +Version: 1.3.4 Release: 0 %define modname dogpile.cache -%define modver 1_3_3 +%define modver 1_3_4 Summary: A caching front-end based on the Dogpile lock License: BSD-3-Clause URL: https://github.com/sqlalchemy/dogpile.cache From f954b0399d9b82556eac82a1fb525437d524829182ea63d92951029e3b902ba7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 5 Jul 2025 15:11:08 +0000 Subject: [PATCH 2/2] - update to 1.4.0: * The pyproject.toml configuration has been amended to use the updated PEP 639 configuration for license, * Support for Python 3.8 has been dropped, the minimum version is now Python 3.9, as 3.8 is EOL. This change is necessitated by the need to require setuptools 77.0.3 in order to satisfy PEP 639. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=94 --- dogpile.cache-1.3.4.tar.gz | 3 --- dogpile.cache-1.4.0.tar.gz | 3 +++ python-dogpile.cache.changes | 11 +++++++++++ python-dogpile.cache.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 dogpile.cache-1.3.4.tar.gz create mode 100644 dogpile.cache-1.4.0.tar.gz diff --git a/dogpile.cache-1.3.4.tar.gz b/dogpile.cache-1.3.4.tar.gz deleted file mode 100644 index fa15de2..0000000 --- a/dogpile.cache-1.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7469a183a2434cc1526c91229e4abcdede2e07e72ade21f9171e14a1df0d494 -size 112106 diff --git a/dogpile.cache-1.4.0.tar.gz b/dogpile.cache-1.4.0.tar.gz new file mode 100644 index 0000000..53802a7 --- /dev/null +++ b/dogpile.cache-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c2077cb0df32b1323afab51b901189fd23b309730e121482cb20ae540b4480 +size 112388 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index 93fb965..da0294e 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jul 5 15:09:59 UTC 2025 - Dirk Müller + +- update to 1.4.0: + * The pyproject.toml configuration has been amended to use + the updated PEP 639 configuration for license, + * Support for Python 3.8 has been dropped, the minimum version + is now Python 3.9, as 3.8 is EOL. This change is necessitated + by the need to require setuptools 77.0.3 in order to satisfy + PEP 639. + ------------------------------------------------------------------- Sat Jul 5 15:03:31 UTC 2025 - Dirk Müller diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 2614d8d..372deaa 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -18,10 +18,10 @@ %{?sle15_python_module_pythons} Name: python-dogpile.cache -Version: 1.3.4 +Version: 1.4.0 Release: 0 %define modname dogpile.cache -%define modver 1_3_4 +%define modver 1_4_0 Summary: A caching front-end based on the Dogpile lock License: BSD-3-Clause URL: https://github.com/sqlalchemy/dogpile.cache