From 12432e8431205ab22f4e9ec2b3c8f4041059a23bdaa3db6868fcc013786104bc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 22:02:31 +0000 Subject: [PATCH] - 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 --- jsbeautifier-1.14.11.tar.gz | 3 +++ jsbeautifier-1.14.7.tar.gz | 3 --- python-jsbeautifier.changes | 25 +++++++++++++++++++++++-- python-jsbeautifier.spec | 4 ++-- 4 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 jsbeautifier-1.14.11.tar.gz delete mode 100644 jsbeautifier-1.14.7.tar.gz diff --git a/jsbeautifier-1.14.11.tar.gz b/jsbeautifier-1.14.11.tar.gz new file mode 100644 index 0000000..b99b1c8 --- /dev/null +++ b/jsbeautifier-1.14.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b632581ea60dd1c133cd25a48ad187b4b91f526623c4b0fb5443ef805250505 +size 75586 diff --git a/jsbeautifier-1.14.7.tar.gz b/jsbeautifier-1.14.7.tar.gz deleted file mode 100644 index 524d062..0000000 --- a/jsbeautifier-1.14.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77993254db1ff6f84eb6e1d75e3b6b72cba2ef20813a585b2d81e8e5e3c713c6 -size 74564 diff --git a/python-jsbeautifier.changes b/python-jsbeautifier.changes index 92f36d7..af1d7e9 100644 --- a/python-jsbeautifier.changes +++ b/python-jsbeautifier.changes @@ -1,7 +1,28 @@ +------------------------------------------------------------------- +Thu Dec 7 22:01:47 UTC 2023 - Dirk Müller + +- 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) + ------------------------------------------------------------------- Fri Oct 28 17:51:42 UTC 2022 - Yogalakshmi Arunachalam -- Update to v1.14.7 +- Update to v1.14.7 * Doc: Updates web browser implementation examples (#2107) * HTML formatter breaks layout by introducing newlines (#1989) @@ -76,7 +97,7 @@ Thu Sep 29 14:11:29 UTC 2022 - Yogalakshmi Arunachalam * no new line after self closing tag (#1718) * HTML format, no break after ? (#1365) * Does this extension still supports applying Allman style to CSS? (#1353) - * Add brace_style option for CSS (#1259) + * Add brace_style option for CSS (#1259) ------------------------------------------------------------------- Mon May 25 10:59:33 UTC 2020 - Petr Gajdos diff --git a/python-jsbeautifier.spec b/python-jsbeautifier.spec index 0e886a8..5dd8a39 100644 --- a/python-jsbeautifier.spec +++ b/python-jsbeautifier.spec @@ -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