- update to 0.14.1

* CallSignature.index should now be working a lot better
 * A couple of smaller bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=39
This commit is contained in:
Ondřej Súkup 2019-07-16 10:42:38 +00:00 committed by Git OBS Bridge
parent 6609d0bd3b
commit 99cfd6332f
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49ccb782651bb6f7009810d17a3316f8867dde31654c750506970742e18b553d
size 855833

3
jedi-0.14.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53c850f1a7d3cfcd306cc513e2450a54bdf5cacd7604b74e42dd1f0758eaaf36
size 860206

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 16 10:41:56 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.14.1
* CallSignature.index should now be working a lot better
* A couple of smaller bugfixes
-------------------------------------------------------------------
Thu Jul 4 11:12:49 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jedi
Version: 0.14.0
Version: 0.14.1
Release: 0
Summary: An autocompletion tool for Python
License: MIT AND Python-2.0