14
0
forked from pool/python-parso
2020-09-03 20:22:48 +00:00
committed by Git OBS Bridge
parent a23ca3f4a3
commit 0754ceca53
4 changed files with 4 additions and 13 deletions

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

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

View File

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

View File

@@ -1,12 +1,3 @@
-------------------------------------------------------------------
Thu Aug 13 11:00:02 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.0
* Dropped Support for Python 2.7, 3.4, 3.5
* its possible to use pathlib.Path objects now in the API
* The stubs are gone, we are now using annotations
* namedexpr_test nodes are now a proper class called NamedExpr
-------------------------------------------------------------------
Tue Apr 14 10:03:43 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

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