14
0
forked from pool/python-parso

- update to 0.7.1:

- Fixed a couple of smaller bugs (mostly syntax error detection in
  ``Grammar.iter_errors``)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=32
This commit is contained in:
2020-12-19 13:18:06 +00:00
committed by Git OBS Bridge
parent 0e6b1979f9
commit b28850b43f
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:908e9fae2144a076d72ae4e25539143d40b8e3eafbaeae03c1bfe226f4cdf12c
size 399099

3
parso-0.7.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Dec 19 13:16:55 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 0.7.1:
- Fixed a couple of smaller bugs (mostly syntax error detection in
``Grammar.iter_errors``)
-------------------------------------------------------------------
Thu Sep 3 20:25:27 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-parso
Version: 0.7.0
Version: 0.7.1
Release: 0
Summary: An autocompletion tool for Python
License: MIT AND Python-2.0