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