Changelog for
python311-pymemcache-4.0.0-42.17.noarch.rpm :
* Fri Apr 21 2023 Dirk Müller
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Thu Dec 15 2022 Steve Kowalik - Remove unneeded BuildRequires on python-memcached.- Clean up python 2 gubbins.
* Mon Dec 12 2022 Daniel Garcia - Disable broken tests in i586.
* Wed Dec 07 2022 Daniel Garcia - Fix launch of memcached for tests
* Wed Dec 07 2022 Daniel Garcia - Remove python-pymemcache-no-mock.patch- More specific python_sitelib in %files- Remove python_module macro definition- Update to 4.0.0:
* Drop python support for 2.7, 3.4 and 3.5 by AATTjogo in #321
* Use default for get ignore_exc by AATTjogo in #351
* Return default from hash client by AATTPankrat in #352
* Return default from hash client when using positional argument by AATTPankrat in #354
* Support noreply for hash flush_all by AATTjogo in #361
* Drop support for Python 3.6 by AATTjparise in #363
* Add official support for Python 3.10 by AATTjparise in #365
* Handle a blank stat value by AATTliquidpele in #388
* Small buffer pass optimization as discussed in #395. by AATTmartinnj in #402
* Expand Client with a method for sending arbitrary commands. by AATTmartinnj in [#395]
* add pluggable compression serde by AATTsontek in #407
* Start to add type hints by AATTjogo in #415
* Add py.typed file by AATTjogo in #421
* Fix key_prefix issue with stats and cache_memlimit by AATTjogo in #433
* Thu Apr 07 2022 pgajdosAATTsuse.com- version update to 3.5.2
* Handle blank ``STAT`` values.
* ``Client.get`` returns the default when using ``ignore_exc`` and if memcached is unavailable
* Added ``noreply`` support to ``HashClient.flush_all``.- add python-pymemcache-no-mock.patch, do not require python-mock for build
* Sat Oct 16 2021 Dirk Müller - 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 2021 John Vandenberg - 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 01 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro