Changelog for
python39-parso-0.8.3-4.5.noarch.rpm :
* Tue Oct 03 2023 Steve Kowalik
- Switch to pyproject macros.- Also skip the recalcitrant test under Python 3.12.
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Fri Jan 06 2023 Dirk Müller - add cf5969d7a109798adbf9538d70e92138f077d700.patch to fix unit tests with Python 3.11/3.12
* Fri Dec 10 2021 Ben Greiner - update to 0.8.3:
* Add basic support for Python 3.11 and 3.12- Skip tests failing in Python 3.10 gh#davidhalter/parso#192
* Sun Jun 06 2021 Dirk Müller - update to 0.8.2: - Various small bugfixes
* Fri Dec 25 2020 Matej Cepl - update to 0.8.1 (according to gh#davidhalter/jedi#1650 it should be compatible with python-jedi now): - Dropped Support for Python 2.7, 3.4, 3.5 - It\'s possible to use ``pathlib.Path`` objects now in the API - The stubs are gone, we are now using annotations - ``namedexpr_test`` nodes are now a proper class called ``NamedExpr`` - A lot of smaller refactorings
* Sat Dec 19 2020 Dirk Müller - update to 0.7.1: - Fixed a couple of smaller bugs (mostly syntax error detection in ``Grammar.iter_errors``)
* Thu Sep 03 2020 Matej Cepl - Revert back to the 0.7.0 version.
* Tue Apr 14 2020 Benjamin Greiner - update to 0.7.0
* Fix a lot of annoying bugs in the diff parser. The fuzzer did not find issues anymore even after running it for more than 24 hours (500k tests).
* Small grammar change: suites can now contain newlines even after a newline. This should really not matter if you don\'t use error recovery. It allows for nicer error recovery.- remove py_38.patch (merged upstream)