14
0

- update to 3.5.0:

* Sockets are now closed on ``MemcacheUnexpectedCloseError``.
  * Added support for TCP keepalive for client sockets on Linux platforms.
  * Added retrying mechanisms by wrapping clients.
- drop merged_pr_327.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=31
This commit is contained in:
2021-10-16 20:33:27 +00:00
committed by Git OBS Bridge
parent b6258bd66c
commit 9174881170
5 changed files with 13 additions and 70 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Oct 16 20:29:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.5.0:
* Sockets are now closed on ``MemcacheUnexpectedCloseError``.
* Added support for TCP keepalive for client sockets on Linux platforms.
* Added retrying mechanisms by wrapping clients.
- drop merged_pr_327.patch (upstream)
-------------------------------------------------------------------
Sat Jun 19 02:18:02 UTC 2021 - John Vandenberg <jayvdb@gmail.com>