forked from pool/python-calmjs.parse
- Update to 1.2.5:
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs.parse?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 15:28:20 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 1.2.5:
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 30 09:24:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user