From 0230645cef53ebece6b897424d425b36cea00b20e632e5e0a609e7cb72cca948 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Mar 2024 20:32:40 +0000 Subject: [PATCH] - update to 1.15.1: * angular support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=23 --- jsbeautifier-1.14.11.tar.gz | 3 --- jsbeautifier-1.15.1.tar.gz | 3 +++ python-jsbeautifier.changes | 6 ++++++ python-jsbeautifier.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 jsbeautifier-1.14.11.tar.gz create mode 100644 jsbeautifier-1.15.1.tar.gz diff --git a/jsbeautifier-1.14.11.tar.gz b/jsbeautifier-1.14.11.tar.gz deleted file mode 100644 index b99b1c8..0000000 --- a/jsbeautifier-1.14.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b632581ea60dd1c133cd25a48ad187b4b91f526623c4b0fb5443ef805250505 -size 75586 diff --git a/jsbeautifier-1.15.1.tar.gz b/jsbeautifier-1.15.1.tar.gz new file mode 100644 index 0000000..1f06b58 --- /dev/null +++ b/jsbeautifier-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd733b560704c602d744eafc839db60a1ee9326e30a2a80c4adb8718adc1b24 +size 75606 diff --git a/python-jsbeautifier.changes b/python-jsbeautifier.changes index af1d7e9..9906f7a 100644 --- a/python-jsbeautifier.changes +++ b/python-jsbeautifier.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 18 20:32:10 UTC 2024 - Dirk Müller + +- update to 1.15.1: + * angular support + ------------------------------------------------------------------- Thu Dec 7 22:01:47 UTC 2023 - Dirk Müller diff --git a/python-jsbeautifier.spec b/python-jsbeautifier.spec index 5dd8a39..19849bf 100644 --- a/python-jsbeautifier.spec +++ b/python-jsbeautifier.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsbeautifier # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.11 +Version: 1.15.1 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}