SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-pymemcache-4.0.0-45.5.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
* Tue Oct 13 2020 Dirk Mueller - update to 3.3.0:
* ``HashClient`` can now be imported from the top-level ``pymemcache`` package (e.g. ``pymemcache.HashClient``).
* ``HashClient.get_many()`` now longer stores ``False`` for missing keys from unavailable clients. Instead, the result won\'t contain the key at all.
* Added missing ``HashClient.close()`` and ``HashClient.quit()``.
* Sun Jun 14 2020 Dirk Mueller - update to 3.2.0:
* ``PooledClient`` and ``HashClient`` now support custom ``Client`` classes
* Tue May 12 2020 Dirk Mueller - update to 3.1.0:
* Add TLS support for TCP sockets.
* Fix corner case when dead hashed server comes back alive.
* Thu Apr 23 2020 Tomáš Chvátal - Fix build without python 2
* Mon Mar 23 2020 pgajdosAATTsuse.com- version update to 3.0.1
* Make MockMemcacheClient more consistent with the real client.
* Pass ``encoding`` from HashClient to its pooled clients when ``use_pooling`` is enabled.
* Fri Mar 20 2020 Marketa Calabkova - Update to 3.0.0
* The serialization API has been reworked. Instead of consuming a serializer and deserializer as separate arguments, client objects now expect an argument ``serde`` to be an object which implements ``serialize`` and ``deserialize`` as methods. (``serialize`` and ``deserialize`` are still supported but considered deprecated.)
* Validate integer inputs for ``expire``, ``delay``, ``incr``, ``decr``, and ``memlimit`` -- non-integer values now raise ``MemcacheIllegalInputError``
* Validate inputs for ``cas`` -- values which are not integers or strings of 0-9 now raise ``MemcacheIllegalInputError``
* Add ``prepend`` and ``append`` support to ``MockMemcacheClient``.
* Add the ``touch`` method to ``HashClient``.
* Added official support for Python 3.8.
 
ICM