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}