14
0

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

- update to version 1.1.0
  * Store database format in table name to ease future 
    incompatible changes
  * Allow disabling compression if ratio is below a threshold value
  * Drop Python 3.3 support
  * Get rid of pypandoc
- use Github release tarball because the tests are not exported 
  on PyPi

OBS-URL: https://build.opensuse.org/request/show/693193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web_cache?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-04-11 11:59:18 +00:00
committed by Git OBS Bridge
parent 56facc67f9
commit c594a7b445
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 11 11:00:53 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.1.0
* Store database format in table name to ease future
incompatible changes
* Allow disabling compression if ratio is below a threshold value
* Drop Python 3.3 support
* Get rid of pypandoc
- use Github release tarball because the tests are not exported
on PyPi
-------------------------------------------------------------------
Tue Dec 4 12:55:56 UTC 2018 - Matej Cepl <mcepl@suse.com>