From b1798dd30a3fb60fda52ce52c87de8488fc3f2f4951de90debe262d7ad0a491c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Jul 2022 12:15:24 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=201.1.8:=20=20=20*=20Moved=20th?= =?UTF-8?q?e=20MemcacheArgs.dead=5Fretry=20argument=20and=20the=20=20=20?= =?UTF-8?q?=20=20MemcacheArgs.socket=5Ftimeout=20argument=20which=20were?= =?UTF-8?q?=20erroneously=20added=20to=20the=20=20=20=20=20=E2=80=9Cset=5F?= =?UTF-8?q?parameters=E2=80=9D,=20where=20they=20have=20no=20effect,=20to?= =?UTF-8?q?=20be=20part=20of=20the=20Memcached=20=20=20=20=20connection=20?= =?UTF-8?q?arguments=20MemcachedBackend.dead=5Fretry,=20=20=20=20=20Memcac?= =?UTF-8?q?hedBackend.socket=5Ftimeout.=20=20=20*=20Added=20MemcacheArgs.d?= =?UTF-8?q?ead=5Fretry=20and=20MemcacheArgs.socket=5Ftimeout=20to=20the=20?= =?UTF-8?q?=20=20=20=20dictionary=20of=20additional=20keyword=20arguments?= =?UTF-8?q?=20that=20will=20be=20passed=20directly=20to=20=20=20=20=20Gene?= =?UTF-8?q?ricMemcachedBackend().=20=20=20*=20Added=20RedisBackend.connect?= =?UTF-8?q?ion=5Fkwargs=20parameter,=20which=20is=20a=20dictionary=20of=20?= =?UTF-8?q?=20=20=20=20additional=20keyword=20arguments=20that=20will=20be?= =?UTF-8?q?=20passed=20directly=20to=20StrictRedis()=20or=20=20=20=20=20St?= =?UTF-8?q?rictRedis.from=5Furl(),=20in=20the=20same=20way=20that=20this?= =?UTF-8?q?=20parameter=20works=20with=20the=20=20=20=20=20RedisSentinelBa?= =?UTF-8?q?ckend=20already?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=73 --- dogpile.cache-1.1.5.tar.gz | 3 --- dogpile.cache-1.1.8.tar.gz | 3 +++ python-dogpile.cache.changes | 17 +++++++++++++++++ python-dogpile.cache.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 dogpile.cache-1.1.5.tar.gz create mode 100644 dogpile.cache-1.1.8.tar.gz diff --git a/dogpile.cache-1.1.5.tar.gz b/dogpile.cache-1.1.5.tar.gz deleted file mode 100644 index 73a447e..0000000 --- a/dogpile.cache-1.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50891c4297d01037253eb1b46d35b60a8536c46726df94880cb828a1c7d738ca -size 101975 diff --git a/dogpile.cache-1.1.8.tar.gz b/dogpile.cache-1.1.8.tar.gz new file mode 100644 index 0000000..e468d6b --- /dev/null +++ b/dogpile.cache-1.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1df2749a5ad21788d1b73075b580c4a3d7dc5f6e7dedb2cc6258d4755b04b2 +size 104600 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index 564358c..157793b 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jul 19 12:05:35 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 89f91eb..6cc4bbf 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -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