15
0

- Update to 5.1.0:

* Support transactions in FanoutCache (probably a bad idea)
  * Prevent cache shard attribute access when unsafe

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=16
This commit is contained in:
2020-11-17 05:44:57 +00:00
committed by Git OBS Bridge
parent 28c8ee6d19
commit 220f45bd51
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 17 05:43:53 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 5.1.0:
* Support transactions in FanoutCache (probably a bad idea)
* Prevent cache shard attribute access when unsafe
-------------------------------------------------------------------
Thu Sep 17 11:24:06 UTC 2020 - Dirk Mueller <dmueller@suse.com>