pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/itstool Update itstool to 2.0.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c475c192b039
branches:  trunk
changeset: 371189:c475c192b039
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Mon Nov 06 18:28:22 2017 +0000

description:
Update itstool to 2.0.4

2.0.4
=====
* Fixed a massive performance issue

2.0.3
=====
* Added Python 3 support. Keeping Python 2 support for now. (Virgil Dupras)
* Fixed --keep-entities mode after some libxml2 changes.
* Added --path option for extra paths for ITS files.
* Don't error out (except under -s) for mismatched placeholders.
* Fixed UTF-8 handling for translated attributes.

diffstat:

 textproc/itstool/Makefile |  14 ++------------
 textproc/itstool/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 17 deletions(-)

diffs (44 lines):

diff -r 3929aba0c92b -r c475c192b039 textproc/itstool/Makefile
--- a/textproc/itstool/Makefile Mon Nov 06 16:17:17 2017 +0000
+++ b/textproc/itstool/Makefile Mon Nov 06 18:28:22 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/11/06 18:28:22 prlw1 Exp $
 
-DISTNAME=      itstool-2.0.2
+DISTNAME=      itstool-2.0.4
 CATEGORIES=    textproc
 MASTER_SITES=  http://files.itstool.org/itstool/
 EXTRACT_SUFX=  .tar.bz2
@@ -16,16 +16,6 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 2.0.2
-#Traceback (most recent call last):
-#  File "/usr/pkg/bin/itstool", line 1516, in <module>
-#    doc.apply_its_rules(not(opts.nobuiltins), params=params)
-#  File "/usr/pkg/bin/itstool", line 724, in apply_its_rules
-#    self.apply_its_file(os.path.join(itsdir, dfile), params=params)
-#  File "/usr/pkg/bin/itstool", line 754, in apply_its_file
-#    if not nss.has_key(nsdef.name):
-#AttributeError: 'dict' object has no attribute 'has_key'
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3929aba0c92b -r c475c192b039 textproc/itstool/distinfo
--- a/textproc/itstool/distinfo Mon Nov 06 16:17:17 2017 +0000
+++ b/textproc/itstool/distinfo Mon Nov 06 18:28:22 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 01:59:37 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/11/06 18:28:22 prlw1 Exp $
 
-SHA1 (itstool-2.0.2.tar.bz2) = 5084a2cecca8d70d184f22d2aecf5e2cb715917f
-RMD160 (itstool-2.0.2.tar.bz2) = 04531d2a4a8c5fef3b77888cb267063af2cb2917
-SHA512 (itstool-2.0.2.tar.bz2) = b7915c4d463fe5969e282029c2080730c78e18d2d5878da53c6a370f471056b51a7b3f3c08417b801212ba674f55548a112a12a9d81634f60d1e52a8a47a4aa2
-Size (itstool-2.0.2.tar.bz2) = 96748 bytes
+SHA1 (itstool-2.0.4.tar.bz2) = 5345615becb5c463c6e7f2462e387fdc327f3a35
+RMD160 (itstool-2.0.4.tar.bz2) = 7237fd8b3fb2d354135fdf16caeeb03b9a022e14
+SHA512 (itstool-2.0.4.tar.bz2) = f5cfa9c75710f9cc43a61caeb92ca04ec77023bce6fb14d770dda82efde2e5d9050245618c249d309227a3d43555cb1739f5fe680b4a370786ed4631fa9ee4b7
+Size (itstool-2.0.4.tar.bz2) = 102107 bytes



Home | Main Index | Thread Index | Old Index