From 99cfd6332fed9397420051edb1114bf1b80eaa11ab5e5875b910cef32004c787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 16 Jul 2019 10:42:38 +0000 Subject: [PATCH] - 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 --- jedi-0.14.0.tar.gz | 3 --- jedi-0.14.1.tar.gz | 3 +++ python-jedi.changes | 7 +++++++ python-jedi.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 jedi-0.14.0.tar.gz create mode 100644 jedi-0.14.1.tar.gz diff --git a/jedi-0.14.0.tar.gz b/jedi-0.14.0.tar.gz deleted file mode 100644 index 3a42fc5..0000000 --- a/jedi-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49ccb782651bb6f7009810d17a3316f8867dde31654c750506970742e18b553d -size 855833 diff --git a/jedi-0.14.1.tar.gz b/jedi-0.14.1.tar.gz new file mode 100644 index 0000000..5da4428 --- /dev/null +++ b/jedi-0.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c850f1a7d3cfcd306cc513e2450a54bdf5cacd7604b74e42dd1f0758eaaf36 +size 860206 diff --git a/python-jedi.changes b/python-jedi.changes index 3fe86dd..ee2b9db 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 16 10:41:56 UTC 2019 - Ondřej Súkup + +- 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 diff --git a/python-jedi.spec b/python-jedi.spec index bb86b19..6ccb36f 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -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