15
0

Accepting request 1290791 from devel:languages:python

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

- 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/request/show/1290791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dogpile.cache?expand=0&rev=45
This commit is contained in:
2025-07-06 15:15:24 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
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>
- 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 <steven.kowalik@suse.com>

View File

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