From ce3883bcab29d18a8c469d36ed9b5c276661f18e10a3c9a51287d2395a2535e9 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 4 Dec 2018 14:50:53 +0000 Subject: [PATCH] Accepting request 653818 from home:jengelh:branches:devel:languages:python - Grammar fix. OBS-URL: https://build.opensuse.org/request/show/653818 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-baron?expand=0&rev=2 --- python-baron.changes | 5 +++++ python-baron.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-baron.changes b/python-baron.changes index d060f86..1a0094f 100644 --- a/python-baron.changes +++ b/python-baron.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 11:42:45 UTC 2018 - Jan Engelhardt + +- Grammar fix. + ------------------------------------------------------------------- Fri Oct 20 16:13:40 UTC 2017 - toddrme2178@gmail.com diff --git a/python-baron.spec b/python-baron.spec index d03727f..ffbe29e 100644 --- a/python-baron.spec +++ b/python-baron.spec @@ -20,7 +20,7 @@ Name: python-baron Version: 0.8 Release: 0 -Summary: Full Syntax Tree for python +Summary: Full Syntax Tree for Python License: LGPL-3.0-or-later Group: Development/Languages/Python URL: https://github.com/PyCQA/baron @@ -37,7 +37,7 @@ BuildRequires: %{python_module rply} %python_subpackages %description -Baron is a Full Syntax Tree (FST) library for Python. By opposition +Baron is a Full Syntax Tree (FST) library for Python. In contrast to an AST which drops some syntax information in the process of its creation (like empty lines, comments, formatting), a FST keeps everything and guarantees the operation