15
0
forked from pool/python-cachey

Accepting request 789757 from home:mcalabkova:branches:devel:languages:python

- Update to 0.2.1
  * Change links to blaze org
  * Fix Cache.clear()
  * Add a resize method.
  * make default data dict inside __init__
  * test against 3.7 and 3.8, drop 2.7
- Drop upstreamed patch fix_cache_clear.patch

OBS-URL: https://build.opensuse.org/request/show/789757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachey?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2020-03-30 12:54:37 +00:00
committed by Git OBS Bridge
parent eb7618a21d
commit 038768d236
5 changed files with 17 additions and 30 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 30 09:17:57 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.2.1
* Change links to blaze org
* Fix Cache.clear()
* Add a resize method.
* make default data dict inside __init__
* test against 3.7 and 3.8, drop 2.7
- Drop upstreamed patch fix_cache_clear.patch
-------------------------------------------------------------------
Thu Jan 24 09:25:19 UTC 2019 - Jan Engelhardt <jengelh@inai.de>