diff --git a/jsbeautifier-1.10.1.tar.gz b/jsbeautifier-1.10.1.tar.gz deleted file mode 100644 index 5a00c6d..0000000 --- a/jsbeautifier-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d17459c52a3f22bb03899958a4913c6d173abd7388b80287f82515bc43d9930 -size 68996 diff --git a/jsbeautifier-1.10.2.tar.gz b/jsbeautifier-1.10.2.tar.gz new file mode 100644 index 0000000..107c98e --- /dev/null +++ b/jsbeautifier-1.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ce5195c0b54a68eb813649829143373823ca28caa4d7aa682442b87ebea1ce +size 69133 diff --git a/python-jsbeautifier.changes b/python-jsbeautifier.changes index f5dc0a3..42098ae 100644 --- a/python-jsbeautifier.changes +++ b/python-jsbeautifier.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 11 13:28:59 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-jsbeautifier.spec b/python-jsbeautifier.spec index cf76067..46f992a 100644 --- a/python-jsbeautifier.spec +++ b/python-jsbeautifier.spec @@ -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