Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-jsbeautifier py-jsbeautifier: updated to 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9803478f57e
branches:  trunk
changeset: 428801:c9803478f57e
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 11 16:28:58 2020 +0000

description:
py-jsbeautifier: updated to 1.11.0

v1.11.0
Closed Issues
Please bump mkdirp to fix mkdirp@0.5.1 vulnerability
Support optional-chaining
Please support es module
Support new js proposals: optional-chaining & pipeline-operator
Optional closing not implemented

diffstat:

 textproc/py-jsbeautifier/Makefile |   8 ++++----
 textproc/py-jsbeautifier/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r d59d56f8c855 -r c9803478f57e textproc/py-jsbeautifier/Makefile
--- a/textproc/py-jsbeautifier/Makefile Sat Apr 11 16:24:52 2020 +0000
+++ b/textproc/py-jsbeautifier/Makefile Sat Apr 11 16:28:58 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/08/29 04:58:29 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/11 16:28:58 adam Exp $
 
-DISTNAME=      jsbeautifier-1.10.2
+DISTNAME=      jsbeautifier-1.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsbeautifier/}
@@ -10,8 +10,8 @@
 COMMENT=       JavaScript unobfuscator and beautifier
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-editorconfig-core>=0.12.0:../../devel/py-editorconfig-core
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-editorconfig-core>=0.12.2:../../devel/py-editorconfig-core
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.13.0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
diff -r d59d56f8c855 -r c9803478f57e textproc/py-jsbeautifier/distinfo
--- a/textproc/py-jsbeautifier/distinfo Sat Apr 11 16:24:52 2020 +0000
+++ b/textproc/py-jsbeautifier/distinfo Sat Apr 11 16:28:58 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/08/29 04:58:29 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/04/11 16:28:58 adam Exp $
 
-SHA1 (jsbeautifier-1.10.2.tar.gz) = 32cfa81508cb4d7b70708dba3ab0e7b83108a60a
-RMD160 (jsbeautifier-1.10.2.tar.gz) = 3af1723a66340367b3560e025faf36e0e6ee1b26
-SHA512 (jsbeautifier-1.10.2.tar.gz) = 5ca2b3841e03df14421897e562a04da2597b534929c9d69ee7c38953aac6484ad6d2b7e50975ac0884e9d823ddf0510eb12eaab5efb37eb10d89e6a7df5bd73b
-Size (jsbeautifier-1.10.2.tar.gz) = 69133 bytes
+SHA1 (jsbeautifier-1.11.0.tar.gz) = bce7bab2b5da5188eb4729076ac1b84cb3507462
+RMD160 (jsbeautifier-1.11.0.tar.gz) = dc27640205a629d4374fc1d2a9b56fd3f11cfd7d
+SHA512 (jsbeautifier-1.11.0.tar.gz) = 1321493314f091b3b6d8d128de0f5931dbc35b447ea59665044262e99098b9766d7e1a7fa2725423fdfe13be88cc25858b40e8a88a4e3d9bb5426a8ba617156c
+Size (jsbeautifier-1.11.0.tar.gz) = 69799 bytes



Home | Main Index | Thread Index | Old Index