diff --git a/django-stubs-fd057010f6cbf176f57d1099e82be46d39b99cb9.tar.gz b/django-stubs-fd057010f6cbf176f57d1099e82be46d39b99cb9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..33ed124cc0f48a4de67e35ad0c550cc4ab8076ed Binary files /dev/null and b/django-stubs-fd057010f6cbf176f57d1099e82be46d39b99cb9.tar.gz differ diff --git a/jedi-0.19.0.tar.gz b/jedi-0.19.0.tar.gz deleted file mode 100644 index d8d9b906fe065596f2618c9ca0dee953b088e641..0000000000000000000000000000000000000000 Binary files a/jedi-0.19.0.tar.gz and /dev/null differ diff --git a/python-jedi.spec b/python-jedi.spec index 2e794ace97fa1532fa4204b4fda2d3cc934025ee..293862abb49a14210eedd5c9ef5d15b2069ab39c 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -1,11 +1,16 @@ %global _empty_manifest_terminate_build 0 +%global django_stubs_commit fd057010f6cbf176f57d1099e82be46d39b99cb9 +%global typeshed_commit ae9d4f4b21bb5e1239816c301da7b1ea904b44c3 + Name: python-jedi -Version: 0.19.0 +Version: 0.19.2 Release: 1 Summary: A static analysis tool for Python that is typically used in IDEs/editors plugins License: MIT URL: https://github.com/davidhalter/jedi -Source0: https://files.pythonhosted.org/packages/c2/25/273288df952e07e3190446efbbb30b0e4871a0d63b4246475f3019d4f55e/jedi-0.19.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c2/25/273288df952e07e3190446efbbb30b0e4871a0d63b4246475f3019d4f55e/v0.19.2.tar.gz +Source1: https://github.com/davidhalter/django-stubs/archive/%{django_stubs_commit}/django-stubs-%{django_stubs_commit}.tar.gz +Source2: https://github.com/davidhalter/typeshed/archive/%{typeshed_commit}/typeshed-%{typeshed_commit}.tar.gz BuildArch: noarch @@ -36,6 +41,11 @@ Other features include refactoring, code search and finding references. %prep %autosetup -n jedi-%{version} +pushd jedi/third_party +rmdir django-stubs typeshed +tar xf %{SOURCE1} && mv django-stubs-%{django_stubs_commit} django-stubs +tar xf %{SOURCE2} && mv typeshed-%{typeshed_commit} typeshed +popd %build %py3_build @@ -75,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 21 2024 sqfu - 0.19.2-1 +- update to 0.19.2 + * Mon Mar 11 2024 GuoCe - 0.19.0-1 - Update package to version 0.19.0 diff --git a/typeshed-ae9d4f4b21bb5e1239816c301da7b1ea904b44c3.tar.gz b/typeshed-ae9d4f4b21bb5e1239816c301da7b1ea904b44c3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..42f9edaab9a0c6a3e57ad32d3eaa466c28da292f Binary files /dev/null and b/typeshed-ae9d4f4b21bb5e1239816c301da7b1ea904b44c3.tar.gz differ diff --git a/v0.19.2.tar.gz b/v0.19.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d2d4b2fb20be7e795e5e49f9d67fafeceffa3c7b Binary files /dev/null and b/v0.19.2.tar.gz differ