15
0

- Update to 1.6.2:

* Python 3.7 compatibility
  * Fix the roundtripping of very complex f-strings.
  * Add support for the Constant node in Python 3.8
  * Add tests to the sdist
- Execute tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-03-06 12:31:22 +00:00
committed by Git OBS Bridge
parent 5b8329c19b
commit 5d6baceea4
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 6 12:29:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.6.2:
* Python 3.7 compatibility
* Fix the roundtripping of very complex f-strings.
* Add support for the Constant node in Python 3.8
* Add tests to the sdist
- Execute tests
-------------------------------------------------------------------
Tue Dec 4 12:45:45 UTC 2018 - Matej Cepl <mcepl@suse.com>