From 2a4ff099f221ac422451e500c6749e03f58665d75617dea46de1f3132d9de363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Apr 2020 12:11:11 +0000 Subject: [PATCH] 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 --- jsbeautifier-1.10.3.tar.gz | 3 --- jsbeautifier-1.11.0.tar.gz | 3 +++ python-jsbeautifier.changes | 10 ++++++++++ python-jsbeautifier.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 jsbeautifier-1.10.3.tar.gz create mode 100644 jsbeautifier-1.11.0.tar.gz diff --git a/jsbeautifier-1.10.3.tar.gz b/jsbeautifier-1.10.3.tar.gz deleted file mode 100644 index a62a54c..0000000 --- a/jsbeautifier-1.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:978ee8fd057190ed414918cf689e6045185402a36113d93463958b8a4d895d29 -size 69260 diff --git a/jsbeautifier-1.11.0.tar.gz b/jsbeautifier-1.11.0.tar.gz new file mode 100644 index 0000000..b2f6f7c --- /dev/null +++ b/jsbeautifier-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f670c6f4f8d4caca9a348271010742f494becb96fe0a9be6ffac8b3d46350ca +size 69799 diff --git a/python-jsbeautifier.changes b/python-jsbeautifier.changes index 8301e72..712b6b0 100644 --- a/python-jsbeautifier.changes +++ b/python-jsbeautifier.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 16 11:59:13 UTC 2020 - pgajdos@suse.com + +- 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) + ------------------------------------------------------------------- Tue Mar 3 12:05:39 UTC 2020 - Tomáš Chvátal diff --git a/python-jsbeautifier.spec b/python-jsbeautifier.spec index 1500e77..512ab46 100644 --- a/python-jsbeautifier.spec +++ b/python-jsbeautifier.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jsbeautifier -Version: 1.10.3 +Version: 1.11.0 Release: 0 Summary: JavaScript unobfuscator and beautifier License: MIT