From 871f17ad5682c24ef4fdcfb6bc02aecfd442cac595cbb6eaea677b59755159a8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2022 19:03:42 +0000 Subject: [PATCH] Accepting request 1006969 from home:yarunachalam:branches:devel:languages:python - Update to v1.14.6 * Globs no longer work on Windows in 1.14.5 (#2093) - Update to v1.14.5 * Dependency updates and UI tweaks (#2088) * Bump terser from 5.12.1 to 5.14.2 (#2084) * new layout breaks everything on long lines (#2071) * Dark mode (#2057) - Update to v1.14.4 * Extra space before !important added (#2056) * css format removes space after quoted value (#2051) * Add grid-template-areas to NON_SEMICOLON_NEWLINE_PROPERTY list (#2035) * CSS formatter removes useful space (#2024) * CHANGELOG.md file was wiped out in v1.14.2 (#2022) * Fails to recognize Handlebars block with whitespace control, e.g. {{~#if true ~}} (#1988) * Support new sass @use syntax (#1976) * Do not remove whitespace after number (#1950) * html formatter doesn't support handlebars partial blocks (#>) (#1869) * in keyword in class method causes indentation problem (#1846) * space_after_named_function not working inside an ES6 class (#1622) * Restyle website (#1444) * improper line concatenation between 'return' and a prefix expression (#1095) - Update to v1.14.3 * [LESS] Fixing issues with spacing when an object literal lives inside a mixin (#2017) * Overindentation when using "class" as a key in an object (#1838) * CSS Grid template formatting is broken when adding track size after line names (#1817) * SCSS module system @use problem (#1798) * JS "space_in_empty_paren" failing for class methods (#1151) * LESS mixins gets formatted strangely (#722) - Update to v1.14.2 * Why put npm in dependencies? (#2005) OBS-URL: https://build.opensuse.org/request/show/1006969 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=17 --- jsbeautifier-1.11.0.tar.gz | 3 -- jsbeautifier-1.14.6.tar.gz | 3 ++ python-jsbeautifier.changes | 73 +++++++++++++++++++++++++++++++++++++ python-jsbeautifier.spec | 6 +-- 4 files changed, 79 insertions(+), 6 deletions(-) delete mode 100644 jsbeautifier-1.11.0.tar.gz create mode 100644 jsbeautifier-1.14.6.tar.gz diff --git a/jsbeautifier-1.11.0.tar.gz b/jsbeautifier-1.11.0.tar.gz deleted file mode 100644 index b2f6f7c..0000000 --- a/jsbeautifier-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f670c6f4f8d4caca9a348271010742f494becb96fe0a9be6ffac8b3d46350ca -size 69799 diff --git a/jsbeautifier-1.14.6.tar.gz b/jsbeautifier-1.14.6.tar.gz new file mode 100644 index 0000000..0eaa533 --- /dev/null +++ b/jsbeautifier-1.14.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5244851144dc473b1d1044be3dd6c56f61fd69ebdc1f93b813d8224272f06f +size 74554 diff --git a/python-jsbeautifier.changes b/python-jsbeautifier.changes index 00924d7..8e77d13 100644 --- a/python-jsbeautifier.changes +++ b/python-jsbeautifier.changes @@ -1,3 +1,76 @@ +------------------------------------------------------------------- +Thu Sep 29 14:11:29 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v1.14.6 + * Globs no longer work on Windows in 1.14.5 (#2093) +- Update to v1.14.5 + * Dependency updates and UI tweaks (#2088) + * Bump terser from 5.12.1 to 5.14.2 (#2084) + * new layout breaks everything on long lines (#2071) + * Dark mode (#2057) +- Update to v1.14.4 + * Extra space before !important added (#2056) + * css format removes space after quoted value (#2051) + * Add grid-template-areas to NON_SEMICOLON_NEWLINE_PROPERTY list (#2035) + * CSS formatter removes useful space (#2024) + * CHANGELOG.md file was wiped out in v1.14.2 (#2022) + * Fails to recognize Handlebars block with whitespace control, e.g. {{~#if true ~}} (#1988) + * Support new sass @use syntax (#1976) + * Do not remove whitespace after number (#1950) + * html formatter doesn't support handlebars partial blocks (#>) (#1869) + * in keyword in class method causes indentation problem (#1846) + * space_after_named_function not working inside an ES6 class (#1622) + * Restyle website (#1444) + * improper line concatenation between 'return' and a prefix expression (#1095) +- Update to v1.14.3 + * [LESS] Fixing issues with spacing when an object literal lives inside a mixin (#2017) + * Overindentation when using "class" as a key in an object (#1838) + * CSS Grid template formatting is broken when adding track size after line names (#1817) + * SCSS module system @use problem (#1798) + * JS "space_in_empty_paren" failing for class methods (#1151) + * LESS mixins gets formatted strangely (#722) +- Update to v1.14.2 + * Why put npm in dependencies? (#2005) + * [Bug] Logical assignments in JS are incorrectly beautified (#1991) +- Update to v1.14.1 + * feature request: cmd+enter hotkey for mac users (#1985) + * Wrong indentation when the last line in a case is a right brace (#1683) +- Update to v1.14.0 + * import.meta appears on newline (#1978) + * Added buttons to website (#1930) + * Logical assignment operators; Fix parsing of optional chaining (#1888) + * Numbers should be allowed to contain underscores (#1836) + * Use native mkdirSync instead of 'mkdirp' package (#1833) + * selector_separator_newline adds erroneous newline on @extend SCSS statements (#1799) +- Update to v1.13.13 + * IE11 compatibility failure v>1.13.5 (#1918) +- Update to v1.13.11 + * Support short PHP tags (#1840) +- Update to v1.13.6 + * Fix space-before-conditional: false to work on switch-case statement (#1881) + * Optional chaining obj?.[expr] (#1801) +- Update to v1.13.1 + * Option 'max_preserve_newlines' not working on beautify_css.js CSS Beautifier (#1863) + * React Fragment Short Syntax <> issue (#1854) + * add viewport meta tag to index.html (#1843) + * Add basic smarty templating support (#1820) + * Tagged Template literals (#1244) +- Update to v1.13.0 + * (internal) Refactor python cssbeautifier to reuse jsbeautifier CLI methods (#1832) + * (internal) Switch from node-static to serve (#1831) + * Fixed pip install cssbeautifier (#1830) +- Update to v1.12.0 + * Python jsbeautifier fails for special chars (#1809) + * pip install cssbeautifier fails (#1808) + * Add expand brace-style option to css beautifier (#1796) + * Support nullish-coalescing (#1794) + * Upgrade ga.js to analytics.js (#1777) + * Newline rule not working with css-like files (#1776) + * 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) + ------------------------------------------------------------------- Mon May 25 10:59:33 UTC 2020 - Petr Gajdos diff --git a/python-jsbeautifier.spec b/python-jsbeautifier.spec index 52b64ec..35ff98d 100644 --- a/python-jsbeautifier.spec +++ b/python-jsbeautifier.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsbeautifier # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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.11.0 +Version: 1.14.6 Release: 0 Summary: JavaScript unobfuscator and beautifier License: MIT @@ -33,7 +33,7 @@ Requires: python-EditorConfig >= 0.12.2 Requires: python-setuptools Requires: python-six >= 1.13.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module EditorConfig >= 0.12.2}