forked from pool/python-jsbeautifier
- Update to 1.10.2:
* Please update CodeMirror Addon (#1695) * Nested braces indentation (#223) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
49e44ce53c
commit
45b481260c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d17459c52a3f22bb03899958a4913c6d173abd7388b80287f82515bc43d9930
|
||||
size 68996
|
||||
3
jsbeautifier-1.10.2.tar.gz
Normal file
3
jsbeautifier-1.10.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5ce5195c0b54a68eb813649829143373823ca28caa4d7aa682442b87ebea1ce
|
||||
size 69133
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 13:28:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.10.2:
|
||||
* Please update CodeMirror Addon (#1695)
|
||||
* Nested braces indentation (#223)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:40:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -18,28 +18,27 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jsbeautifier
|
||||
Version: 1.10.1
|
||||
Version: 1.10.2
|
||||
Release: 0
|
||||
Summary: JavaScript unobfuscator and beautifier
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://jsbeautifier.org
|
||||
URL: http://jsbeautifier.org
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jsbeautifier/jsbeautifier-%{version}.tar.gz
|
||||
# https://github.com/beautify-web/js-beautify/issues/1674
|
||||
Source1: https://raw.githubusercontent.com/beautify-web/js-beautify/master/LICENSE
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-EditorConfig >= 0.12.0
|
||||
Requires: python-setuptools
|
||||
Requires: python-six >= 1.6.1
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module EditorConfig >= 0.12.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six >= 1.6.1}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-EditorConfig >= 0.12.0
|
||||
Requires: python-setuptools
|
||||
Requires: python-six >= 1.6.1
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -60,7 +59,6 @@ cp %{SOURCE1} .
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%license LICENSE
|
||||
%python3_only %{_bindir}/js-beautify
|
||||
%{python_sitelib}/jsbeautifier
|
||||
|
||||
Reference in New Issue
Block a user