From 09798064960f04c8e1599cbb784e0907b22408550650c346666447cda9e92857 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 11 Dec 2021 23:45:24 +0000 Subject: [PATCH] Accepting request 939578 from home:bnavigator:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/939578 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=39 --- parso-0.8.2.tar.gz | 3 --- parso-0.8.3.tar.gz | 3 +++ python-parso.changes | 7 +++++++ python-parso.spec | 6 ++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 parso-0.8.2.tar.gz create mode 100644 parso-0.8.3.tar.gz diff --git a/parso-0.8.2.tar.gz b/parso-0.8.2.tar.gz deleted file mode 100644 index c7b2c32..0000000 --- a/parso-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398 -size 397046 diff --git a/parso-0.8.3.tar.gz b/parso-0.8.3.tar.gz new file mode 100644 index 0000000..ae44ef3 --- /dev/null +++ b/parso-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0 +size 400064 diff --git a/python-parso.changes b/python-parso.changes index d2f5177..3c1c8fa 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 10 20:32:47 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-parso.spec b/python-parso.spec index b2bd477..1c13efb 100644 --- a/python-parso.spec +++ b/python-parso.spec @@ -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