diff --git a/pymemcache-3.2.0.tar.gz b/pymemcache-3.2.0.tar.gz deleted file mode 100644 index 48131d3..0000000 --- a/pymemcache-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8144ffe72d02c43d2f9c2099c7e209006965fa20dbfe3fa068b6e8208b64e44d -size 44800 diff --git a/pymemcache-3.3.0.tar.gz b/pymemcache-3.3.0.tar.gz new file mode 100644 index 0000000..c2d736b --- /dev/null +++ b/pymemcache-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fd2b7ce53671ea6df56cd747628bdfb0fc03a2e7c66e290a106e6b48c5c5ad +size 46210 diff --git a/python-pymemcache.changes b/python-pymemcache.changes index 4e86704..97a2931 100644 --- a/python-pymemcache.changes +++ b/python-pymemcache.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 13 07:29:30 UTC 2020 - Dirk Mueller + +- update to 3.3.0: + * ``HashClient`` can now be imported from the top-level ``pymemcache`` package + (e.g. ``pymemcache.HashClient``). + * ``HashClient.get_many()`` now longer stores ``False`` for missing keys from + unavailable clients. Instead, the result won't contain the key at all. + * Added missing ``HashClient.close()`` and ``HashClient.quit()``. + ------------------------------------------------------------------- Sun Jun 14 09:30:56 UTC 2020 - Dirk Mueller diff --git a/python-pymemcache.spec b/python-pymemcache.spec index 2d63062..19327c2 100644 --- a/python-pymemcache.spec +++ b/python-pymemcache.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pymemcache -Version: 3.2.0 +Version: 3.3.0 Release: 0 Summary: A pure Python memcached client License: Apache-2.0