From d89ae1ffa5859e163cf632adf394f16ae2f1c39cd02bc21086dd8e6a4b9d8c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 7 Apr 2022 15:03:30 +0000 Subject: [PATCH] mention python-pymemcache-no-mock.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=33 --- python-pymemcache.changes | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/python-pymemcache.changes b/python-pymemcache.changes index 960f9da..c450505 100644 --- a/python-pymemcache.changes +++ b/python-pymemcache.changes @@ -2,15 +2,11 @@ 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 +- add python-pymemcache-no-mock.patch, do not require python-mock for build ------------------------------------------------------------------- Sat Oct 16 20:29:06 UTC 2021 - Dirk Müller