2021-11-17 17:52:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 17 17:52:41 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Generated tables should get correct *.pyc files
|
|
|
|
|
|
2020-03-30 09:56:10 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-11-16 15:32:03 +00:00
|
|
|
Tue Nov 16 15:28:20 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
2021-11-16 15:46:05 +00:00
|
|
|
- Update to 1.3.0:
|
|
|
|
|
- Introduce the extractor unparser - an unparser that will
|
|
|
|
|
unparse a valid AST into a dict.
|
|
|
|
|
- Correct the JoinAttr ruletype such that the intended empty
|
|
|
|
|
definition value is passed to walk if it was defined as such
|
|
|
|
|
to avoid an unintended infinite recursion.
|
2021-11-16 15:32:03 +00:00
|
|
|
- Will now import Iterable from the Python 3.3+ location as the
|
|
|
|
|
previous location is marked for removal in Python 3.9. The import
|
|
|
|
|
will still have a fallback to the previous location in order to
|
|
|
|
|
maintain support for Python 2.7.
|
|
|
|
|
- Provide a test case helper to ensure that the generic Program repr
|
|
|
|
|
signature is provided to assist with test case portability.
|
|
|
|
|
- In the calmjs.parse.vlq module, implemented the decode_vlq helper
|
|
|
|
|
for completeness/symmetry to the encode_vlq helper.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-03-30 09:56:10 +00:00
|
|
|
Mon Mar 30 09:24:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.2.4
|
|
|
|
|
* Correct usage of ``__doc__`` to support level 2 optimized mode.
|
|
|
|
|
* Corrected some minor string definition syntax, where raw string prefix
|
|
|
|
|
should be used but was not previously.
|
|
|
|
|
* Correctly include LICENSE file in sdist.
|
|
|
|
|
* Include the correct test data general form for some previously added
|
|
|
|
|
test cases to better accommodate already planned future features.
|
|
|
|
|
|
2020-01-20 08:46:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 14 14:37:01 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- fix build in SLE-15: set en_US.UTF-8 encoding
|
|
|
|
|
|
2020-01-06 15:14:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 6 15:13:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Do not package tests
|
|
|
|
|
|
2020-01-06 15:01:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 6 14:56:19 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Initial commit, needed by calmjs
|