diff --git a/python-jedi.spec b/python-jedi.spec index 162ce96..489271f 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global common_description %{expand: Jedi 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. @@ -18,7 +19,7 @@ than all other static analysis frameworks for Python.} Name: python-jedi Version: %{baseversion} -Release: 1%{?dist} +Release: 2%{?dist} Summary: An auto completion tool for Python that can be used for text editors # jedi is MIT @@ -90,6 +91,9 @@ cp -p jedi/third_party/typeshed/LICENSE LICENSE-typeshed.txt %changelog +* Wed Jun 02 2021 Python Maint - 0.18.0-2 +- Bootstrap for Python 3.10 + * Tue Mar 02 2021 Lumír Balhar - 0.18.0-1 - Update to 0.18.0 Resolves: rhbz#1910879