forked from pool/python-jsbeautifier
- update to 1.14.11:
* Editor not working https://beautifier.io/ (#2201) * Set nodejs minimum to v14 (#2169) * Invalid prettification of object with unicode escape character as object key (#2159) * invalid json being generated with wrap_line_length (#1932) * Require nodejs v12 or greater (#2151) * CSS insideNonNestedAtRule generic variable (#2147) * Update dependencies (#2145) * Fix CI build (#2144) * Fixed #2133 Theme Toggle on without_codemirror Mode (#2138) * use correct variable name (#2135) * docs: Fix a few typos (#2127) * Add support for new record types (cont.) (#2118) * fix - semicolon followed by block statement doesnt have new line (#2117) * Fix formatting related to the element (#2114) * issue prettifying (function(){code();{code}})() (#1852) - Update to v1.14.7 * Add brace_style option for CSS (#1259) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=21
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jsbeautifier
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jsbeautifier
|
||||
Version: 1.14.7
|
||||
Version: 1.14.11
|
||||
Release: 0
|
||||
Summary: JavaScript unobfuscator and beautifier
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user