15
0

- Update to 0.15.5:

* Fix a TypeError due to changes to ast.Module in Python 3.8. #1551
  * Fix a C assertion failure in debug builds of some Python 2.7 releases. #1553

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal
2019-07-18 08:36:50 +00:00
committed by Git OBS Bridge
parent 2328ecce3d
commit 5e46a1358d
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 18 08:34:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.15.5:
* Fix a TypeError due to changes to ast.Module in Python 3.8. #1551
* Fix a C assertion failure in debug builds of some Python 2.7 releases. #1553
-------------------------------------------------------------------
Mon May 27 08:43:55 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>