From bc4db9ddea1a296f8b7bd3dd6045463b9e156b65bbdbfecd270da6e37e23e1d6 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 2 Oct 2017 12:23:58 +0000 Subject: [PATCH] Accepting request 530232 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/530232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=19 --- jedi-0.10.2.tar.gz | 3 --- jedi-0.11.0.tar.gz | 3 +++ python-jedi.changes | 13 +++++++++++++ python-jedi.spec | 6 ++++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 jedi-0.10.2.tar.gz create mode 100644 jedi-0.11.0.tar.gz 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/