17
0

Compare commits

2 Commits

Author SHA256 Message Date
7ce12b378e Accepting request 1223447 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1223447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-spark_parser?expand=0&rev=8
2024-11-12 18:21:42 +00:00
956b38fa22 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spark_parser?expand=0&rev=16
2024-11-11 21:08:52 +00:00

Diff Content Not Available