15
0

26 Commits

Author SHA256 Message Date
5725533af2 Accepting request 1246621 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1246621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=13
2025-02-18 18:12:37 +00:00
a7f2bcff82 Accepting request 1245048 from home:glaubitz:branches:devel:languages:python
- Update to 1.15.2
  * Patch SNYK-JS-CROSSSPAWN-8303230 issue brought it through old glob package
  * Release wheels on pypi
  * ModuleNotFoundError: No module named 'setuptools.command.test' as of latest
    setuptools package release
  * [Python]Compatible with setuptools>=72
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install
  * Update name for dist directory in %files section

OBS-URL: https://build.opensuse.org/request/show/1245048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=25
2025-02-14 14:03:07 +00:00
bee883e9db Accepting request 1159129 from devel:languages:python
- update to 1.15.1:
  * angular support

OBS-URL: https://build.opensuse.org/request/show/1159129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=12
2024-03-19 16:31:54 +00:00
0230645cef - update to 1.15.1:
* angular support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=23
2024-03-18 20:32:40 +00:00
edf44532ba Accepting request 1131709 from devel:languages:python
- 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/request/show/1131709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=11
2023-12-08 21:31:53 +00:00
12432e8431 - 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
2023-12-07 22:02:31 +00:00
64ef66bedf Accepting request 1032512 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=10
2022-11-01 12:42:22 +00:00
f58ac554b7 Accepting request 1032015 from home:yarunachalam:branches:devel:languages:python
- Update to v1.14.7 
  * Doc: Updates web browser implementation examples (#2107)
  * HTML formatter breaks layout by introducing newlines (#1989)

OBS-URL: https://build.opensuse.org/request/show/1032015
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=19
2022-10-31 13:35:50 +00:00
2d1e8f166a Accepting request 1007081 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1007081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=9
2022-09-30 15:57:57 +00:00
871f17ad56 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
2022-09-29 19:03:42 +00:00
133750b0e5 Accepting request 808780 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/808780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=8
2020-05-26 15:49:02 +00:00
Tomáš Chvátal
6e0c217481 Accepting request 808766 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/808766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=15
2020-05-25 13:31:36 +00:00
218436c8f2 Accepting request 794586 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/794586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=7
2020-04-16 21:05:44 +00:00
Tomáš Chvátal
2a4ff099f2 Accepting request 794584 from home:pgajdos:python
- version update to 1.11.0
  Closed Issues
  * Please bump mkdirp to fix mkdirp@0.5.1 vulnerability (#1768)
  * Support optional-chaining (#1727)
  * Please support es module (#1706)
  * Support new js proposals: optional-chaining & pipeline-operator (#1530)

OBS-URL: https://build.opensuse.org/request/show/794584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=13
2020-04-16 12:11:11 +00:00
40f3c6e644 Accepting request 781196 from devel:languages:python
- Update to 1.10.3:
  * minor fixes

OBS-URL: https://build.opensuse.org/request/show/781196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=6
2020-03-04 08:43:51 +00:00
Tomáš Chvátal
28fd938702 - Update to 1.10.3:
* minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=11
2020-03-03 12:10:13 +00:00
Ludwig Nussel
103ed433ef Accepting request 730158 from devel:languages:python
- Update to 1.10.2:
  * Please update CodeMirror Addon (#1695)
  * Nested braces indentation (#223)

OBS-URL: https://build.opensuse.org/request/show/730158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=5
2019-09-13 12:58:57 +00:00
Tomáš Chvátal
45b481260c - 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
2019-09-11 13:29:57 +00:00
74ab18589b Accepting request 718133 from devel:languages:python
- Update to 1.10.1:
  * javascript fails to format when <?php > is first text inside <script> tag (#1687)
  * 414 Request-URI Too Large (#1640)

OBS-URL: https://build.opensuse.org/request/show/718133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=4
2019-07-24 18:36:19 +00:00
Tomáš Chvátal
49e44ce53c - Update to 1.10.1:
* javascript fails to format when <?php > is first text inside <script> tag (#1687)
  * 414 Request-URI Too Large (#1640)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=7
2019-07-24 08:42:27 +00:00
72d18d945f Accepting request 704824 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/704824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=3
2019-05-24 09:31:06 +00:00
Tomáš Chvátal
653eafdc1a Accepting request 704765 from home:pgajdos
- version update to 1.10.0
  * lot of releases, lot of changes, see
    https://github.com/beautify-web/js-beautify/blob/master/CHANGELOG.md
- added sources
  https://github.com/beautify-web/js-beautify/issues/1674
  + LICENSE

OBS-URL: https://build.opensuse.org/request/show/704765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=5
2019-05-22 19:03:12 +00:00
0ede8c48b2 Accepting request 659451 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=2
2018-12-24 10:38:38 +00:00
522948eddd Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=3
2018-12-04 13:35:38 +00:00
97a7cbdffa Accepting request 522404 from devel:languages:python
singlespec version of python3-jsbeautifier

OBS-URL: https://build.opensuse.org/request/show/522404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsbeautifier?expand=0&rev=1
2017-09-11 14:18:19 +00:00
Todd R
e0ccdaf5c3 Accepting request 522403 from home:TheBlackCat:branches:devel:languages:python
singlespec version of python3-jsbeautifier

OBS-URL: https://build.opensuse.org/request/show/522403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=1
2017-09-08 18:26:41 +00:00