From bee54fc2f0aa850672d96d709f679877b3dea2f6fcf1e7966a1cdd2e91fda075 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 6 Jun 2021 12:43:13 +0000 Subject: [PATCH] - update to 0.8.2: - Various small bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=37 --- parso-0.8.1.tar.gz | 3 --- parso-0.8.2.tar.gz | 3 +++ python-parso.changes | 6 ++++++ python-parso.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 parso-0.8.1.tar.gz create mode 100644 parso-0.8.2.tar.gz diff --git a/parso-0.8.1.tar.gz b/parso-0.8.1.tar.gz deleted file mode 100644 index 4452925..0000000 --- a/parso-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e -size 395966 diff --git a/parso-0.8.2.tar.gz b/parso-0.8.2.tar.gz new file mode 100644 index 0000000..c7b2c32 --- /dev/null +++ b/parso-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398 +size 397046 diff --git a/python-parso.changes b/python-parso.changes index e1dbb51..d2f5177 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 6 12:41:51 UTC 2021 - Dirk Müller + +- update to 0.8.2: + - Various small bugfixes + ------------------------------------------------------------------- Fri Dec 25 19:00:15 UTC 2020 - Matej Cepl diff --git a/python-parso.spec b/python-parso.spec index 55eb2cb..b2bd477 100644 --- a/python-parso.spec +++ b/python-parso.spec @@ -1,7 +1,7 @@ # # spec file for package python-parso # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-parso -Version: 0.8.1 +Version: 0.8.2 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0