2575578270
- 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 #433Daniel Garcia2022-12-07 13:14:17 +00:00
9174881170
- 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)
Dirk Mueller2021-10-16 20:33:27 +00:00
20a74577a9
- 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()`.
Dirk Mueller2020-10-13 07:30:11 +00:00
0edba36f0d
- update to 3.1.0: * Add TLS support for TCP sockets. * Fix corner case when dead hashed server comes back alive.
Dirk Mueller2020-05-12 08:27:40 +00:00
fcb3aaa188
- 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
Thomas Bechtold2019-02-27 16:02:01 +00:00