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
This commit is contained in:
Tomáš Chvátal 2019-03-14 16:42:49 +00:00 committed by Git OBS Bridge
parent 7e476a26a6
commit 2499868206
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 14 16:38:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim bias from description.
-------------------------------------------------------------------
Wed Mar 13 15:47:24 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -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}