Changelog for
python310-jedi-0.19.1-1.5.noarch.rpm :
* Tue Oct 17 2023 Steve Kowalik
- Update to 0.19.1:
* Python 3.12 support- Stop skipping some tests.
* Thu Aug 10 2023 Benjamin Greiner - Update requirements
* Thu Aug 10 2023 Arun Persaud - specfile:
* remove patch supported_pythons_310_311.patch, included upstream
* remove patch support-python-311-typing.patch, included upstreamx- update to version 0.19.0:
* Python 3.11 support
* Massive improvements in performance for Interpreter (e.g. IPython) users. This especially affects pandas users with large datasets.
* Add jedi.settings.allow_unsafe_interpreter_executions to make it easier for IPython users to avoid unsafe executions.
* Wed May 10 2023 Ben Greiner - Skip a test failing with attrs 23.1
* gh#davidhalter/jedi#1929
* 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.
* Mon Feb 13 2023 Ben Greiner - Remove fix_test_compiled_signature_annotation_string.patch All tests pass without it
* Sun Feb 12 2023 Matej Cepl - Add supported_pythons_310_311.patch which includes \'3.11\' among _SUPPORTED_PYTHONS (gh#davidhalter/jedi#1914).
* Sat Feb 11 2023 Matej Cepl - Add fix_test_compiled_signature_annotation_string.patch to make test passing with Python 3.10+ (gh#davidhalter/jedi#1732).
* Tue Jan 10 2023 Steve Kowalik - Add patch support-python-311-typing.patch:
* Support typing changes for Python 3.11+
* Tue Jan 03 2023 Ben Greiner - Move to PEP517- Pin parso like upstream does- Skip a test for embedded systems which unexplicably fails on backports 15.4_py39
* Tue Dec 06 2022 Yogalakshmi Arunachalam - Update to 0.18.2
* Added dataclass-equivalent for attrs.define
* Find fixtures from Pytest entrypoints; Examples of pytest plugins installed like this are pytest-django, pytest-sugar and Faker.
* Fixed Project.search, when a venv was involved, which is why for example :Pyimport django.db did not work in some cases in jedi-vim.
* And many smaller bugfixes
* Sun Mar 27 2022 Ben Greiner - Skip two test failing with pytest 7.1 -- gh#davidhalter/jedi#1846
* Mon Jan 10 2022 Benjamin Greiner - Force pytest >= 5 for successful 15.3 build in d:l:p
* Fri Dec 10 2021 Ben Greiner - Update to 0.18.1
* Implict namespaces are now a separate types in Name().type
* Python 3.10 support
* Mostly bugfixes- Drop jedi-py39-pytest.patch- Skip failing test (reported as gh#davidhalter/jedi#1824)
* Sun Oct 31 2021 Benjamin Greiner - Force pytest5 because it has the pluggy<1 pin patched out
* Sat Mar 13 2021 Ben Greiner - Add jedi-py39-pytest.patch to support Python 3.9