pkgsrc-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/7948aa7af76f
branches:  trunk
changeset: 323010:7948aa7af76f
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 02 08:35:09 2019 +0000

description:
py-jsbeautifier: updated to 1.10.0

v1.10.0
Added templating setting to control when template languages are recognized. All languages are off by default in Javascript and on by default in HTML.

Closed Issues
beautifying scss selector with colon in it adds space
Javascript multiline comments duplicates
Tokenizer crashes if the input terminates with a dot character.
stop reformatting valid css \! into invalid \ !
wrong indent for unclosed <? - need to support disabling templating
Beautify inserts space before exclamation mark in comment <!-- in css <style>
'less' mixins parameter formatting problem
Change css tests to use 4 space indenting instead of tabs
Braces after case get pushed onto new line
Extra space in pseudo-elements and pseudo-classes selectors
LESS formatting - mixins with multiple variables
Bug in less format

diffstat:

 textproc/py-jsbeautifier/Makefile |   4 ++--
 textproc/py-jsbeautifier/PLIST    |   5 +----
 textproc/py-jsbeautifier/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 3db8228a53bf -r 7948aa7af76f textproc/py-jsbeautifier/Makefile
--- a/textproc/py-jsbeautifier/Makefile Thu May 02 08:32:15 2019 +0000
+++ b/textproc/py-jsbeautifier/Makefile Thu May 02 08:35:09 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/04/01 10:26:35 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/05/02 08:35:09 adam Exp $
 
-DISTNAME=      jsbeautifier-1.9.1
+DISTNAME=      jsbeautifier-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsbeautifier/}
diff -r 3db8228a53bf -r 7948aa7af76f textproc/py-jsbeautifier/PLIST
--- a/textproc/py-jsbeautifier/PLIST    Thu May 02 08:32:15 2019 +0000
+++ b/textproc/py-jsbeautifier/PLIST    Thu May 02 08:35:09 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/03/02 14:41:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/05/02 08:35:09 adam Exp $
 bin/js-beautify-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -69,9 +69,6 @@
 ${PYSITELIB}/jsbeautifier/tests/generated/tests.py
 ${PYSITELIB}/jsbeautifier/tests/generated/tests.pyc
 ${PYSITELIB}/jsbeautifier/tests/generated/tests.pyo
-${PYSITELIB}/jsbeautifier/tests/test-packer.py
-${PYSITELIB}/jsbeautifier/tests/test-packer.pyc
-${PYSITELIB}/jsbeautifier/tests/test-packer.pyo
 ${PYSITELIB}/jsbeautifier/tests/testindentation.py
 ${PYSITELIB}/jsbeautifier/tests/testindentation.pyc
 ${PYSITELIB}/jsbeautifier/tests/testindentation.pyo
diff -r 3db8228a53bf -r 7948aa7af76f textproc/py-jsbeautifier/distinfo
--- a/textproc/py-jsbeautifier/distinfo Thu May 02 08:32:15 2019 +0000
+++ b/textproc/py-jsbeautifier/distinfo Thu May 02 08:35:09 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/04/01 10:26:35 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/05/02 08:35:09 adam Exp $
 
-SHA1 (jsbeautifier-1.9.1.tar.gz) = 3f5c176d1d9c12f37311ebd3991c96a351dfa7c5
-RMD160 (jsbeautifier-1.9.1.tar.gz) = dc9d9f51899f611398907c738d6c8f7b73316757
-SHA512 (jsbeautifier-1.9.1.tar.gz) = 74237f6c07dd7693ff68b56f1c0cac21d574e8efdabb6bd91db9e9a36d1b055ad0536504fbae7196ab49d55301e8c2cff431ea2bcfec04d37e910e410013293b
-Size (jsbeautifier-1.9.1.tar.gz) = 68266 bytes
+SHA1 (jsbeautifier-1.10.0.tar.gz) = 46ece77dad35d65f714effaad55874c932ca3081
+RMD160 (jsbeautifier-1.10.0.tar.gz) = c2aa645ee14d0d38e97e232b6cf34dc2ef551efe
+SHA512 (jsbeautifier-1.10.0.tar.gz) = 7d020dc111a078fe2b8cc560b1f8ecfab0322a8955422522ba5975de2fcd4cf05ee261532f27c9cc97441f489492f7aa4a3241e4a23af916724a91e1e9d1d23b
+Size (jsbeautifier-1.10.0.tar.gz) = 69079 bytes



Home | Main Index | Thread Index | Old Index