15
0

- 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
This commit is contained in:
2025-07-05 15:11:08 +00:00
committed by Git OBS Bridge
parent 7572397173
commit 55b97c7a2c
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jul 5 15:09:59 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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