Changelog for
python2-parso-0.3.4-17.1.noarch.rpm :
Thu Feb 14 13:00:00 2019 Tomáš Chvátal
- 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 13:00:00 2019 Tomáš Chvátal
- Drop bogus dependency on pytest-cache
Tue Dec 4 13:00:00 2018 Matej Cepl
- Remove superfluous devel dependency for noarch package
Tue Jul 17 14:00:00 2018 tchvatalAATTsuse.com
- Drop dependency on tox, not really needed
Thu Jul 12 14:00:00 2018 arunAATTgmx.de
- specfile:
* make sure tests are run
- update to version 0.3.1:
* Bugfixes in the diff parser and keyword-only arguments
Mon Jul 2 14:00:00 2018 arunAATTgmx.de
- update to version 0.3.0:
* Rewrote the pgen2 parser generator.
Tue Apr 17 14:00:00 2018 arunAATTgmx.de
- specfile:
* update copyright year
- update to version 0.2.0:
* f-strings are now parsed as a part of the normal Python
grammar. This makes it way easier to deal with them.
Thu Nov 9 13:00:00 2017 arunAATTgmx.de
- update to version 0.1.1:
* Fixed a few bugs in the caching layer
* Added support for Python 3.7
Tue Sep 26 14:00:00 2017 arunAATTgmx.de
- intial version 0.1.0