14
0

Accepting request 900837 from home:jayvdb:branches:devel:languages:python:django

- Switch to using pytest
- Add merged_pr_327.patch to fix mocked tests
- Update to v3.4.4

OBS-URL: https://build.opensuse.org/request/show/900837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=29
This commit is contained in:
2021-06-19 07:33:10 +00:00
committed by Git OBS Bridge
parent 56b5a9fcff
commit b6258bd66c
5 changed files with 106 additions and 8 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Jun 19 02:18:02 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Switch to using pytest
- Add merged_pr_327.patch to fix mocked tests
- Update to v3.4.4
* Idle connections will be removed from the pool after pool_idle_timeout
- from v3.4.3
* Fix `HashClient.{get,set}_many()` with UNIX sockets.
- from v3.4.2
* Remove trailing space for commands that don't take arguments, such
as `stats`. This was a violation of the memcached protocol.
- from v3.4.1
* CAS operations will now raise MemcacheIllegalInputError when
None is given as the `cas` value.
- from v3.4.0
* Added IPv6 support for TCP socket connections. Note that IPv6 may
be used in preference to IPv4 when passing a domain name as the
host if an IPv6 address can be resolved for that domain.
* `HashClient` now supports UNIX sockets.
-------------------------------------------------------------------
Tue Jun 1 10:41:18 UTC 2021 - pgajdos@suse.com