14
0

- 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/package/show/devel:languages:python/python-pymemcache?expand=0&rev=35
This commit is contained in:
2022-12-07 13:14:17 +00:00
committed by Git OBS Bridge
parent d89ae1ffa5
commit 2575578270
5 changed files with 42 additions and 58 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Dec 7 13:11:08 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- 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
-------------------------------------------------------------------
Thu Apr 7 09:31:23 UTC 2022 - pgajdos@suse.com