- Disable broken tests in i586.
- Fix launch of memcached for tests
- 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 @jogo in #321
* Use default for get ignore_exc by @jogo in #351
* Return default from hash client by @Pankrat in #352
* Return default from hash client when using positional argument by @Pankrat
in #354
* Support noreply for hash flush_all by @jogo in #361
* Drop support for Python 3.6 by @jparise in #363
* Add official support for Python 3.10 by @jparise in #365
* Handle a blank stat value by @liquidpele in #388
* Small buffer pass optimization as discussed in #395. by @martinnj in #402
* Expand Client with a method for sending arbitrary commands. by @martinnj in
#395
* add pluggable compression serde by @sontek in #407
* Start to add type hints by @jogo in #415
* Add py.typed file by @jogo in #421
* Fix key_prefix issue with stats and cache_memlimit by @jogo in #433
OBS-URL: https://build.opensuse.org/request/show/1042435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymemcache?expand=0&rev=15
- 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 @jogo in #321
* Use default for get ignore_exc by @jogo in #351
* Return default from hash client by @Pankrat in #352
* Return default from hash client when using positional argument by @Pankrat
in #354
* Support noreply for hash flush_all by @jogo in #361
* Drop support for Python 3.6 by @jparise in #363
* Add official support for Python 3.10 by @jparise in #365
* Handle a blank stat value by @liquidpele in #388
* Small buffer pass optimization as discussed in #395. by @martinnj in #402
* Expand Client with a method for sending arbitrary commands. by @martinnj in
#395
* add pluggable compression serde by @sontek in #407
* Start to add type hints by @jogo in #415
* Add py.typed file by @jogo in #421
* Fix key_prefix issue with stats and cache_memlimit by @jogo in #433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=35
* ``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()``.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=25
- 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
- update to 2.1.0:
* 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/request/show/679883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymemcache?expand=0&rev=2
* 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