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
This commit is contained in:
parent
f0261543b2
commit
02f57e9ee0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b409ed0f6913a701ed474a614a3bb46e6953639033e31f769ca7581da5bd1ec1
|
|
||||||
size 361831
|
|
3
jedi-0.13.1.tar.gz
Normal file
3
jedi-0.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7493f73a2febe0dc33d51c99b474547f7f6c0b2c8fb2b21f453eef204c12148
|
||||||
|
size 365356
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 11 18:46:48 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
Mon Jul 2 01:09:29 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -20,14 +20,13 @@
|
|||||||
# Compiled file tests only work on particular architectures and only run on python 3.4
|
# Compiled file tests only work on particular architectures and only run on python 3.4
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: python-jedi
|
Name: python-jedi
|
||||||
Version: 0.12.1
|
Version: 0.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An autocompletion tool for Python
|
Summary: An autocompletion tool for Python
|
||||||
License: MIT AND Python-2.0
|
License: MIT AND Python-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/davidhalter/jedi
|
URL: https://github.com/davidhalter/jedi
|
||||||
Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
|
||||||
Patch0: test_requrements.patch
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -65,7 +64,6 @@ implementation as a VIM plugin which uses Jedi's autocompletion.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jedi-%{version}
|
%setup -q -n jedi-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
@ -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
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user