forked from pool/python-parso
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=10
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 4 12:51:12 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 17 13:15:39 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Drop dependency on tox, not really needed
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 12 15:55:46 UTC 2018 - arun@gmx.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 01:14:00 UTC 2018 - arun@gmx.de
|
|
|
|
- update to version 0.3.0:
|
|
* Rewrote the pgen2 parser generator.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 17 01:53:46 UTC 2018 - arun@gmx.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 06:12:31 UTC 2017 - arun@gmx.de
|
|
|
|
- update to version 0.1.1:
|
|
* Fixed a few bugs in the caching layer
|
|
* Added support for Python 3.7
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 26 05:37:33 UTC 2017 - arun@gmx.de
|
|
|
|
- intial version 0.1.0
|