From 55b97c7a2c92309afb9f2909caa3b2f5e3f37f8251a736969cd3bb9b830699d3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 5 Jul 2025 15:11:08 +0000 Subject: [PATCH] - 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