14
0
forked from pool/python-jedi

- Update to version v0.16.0+git54.0888dd46:

* Fix partialmethod issues
  * Make sure partialmethod tests are only executed for Python 3
  * Refactor stdlib PartialObject
  * Fix PartialMethodObject (WIP)
  * Changed semantics of ClassVar attributes in classes, fixes #1502
  * Avoid duplicate definitions for goto, fixes #1514
  * Merge _remove_statements and infer_expr_stmt, fixes #1504
  * Add partialmethod, fixes #1519
  * Attempt at a test of completion of filepath after ~.
  * Complete path after ~.

- Remove patches from git in preparation to switch to git service:
  * delete.patch
  * typing.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=58
This commit is contained in:
Tomáš Chvátal
2020-03-14 10:28:59 +00:00
committed by Git OBS Bridge
parent f11d7b283a
commit 5fd953c67c
8 changed files with 47 additions and 69 deletions

View File

@@ -18,16 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jedi
Version: 0.16.0
Version: v0.16.0+git54.0888dd46
Release: 0
Summary: An autocompletion tool for Python
License: MIT AND Python-2.0
Group: Development/Languages/Python
URL: https://github.com/davidhalter/jedi
Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
Source0: jedi-%{version}.tar.xz
Patch0: unbundle.patch
Patch1: delete.patch
Patch2: typing.patch
BuildRequires: %{python_module parso >= 0.5.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -56,8 +54,6 @@ implementation as a VIM plugin which uses Jedi's autocompletion.
%prep
%setup -q -n jedi-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
rm -Rf jedi/third_party
%build