From 24998682062fd429e63d446b2188f6f437fa9ba222b1e61ee767be5a8c2d2a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Mar 2019 16:42:49 +0000 Subject: [PATCH] Accepting request 685071 from home:jengelh:branches:devel:languages:python - Trim bias from description. OBS-URL: https://build.opensuse.org/request/show/685071 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjsparser?expand=0&rev=2 --- python-pyjsparser.changes | 5 +++++ python-pyjsparser.spec | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/python-pyjsparser.changes b/python-pyjsparser.changes index 49106b9..8304128 100644 --- a/python-pyjsparser.changes +++ b/python-pyjsparser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 16:38:43 UTC 2019 - Jan Engelhardt + +- Trim bias from description. + ------------------------------------------------------------------- Wed Mar 13 15:47:24 UTC 2019 - Ondřej Súkup diff --git a/python-pyjsparser.spec b/python-pyjsparser.spec index 8b338c1..2524719 100644 --- a/python-pyjsparser.spec +++ b/python-pyjsparser.spec @@ -12,31 +12,32 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyjsparser Version: 2.5.2 Release: 0 +Summary: Javascript parser based on esprimajs License: MIT -Summary: Fast javascript parser (based on esprimajs) -Url: https://github.com/PiotrDabkowski/pyjsparser Group: Development/Languages/Python +Url: https://github.com/PiotrDabkowski/pyjsparser Source: https://files.pythonhosted.org/packages/source/p/pyjsparser/pyjsparser-%{version}.tar.gz Source1: https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/LICENSE Source2: https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/README.md Patch0: fix_version.patch -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description -Fast JavaScript parser - manual translation of esprima.js to python -Supports whole ECMAScript 5.1 and parts of ECMAScript 6. +A JavaScript parser - a manual translation of esprima.js to Python. +It supports the whole of ECMAScript 5.1 and parts of ECMAScript 6. %prep %setup -q -n pyjsparser-%{version}