forked from pool/python-dogpile.cache
Accepting request 990239 from devel:languages:python
- update to 1.1.8:
* Moved the MemcacheArgs.dead_retry argument and the
MemcacheArgs.socket_timeout argument which were erroneously added to the
“set_parameters”, where they have no effect, to be part of the Memcached
connection arguments MemcachedBackend.dead_retry,
MemcachedBackend.socket_timeout.
* Added MemcacheArgs.dead_retry and MemcacheArgs.socket_timeout to the
dictionary of additional keyword arguments that will be passed directly to
GenericMemcachedBackend().
* Added RedisBackend.connection_kwargs parameter, which is a dictionary of
additional keyword arguments that will be passed directly to StrictRedis() or
StrictRedis.from_url(), in the same way that this parameter works with the
RedisSentinelBackend already
OBS-URL: https://build.opensuse.org/request/show/990239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dogpile.cache?expand=0&rev=35
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50891c4297d01037253eb1b46d35b60a8536c46726df94880cb828a1c7d738ca
|
||||
size 101975
|
||||
3
dogpile.cache-1.1.8.tar.gz
Normal file
3
dogpile.cache-1.1.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c1df2749a5ad21788d1b73075b580c4a3d7dc5f6e7dedb2cc6258d4755b04b2
|
||||
size 104600
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 12:05:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.8:
|
||||
* Moved the MemcacheArgs.dead_retry argument and the
|
||||
MemcacheArgs.socket_timeout argument which were erroneously added to the
|
||||
“set_parameters”, where they have no effect, to be part of the Memcached
|
||||
connection arguments MemcachedBackend.dead_retry,
|
||||
MemcachedBackend.socket_timeout.
|
||||
* Added MemcacheArgs.dead_retry and MemcacheArgs.socket_timeout to the
|
||||
dictionary of additional keyword arguments that will be passed directly to
|
||||
GenericMemcachedBackend().
|
||||
* Added RedisBackend.connection_kwargs parameter, which is a dictionary of
|
||||
additional keyword arguments that will be passed directly to StrictRedis() or
|
||||
StrictRedis.from_url(), in the same way that this parameter works with the
|
||||
RedisSentinelBackend already
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 30 09:37:29 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%global pythons python3
|
||||
Name: python-dogpile.cache
|
||||
Version: 1.1.5
|
||||
Version: 1.1.8
|
||||
Release: 0
|
||||
%define modname dogpile.cache
|
||||
%define modver 1_1_5
|
||||
%define modver 1_1_8
|
||||
Summary: A caching front-end based on the Dogpile lock
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/sqlalchemy/dogpile.cache
|
||||
|
||||
Reference in New Issue
Block a user