Thu, 30 May 2024 11:36:20 UTC | login

Information for build python-jedi-0.18.1-7.fc37

ID202576
Package Namepython-jedi
Version0.18.1
Release7.fc37
Epoch
SummaryAn auto completion tool for Python that can be used for text editors
DescriptionJedi is a static analysis tool for Python that can be used in IDEs/editors. Its historic focus is autocompletion, but does static analysis for now as well. Jedi is fast and is very well tested. It understands Python on a deeper level than all other static analysis frameworks for Python.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 19 Sep 2022 20:01:27 UTC
CompletedMon, 19 Sep 2022 20:01:27 UTC
Tags
f37
f38
RPMs
src
python-jedi-0.18.1-7.fc37.src.rpm (info) (download)
noarch
python3-jedi-0.18.1-7.fc37.noarch.rpm (info) (download)
Changelog * Tue Aug 02 2022 Lumír Balhar <lbalhar@redhat.com> - 0.18.1-7 - Fix FTBFS with Python 3.11 by disabling some tests * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.18.1-5 - Rebuilt for Python 3.11 * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.18.1-4 - Bootstrap for Python 3.11 * Fri Apr 08 2022 Carl George <carl@george.computer> - 0.18.1-3 - Convert to pyproject macros * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Nov 18 2021 Lumír Balhar <lbalhar@redhat.com> - 0.18.1-1 - Update to 0.18.1 Resolves: rhbz#2024009 * Thu Aug 05 2021 Lumír Balhar <lbalhar@redhat.com> - 0.18.0-6 - Fix compatibility with Python 3.10rc1 * Sun Aug 01 2021 Lumír Balhar <lbalhar@redhat.com> - 0.18.0-5 - Skip some tests causing FTBFS with Python 3.10 * Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.18.0-3 - Rebuilt for Python 3.10 * Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.18.0-2 - Bootstrap for Python 3.10 * Tue Mar 02 2021 Lumír Balhar <lbalhar@redhat.com> - 0.18.0-1 - Update to 0.18.0 Resolves: rhbz#1910879 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.2^20200805git209e271-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Oct 30 2020 Miro Hrončok <mhroncok@redhat.com> - 0.17.2^20200805git209e271-1 - Update to a git snapshot to support parso 0.8 - Add provides for bundled django-stubs and typeshed - Adapt the license tag to include the license of bundled projects - Enable tests, except integration