14
0

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

- update to 5.0.1
  * remove Python 2 compatibility
  * Fix incompatibility with Django 3.0
  * Lots of improvements to the test suite
  * Make tests more deterministic and easier to run outside of tox.
- package GitHub tarball because of tests

OBS-URL: https://build.opensuse.org/request/show/770583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-02-06 13:24:11 +00:00
committed by Git OBS Bridge
parent 9338d9055d
commit d73abf5559
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 6 13:10:34 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 5.0.1
* remove Python 2 compatibility
* Fix incompatibility with Django 3.0
* Lots of improvements to the test suite
* Make tests more deterministic and easier to run outside of tox.
- package GitHub tarball because of tests
-------------------------------------------------------------------
Mon Jul 22 11:38:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>