17
0

5 Commits

Author SHA256 Message Date
caf20bd804 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
2025-07-06 15:15:24 +00:00
f954b0399d - 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
2025-07-05 15:11:08 +00:00
5b53d8821b - 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
2025-07-05 15:04:17 +00:00
ef3fa75b18 Accepting request 1264862 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dogpile.cache?expand=0&rev=44
2025-04-16 18:38:52 +00:00
0672e84bfb - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=91
2025-03-26 07:49:04 +00:00
4 changed files with 32 additions and 7 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,28 @@
-------------------------------------------------------------------
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>
- Normalize metadata directory name.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 6 08:35:52 UTC 2024 - Dirk Müller <dmueller@suse.com> Mon May 6 08:35:52 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-dogpile.cache # spec file for package python-dogpile.cache
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-dogpile.cache Name: python-dogpile.cache
Version: 1.3.3 Version: 1.4.0
Release: 0 Release: 0
%define modname dogpile.cache %define modname dogpile.cache
%define modver 1_3_3 %define modver 1_4_0
Summary: A caching front-end based on the Dogpile lock Summary: A caching front-end based on the Dogpile lock
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/sqlalchemy/dogpile.cache URL: https://github.com/sqlalchemy/dogpile.cache
@@ -68,6 +68,6 @@ new value.
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python_sitelib}/dogpile %{python_sitelib}/dogpile
%{python_sitelib}/dogpile.cache-%{version}.dist-info %{python_sitelib}/dogpile_cache-%{version}.dist-info
%changelog %changelog