From 02f57e9ee03aa2b6e45279fc86b2e4bd032a0578bc0ebf86160be696596feab1 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 11 Oct 2018 18:57:23 +0000 Subject: [PATCH] Accepting request 641336 from home:TheBlackCat:branches:devel:languages:python - update to version 0.13.1 * Bugfixes, because tensorflow completions were still slow. - update to version 0.13.0 * A small release. Some bug fixes. * Remove Python 3.3 support. Python 3.3 support has been dropped by the Python foundation. * Default environments are now using the same Python version as the Python process. In 0.12.x, we used to load the latest Python version on the system. * Added ``include_builtins`` as a parameter to usages. * ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that changes the previous behavior slightly. - Remove test_requrements.patch, no longer needed OBS-URL: https://build.opensuse.org/request/show/641336 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=27 --- jedi-0.12.1.tar.gz | 3 --- jedi-0.13.1.tar.gz | 3 +++ python-jedi.changes | 16 ++++++++++++++++ python-jedi.spec | 4 +--- test_requrements.patch | 14 -------------- 5 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 jedi-0.12.1.tar.gz create mode 100644 jedi-0.13.1.tar.gz delete mode 100644 test_requrements.patch diff --git a/jedi-0.12.1.tar.gz b/jedi-0.12.1.tar.gz deleted file mode 100644 index 0ac11af..0000000 --- a/jedi-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b409ed0f6913a701ed474a614a3bb46e6953639033e31f769ca7581da5bd1ec1 -size 361831 diff --git a/jedi-0.13.1.tar.gz b/jedi-0.13.1.tar.gz new file mode 100644 index 0000000..5d5d458 --- /dev/null +++ b/jedi-0.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7493f73a2febe0dc33d51c99b474547f7f6c0b2c8fb2b21f453eef204c12148 +size 365356 diff --git a/python-jedi.changes b/python-jedi.changes index bc51792..a9cd26c 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Oct 11 18:46:48 UTC 2018 - Todd R + +- update to version 0.13.1 + * Bugfixes, because tensorflow completions were still slow. +- update to version 0.13.0 + * A small release. Some bug fixes. + * Remove Python 3.3 support. Python 3.3 support has been dropped by the Python + foundation. + * Default environments are now using the same Python version as the Python + process. In 0.12.x, we used to load the latest Python version on the system. + * Added ``include_builtins`` as a parameter to usages. + * ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that + changes the previous behavior slightly. +- Remove test_requrements.patch, no longer needed + ------------------------------------------------------------------- Mon Jul 2 01:09:29 UTC 2018 - arun@gmx.de diff --git a/python-jedi.spec b/python-jedi.spec index c09327a..0d83bea 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -20,14 +20,13 @@ # Compiled file tests only work on particular architectures and only run on python 3.4 %bcond_with tests Name: python-jedi -Version: 0.12.1 +Version: 0.13.1 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 -Patch0: test_requrements.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -65,7 +64,6 @@ implementation as a VIM plugin which uses Jedi's autocompletion. %prep %setup -q -n jedi-%{version} -%patch0 -p1 %build %python_build diff --git a/test_requrements.patch b/test_requrements.patch deleted file mode 100644 index 85083b2..0000000 --- a/test_requrements.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: jedi-0.12.0/tox.ini -=================================================================== ---- jedi-0.12.0.orig/tox.ini -+++ jedi-0.12.0/tox.ini -@@ -2,7 +2,7 @@ - envlist = py27, py33, py34, py35, py36 - [testenv] - deps = -- pytest>=2.3.5, < 3.3 -+ pytest>=2.3.5 - pytest-cache - # docopt for sith doctests - docopt -