14
0
forked from pool/python-parso

- update to 0.4.0

* Python 3.8 support
 * FileIO support, it's now possible to use abstract file IO, support is alpha

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=14
This commit is contained in:
2019-04-18 12:43:24 +00:00
committed by Git OBS Bridge
parent abfea6d573
commit 7d2669e159
4 changed files with 12 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 18 12:40:50 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.4.0
* Python 3.8 support
* FileIO support, it's now possible to use abstract file IO, support is alpha
-------------------------------------------------------------------
Thu Feb 14 12:10:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-parso
Version: 0.3.4
Version: 0.4.0
Release: 0
Summary: An autocompletion tool for Python
License: MIT AND Python-2.0
@@ -55,7 +55,7 @@ tree.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand py.test-%{$python_version} test/
%pytest
%files %{python_files}
%license LICENSE.txt