forked from pool/python-parso
- Update to 0.3.4:
* Fix an f-string tokenizer error * Fix async errors in the diff parser * A fix in iter_errors * 20+ bugfixes in the diff parser and 3 in the tokenizer * A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape. * Some bugfixes for f-string - Drop bogus dependency on pytest-cache OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
b8174e040c
commit
abfea6d573
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35704a43a3c113cce4de228ddb39aab374b8004f4f2407d070b6a2ca784ce8a2
|
||||
size 379506
|
3
parso-0.3.4.tar.gz
Normal file
3
parso-0.3.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68406ebd7eafe17f8e40e15a84b56848eccbf27d7c1feb89e93d8fca395706db
|
||||
size 387845
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 12:10:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.3.4:
|
||||
* Fix an f-string tokenizer error
|
||||
* Fix async errors in the diff parser
|
||||
* A fix in iter_errors
|
||||
* 20+ bugfixes in the diff parser and 3 in the tokenizer
|
||||
* A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape.
|
||||
* Some bugfixes for f-string
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 12:09:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Drop bogus dependency on pytest-cache
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:51:12 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-parso
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,16 +18,14 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-parso
|
||||
Version: 0.3.1
|
||||
Version: 0.3.4
|
||||
Release: 0
|
||||
Summary: An autocompletion tool for Python
|
||||
License: MIT AND Python-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/davidhalter/parso
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/parso/parso-%{version}.tar.gz
|
||||
# Test requirements
|
||||
BuildRequires: %{python_module pytest >= 3.0.7}
|
||||
BuildRequires: %{python_module pytest-cache}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
Reference in New Issue
Block a user