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.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 ba0c832..da0294e 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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 + +- 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..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.3 +Version: 1.4.0 Release: 0 %define modname dogpile.cache -%define modver 1_3_3 +%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