15
0
forked from pool/python-parso

Accepting request 622330 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/622330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=3
This commit is contained in:
2018-07-13 08:22:18 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jul 12 15:55:46 UTC 2018 - arun@gmx.de
- specfile:
* make sure tests are run
- update to version 0.3.1:
* Bugfixes in the diff parser and keyword-only arguments
-------------------------------------------------------------------
Mon Jul 2 01:14:00 UTC 2018 - arun@gmx.de
- update to version 0.3.0:
* Rewrote the pgen2 parser generator.
-------------------------------------------------------------------
Tue Apr 17 01:53:46 UTC 2018 - arun@gmx.de

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-parso
Version: 0.2.0
Version: 0.3.1
Release: 0
Summary: An autocompletion tool for Python
License: MIT AND Python-2.0
@@ -27,8 +27,10 @@ URL: https://github.com/davidhalter/parso
Source0: https://files.pythonhosted.org/packages/source/p/parso/parso-%{version}.tar.gz
BuildRequires: %{python_module devel}
# Test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest >= 3.0.7}
BuildRequires: %{python_module pytest-cache}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tox}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -57,7 +59,7 @@ tree.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
tox -e py%{python3_version_nodots} --sitepackages --skip-missing-interpreters
%files %{python_files}
%license LICENSE.txt