diff mbox series

[meta-python,4/4] python3-jsbeautifier: Upgrade 2.0.1 -> 2.0.3

Message ID 20260708133248.1765250-4-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/4] python3-pybind11: Upgrade 3.0.1 -> 3.0.4 | expand

Commit Message

Leon Anavi July 8, 2026, 1:32 p.m. UTC
Upgrade to release 2.0.3:

- Fix minor crash for certain oddly formed *.js files
- Fix: make dark mode label dynamic
- Recognize <script type="importmap"> and beautify its JSON body
- Add wrap_attributes option to website UI
- docs: clarify version numbering policy for releases

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...n3-jsbeautifier_2.0.1.bb => python3-jsbeautifier_2.0.3.bb} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-jsbeautifier_2.0.1.bb => python3-jsbeautifier_2.0.3.bb} (75%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.1.bb b/meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.3.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.3.bb
index a8c3edf3ae..96cb6e84fa 100644
--- a/meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.3.bb
@@ -6,9 +6,7 @@  LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "45603b2097410feee8d3a6ef8ad5a8e0a0e89f347331888a97e46f332ce8d953"
-
-PYPI_PACKAGE = "jsbeautifier"
+SRC_URI[sha256sum] = "9579d4e9dbaa00383f3efdff4c98c8140bb85ba319398e8b97cdaba27abd6ba3"
 
 RDEPENDS:${PN} += "\
     python3-core \