Fri, 02 Jun 2023 06:34:20 UTC

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

ID2040935
Package Namepython-jedi
Version0.18.1
Release7.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-jedi.git#fcc827318823f8748d11383d8a8be7d8cad5c73f
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 bylbalhar
State complete
Volume DEFAULT
StartedTue, 02 Aug 2022 14:05:21 UTC
CompletedTue, 02 Aug 2022 14:09:36 UTC
Taskbuild (rawhide, /rpms/python-jedi.git:fcc827318823f8748d11383d8a8be7d8cad5c73f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-jedi.git#fcc827318823f8748d11383d8a8be7d8cad5c73f'}}
Tags
f37
f37-Beta
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)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
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