SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-python-memcached-1.62-58.13.noarch.rpm :

* Thu Feb 01 2024 Dirk Müller - update to 1.62:
* delete() return value now is 1 for \"DELETED\" and 0 for \"NOT_FOUND\" or server error. (Nick Pope PR #190)- update to 1.60:
* Allow to use a datetime.timedelta parameter for Client.set
* Fix cmemcahe_hash 0 values being translated to 1
* Fix tuple key support in multi methods
* Add support for default value in get
* test_memcache.py: try import unittest.mock
* Use == as suggested by Python 3.8 (PR from AATTza)
* Decoding in slab funcs, replacing \"1\" with \"True\" in while.
* Tell PyPI to parse README as markdown (PR from AATTMartinThoma)
* test_memcache.py: try import unittest.mock
* Removed Python 2.7 from setup.cfg, adding 3.8-3.12
* Add support for default value in get()
* Fix tuple key support in multi methods (regression in 1.55).
* Removing six.PY2/3 conditionals
* Removing \"time\" from delete and making expiry mandatory in touch. (port of AATTerankor\'s PR in #30 )
* Added quit() method. This method sends the \'quit\' command to the servers and then closes the connections, reducing the number of TIME_WAIT sockets hanging around the OS.
* Allow to use a datetime.timedelta parameter for Client.set
* Allow keys to be encoded before use.
* Removing historic python 2to3 code and deprecated socket.error (for OSError).
* Updating to the latest PSF license- drop python-python-memcached-no-six.patch (upstream)
* Thu Jun 01 2023 pgajdosAATTsuse.com- run pyupgrade- added patches https://github.com/linsomniac/python-memcached/pull/186 + python-python-memcached-no-six.patch
* Tue Dec 13 2022 Matej Cepl - Fix incorrect version number in `__version__` (gh#linsomniac/python-memcached#185).- Fix build: memcached moved their binaries to /usr/bin.- Clean up SPEC file.
* Mon Apr 11 2022 Markéta Machová - do not use mock
* Wed Jun 03 2020 Marketa Calabkova - replace nose with pytest
* Wed Jan 09 2019 Jonathan Brownell - Use proper memcached path on Red Hat platforms
* Wed Aug 08 2018 tchvatalAATTsuse.com- Kill memcache deamon at the end of the tests
* Wed Aug 08 2018 tchvatalAATTsuse.com- Version update to 1.59 bsc#1131840:
* Various fixes for python 3.7 and 3.6- Run tests
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion
* Tue Nov 15 2016 dmuellerAATTsuse.com- update to 1.58:
* Fixing a performance regression in v1.54 in Python 2, using cPickle again.
* Support for \"stats slabs\".
* Pin Six version to >= 1.4
* setup.py build process pulls version from memcached.py
* delete() and delete_multi() now default the \"time\" argument to None, since the protocol doesn\'t allow a time in some implementations. Patch by oremj #27
 
ICM