15
0

Accepting request 1145099 from devel:languages:python

- update to 1.3.1:
  * Added new parameter RedisBackend.username to the Redis
    backend, and RedisSentinelBackend.username to the Redis
    Sentinel backend. These parameters allow for username
    authentication in Redis when RBAC is enabled.

OBS-URL: https://build.opensuse.org/request/show/1145099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dogpile.cache?expand=0&rev=41
This commit is contained in:
2024-02-08 18:03:17 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 8 09:34:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.1:
* Added new parameter RedisBackend.username to the Redis
backend, and RedisSentinelBackend.username to the Redis
Sentinel backend. These parameters allow for username
authentication in Redis when RBAC is enabled.
-------------------------------------------------------------------
Sun Jan 7 21:53:54 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,10 +18,10 @@
%{?sle15_python_module_pythons}
Name: python-dogpile.cache
Version: 1.3.0
Version: 1.3.1
Release: 0
%define modname dogpile.cache
%define modver 1_3_0
%define modver 1_3_1
Summary: A caching front-end based on the Dogpile lock
License: BSD-3-Clause
URL: https://github.com/sqlalchemy/dogpile.cache