Accepting request 1118190 from devel:languages:python
- Update to 0.19.1: * Python 3.12 support - Stop skipping some tests. OBS-URL: https://build.opensuse.org/request/show/1118190 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=40
This commit is contained in:
commit
e5cf4017d3
BIN
jedi-0.19.0.tar.gz
(Stored with Git LFS)
BIN
jedi-0.19.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
jedi-0.19.1.tar.gz
Normal file
3
jedi-0.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd
|
||||||
|
size 1227821
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 17 05:23:31 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.19.1:
|
||||||
|
* Python 3.12 support
|
||||||
|
- Stop skipping some tests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 10 22:27:43 UTC 2023 - Benjamin Greiner <code@bnavigator.de>
|
Thu Aug 10 22:27:43 UTC 2023 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -16,14 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jedi
|
Name: python-jedi
|
||||||
Version: 0.19.0
|
Version: 0.19.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
|
|
||||||
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
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
@ -72,21 +70,14 @@ skiptests+=" or test_sqlite3_conversion"
|
|||||||
skiptests+=" or test_speed"
|
skiptests+=" or test_speed"
|
||||||
# fails on some architectures
|
# fails on some architectures
|
||||||
skiptests+=" or test_init_extension_module"
|
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 (!?)
|
# This fails on 15.4_py39 server-side but not locally (!?)
|
||||||
skiptests+=" or test_get_default_environment_when_embedded"
|
skiptests+=" or test_get_default_environment_when_embedded"
|
||||||
# https://github.com/davidhalter/jedi/issues/1929
|
|
||||||
skiptests+=" or test_attrs_signature"
|
|
||||||
%pytest -k "not ($skiptests)"
|
%pytest -k "not ($skiptests)"
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc AUTHORS.txt CHANGELOG.rst README.rst
|
%doc AUTHORS.txt CHANGELOG.rst README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/jedi-%{version}*-info
|
|
||||||
%{python_sitelib}/jedi
|
%{python_sitelib}/jedi
|
||||||
|
%{python_sitelib}/jedi-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user