- 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.
OBS-URL: https://build.opensuse.org/request/show/786851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=15
* Check reStructuredText along with flake8
* Hotfix broken path
* fix result
* Update changelog
* Fix syntax errors
* Use byte strings after serializing with serde
* correct spelling mistake
* Remove deprecated Python version.
* Add tests for serde module
* Kill python 2.6
* Add optional support for unicode keys
* Update README to mention tox
* Fix support newbytes from future
* Final touches for 1.3.7
* Make tuple once, instead of on every call
* Use only the highest, premium quality picklers available at runtime.
* Enforce version for sphinx
* Don't Raise Generic Exception (#164)
* DocString: `gets` returns values, not keys
* Always send command keys in their original order
* Bump version to 1.4.3
* Bump version to 1.4.2
* Bump version to 1.4.1
* Bump version to 1.4.0
* Import Classes, Function into package level
* new Patch version for minor change
* trevor sucks
* Remove docs from being run when you're running tests
* Add integration environment to tox
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=8