forked from pool/python-spark_parser
* Revamp for a more modern Python style in the 3.12 era: + start adding type annotations to code. + use pyproject.toml + remove illegal escape sequences * `BuildTree` now builds trees iteratively rather than recursively. With this we can handle larger trees which are needed in the decompilers. * Revise `README.rst` for the above and go over spelling and grammar * Internally, more git branches have been created to support older Python. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spark_parser?expand=0&rev=16
54 lines
1.8 KiB
Plaintext
54 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Nov 11 21:08:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.9.0:
|
|
* Revamp for a more modern Python style in the 3.12 era:
|
|
+ start adding type annotations to code.
|
|
+ use pyproject.toml
|
|
+ remove illegal escape sequences
|
|
* `BuildTree` now builds trees iteratively rather than
|
|
recursively. With this we can handle larger trees which are
|
|
needed in the decompilers.
|
|
* Revise `README.rst` for the above and go over spelling and
|
|
grammar
|
|
* Internally, more git branches have been created to support
|
|
older Python.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 16 22:50:53 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Remove unnecessary build dependency nose
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 19 08:03:00 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 10 10:10:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.8.9:
|
|
* bugfixes and test enhancements
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 23 10:30:39 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to version 1.8.7
|
|
* Mostly bugfixes and new tests.
|
|
* See ChangeLog.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:54:32 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 11 15:32:25 UTC 2017 - jengelh@inai.de
|
|
|
|
- Trim history from package description.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 7 22:42:35 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- initial version
|