diff --git a/jedi-0.10.2.tar.gz b/jedi-0.10.2.tar.gz deleted file mode 100644 index 5ba8c07..0000000 --- a/jedi-0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7abb618cac6470ebbd142e59c23daec5e6e063bfcecc8a43a037d2ab57276f4e -size 381087 diff --git a/jedi-0.11.0.tar.gz b/jedi-0.11.0.tar.gz new file mode 100644 index 0000000..322397c --- /dev/null +++ b/jedi-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d5973573e76b1fd2ea75f6dcd6445d02d41ff3af5fc61b275b4e323d1dd396 +size 337972 diff --git a/python-jedi.changes b/python-jedi.changes index 602198a..5cf8bb1 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Sep 26 05:19:34 UTC 2017 - arun@gmx.de + +- specfile: + * require python-parso + * require python-numpydoc for tests + +- update to version 0.11.0: + * Split Jedi's parser into a separate project called parso. + * Avoiding side effects in REPL completion. + * Numpy docstring support should be much better. + * Moved the settings.*recursion* away, they are no longer usable. + ------------------------------------------------------------------- Mon Jun 19 18:58:25 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-jedi.spec b/python-jedi.spec index cdff93d..d658172 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -29,7 +29,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jedi -Version: 0.10.2 +Version: 0.11.0 Release: 0 Summary: An autocompletion tool for Python License: MIT and Python-2.0 @@ -37,6 +37,7 @@ Group: Development/Languages/Python Url: https://github.com/davidhalter/jedi Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module parso} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -44,6 +45,7 @@ BuildRequires: python-rpm-macros # Test requirements BuildRequires: %{python_module colorama} BuildRequires: %{python_module docopt} +BuildRequires: %{python_module numpydoc} BuildRequires: %{python_module pytest >= 2.3.5} BuildRequires: %{python_module pytest-cache} BuildRequires: python2-typing @@ -93,7 +95,7 @@ popd %files %{python_files} %defattr(-,root,root,-) -%doc AUTHORS.txt CHANGELOG.rst LICENSE.txt README.rst +%doc AUTHORS.txt CHANGELOG.rst LICENSE.txt README.rst %{python_sitelib}/jedi-%{version}-py*.egg-info %{python_sitelib}/jedi/