Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| caf20bd804 | |||
| f954b0399d | |||
| 5b53d8821b | |||
| ef3fa75b18 | |||
| 0672e84bfb |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3810465974f135686f22d0b6efa67e57bd6b3940fbfc61eb25c204fa45f5876b
|
|
||||||
size 108334
|
|
||||||
3
dogpile.cache-1.4.0.tar.gz
Normal file
3
dogpile.cache-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35c2077cb0df32b1323afab51b901189fd23b309730e121482cb20ae540b4480
|
||||||
|
size 112388
|
||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user