14
0

Accepting request 967466 from home:pgajdos:python

- version update to 3.5.2
  New in version 3.5.2
  --------------------
  * Handle blank ``STAT`` values.
  New in version 3.5.1
  --------------------
  * ``Client.get`` returns the default when using ``ignore_exc`` and if memcached
    is unavailable
  * Added ``noreply`` support to ``HashClient.flush_all``.
- do not require python-mock for build

OBS-URL: https://build.opensuse.org/request/show/967466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=32
This commit is contained in:
2022-04-07 14:48:23 +00:00
committed by Git OBS Bridge
parent 9174881170
commit f3da3d8842
5 changed files with 69 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Apr 7 09:31:23 UTC 2022 - pgajdos@suse.com
- version update to 3.5.2
New in version 3.5.2
--------------------
* Handle blank ``STAT`` values.
New in version 3.5.1
--------------------
* ``Client.get`` returns the default when using ``ignore_exc`` and if memcached
is unavailable
* Added ``noreply`` support to ``HashClient.flush_all``.
- do not require python-mock for build
-------------------------------------------------------------------
Sat Oct 16 20:29:06 UTC 2021 - Dirk Müller <dmueller@suse.com>