14
0
forked from pool/python-parso

- Update to 0.3.4:

* Fix an f-string tokenizer error
  * Fix async errors in the diff parser
  * A fix in iter_errors
  * 20+ bugfixes in the diff parser and 3 in the tokenizer
  * A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape.
  * Some bugfixes for f-string

- Drop bogus dependency on pytest-cache

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-02-14 12:11:24 +00:00
committed by Git OBS Bridge
parent b8174e040c
commit abfea6d573
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Feb 14 12:10:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.4:
* Fix an f-string tokenizer error
* Fix async errors in the diff parser
* A fix in iter_errors
* 20+ bugfixes in the diff parser and 3 in the tokenizer
* A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape.
* Some bugfixes for f-string
-------------------------------------------------------------------
Thu Feb 14 12:09:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Drop bogus dependency on pytest-cache
-------------------------------------------------------------------
Tue Dec 4 12:51:12 UTC 2018 - Matej Cepl <mcepl@suse.com>