From 1cdf3c716139452428425c920afd1652d2ec0bd62fa0926f5a3e613edffabbfd Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 17 Oct 2023 05:24:07 +0000 Subject: [PATCH] - Update to 0.19.1: * Python 3.12 support - Stop skipping some tests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=113 --- jedi-0.19.0.tar.gz | 3 --- jedi-0.19.1.tar.gz | 3 +++ python-jedi.changes | 7 +++++++ python-jedi.spec | 13 ++----------- 4 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 jedi-0.19.0.tar.gz create mode 100644 jedi-0.19.1.tar.gz diff --git a/jedi-0.19.0.tar.gz b/jedi-0.19.0.tar.gz deleted file mode 100644 index 157565c..0000000 --- a/jedi-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcf9894f1753969cbac8022a8c2eaee06bfa3724e4192470aaffe7eb6272b0c4 -size 1227731 diff --git a/jedi-0.19.1.tar.gz b/jedi-0.19.1.tar.gz new file mode 100644 index 0000000..0bfcd4c --- /dev/null +++ b/jedi-0.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd +size 1227821 diff --git a/python-jedi.changes b/python-jedi.changes index 45b8607..16c2c8f 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 17 05:23:31 UTC 2023 - Steve Kowalik + +- Update to 0.19.1: + * Python 3.12 support +- Stop skipping some tests. + ------------------------------------------------------------------- Thu Aug 10 22:27:43 UTC 2023 - Benjamin Greiner diff --git a/python-jedi.spec b/python-jedi.spec index 50b12d6..4c0234b 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -16,14 +16,12 @@ # -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-jedi -Version: 0.19.0 +Version: 0.19.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 Source1: %{name}-rpmlintrc @@ -72,21 +70,14 @@ skiptests+=" or test_sqlite3_conversion" skiptests+=" or test_speed" # fails on some architectures skiptests+=" or test_init_extension_module" -# https://github.com/davidhalter/jedi/issues/1824 -skiptests+=" or (test_completion and lambdas and 112)" -# https://github.com/davidhalter/jedi/issues/1846 -skiptests+=" or (test_completion and conftest and 27)" -skiptests+=" or (test_completion and pytest and 142)" # This fails on 15.4_py39 server-side but not locally (!?) skiptests+=" or test_get_default_environment_when_embedded" -# https://github.com/davidhalter/jedi/issues/1929 -skiptests+=" or test_attrs_signature" %pytest -k "not ($skiptests)" %files %{python_files} %doc AUTHORS.txt CHANGELOG.rst README.rst %license LICENSE.txt -%{python_sitelib}/jedi-%{version}*-info %{python_sitelib}/jedi +%{python_sitelib}/jedi-%{version}.dist-info %changelog