15
0
forked from pool/python-parso

Accepting request 940007 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/940007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=17
This commit is contained in:
2021-12-13 19:41:43 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398
size 397046

BIN
parso-0.8.3.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 10 20:32:47 UTC 2021 - Ben Greiner <code@bnavigator.de>
- update to 0.8.3:
* Add basic support for Python 3.11 and 3.12
- Skip tests failing in Python 3.10 gh#davidhalter/parso#192
-------------------------------------------------------------------
Sun Jun 6 12:41:51 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-parso
Version: 0.8.2
Version: 0.8.3
Release: 0
Summary: An autocompletion tool for Python
License: MIT AND Python-2.0
@@ -55,7 +55,9 @@ tree.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# Python 3.10 has deviating exception messages -- gh#davidhalter/parso#192
python310_args=("-k" "not test_python_exception_matches")
%pytest "${$python_args[@]}"
%files %{python_files}
%license LICENSE.txt