pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jsbeautifier



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  2 08:35:09 UTC 2019

Modified Files:
        pkgsrc/textproc/py-jsbeautifier: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-jsbeautifier/Makefile \
    pkgsrc/textproc/py-jsbeautifier/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-jsbeautifier/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-jsbeautifier/Makefile
diff -u pkgsrc/textproc/py-jsbeautifier/Makefile:1.10 pkgsrc/textproc/py-jsbeautifier/Makefile:1.11
--- pkgsrc/textproc/py-jsbeautifier/Makefile:1.10       Mon Apr  1 10:26:35 2019
+++ pkgsrc/textproc/py-jsbeautifier/Makefile    Thu May  2 08:35:09 2019
@@ -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/}
Index: pkgsrc/textproc/py-jsbeautifier/distinfo
diff -u pkgsrc/textproc/py-jsbeautifier/distinfo:1.10 pkgsrc/textproc/py-jsbeautifier/distinfo:1.11
--- pkgsrc/textproc/py-jsbeautifier/distinfo:1.10       Mon Apr  1 10:26:35 2019
+++ pkgsrc/textproc/py-jsbeautifier/distinfo    Thu May  2 08:35:09 2019
@@ -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

Index: pkgsrc/textproc/py-jsbeautifier/PLIST
diff -u pkgsrc/textproc/py-jsbeautifier/PLIST:1.4 pkgsrc/textproc/py-jsbeautifier/PLIST:1.5
--- pkgsrc/textproc/py-jsbeautifier/PLIST:1.4   Sat Mar  2 14:41:25 2019
+++ pkgsrc/textproc/py-jsbeautifier/PLIST       Thu May  2 08:35:09 2019
@@ -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/generate
 ${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



Home | Main Index | Thread Index | Old Index