pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/json2tsv json2tsv: Update to 0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf936d3de0f8
branches:  trunk
changeset: 380092:cf936d3de0f8
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat May 28 18:44:41 2022 +0000

description:
json2tsv: Update to 0.9

Changes:
0.9
===
* Improve read and write error handling in streams.
* Allow octal format for the separator and check the format a bit more strict.
* Fix code that could have side-effects: nodes[--depth].index++
  (This line found a bug in the scc compiler).
* README: optimize the unescape() function.

diffstat:

 textproc/json2tsv/Makefile |  4 ++--
 textproc/json2tsv/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 202d2e50ce68 -r cf936d3de0f8 textproc/json2tsv/Makefile
--- a/textproc/json2tsv/Makefile        Sat May 28 18:42:34 2022 +0000
+++ b/textproc/json2tsv/Makefile        Sat May 28 18:44:41 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/12/21 14:49:05 leot Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/28 18:44:41 leot Exp $
 
-DISTNAME=      json2tsv-0.8
+DISTNAME=      json2tsv-0.9
 CATEGORIES=    textproc
 MASTER_SITES=  https://codemadness.org/releases/json2tsv/
 
diff -r 202d2e50ce68 -r cf936d3de0f8 textproc/json2tsv/distinfo
--- a/textproc/json2tsv/distinfo        Sat May 28 18:42:34 2022 +0000
+++ b/textproc/json2tsv/distinfo        Sat May 28 18:44:41 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/12/21 14:49:05 leot Exp $
+$NetBSD: distinfo,v 1.9 2022/05/28 18:44:41 leot Exp $
 
-BLAKE2s (json2tsv-0.8.tar.gz) = 135af037b29056581613165eb79a92747e98f46b31385696fe1e9779f693ad4c
-SHA512 (json2tsv-0.8.tar.gz) = ef2f540a9b648dd696bf71beabaa21e74b748bb6b9a44d95cb536680fd226a37719f71cd1881eceafd27c9968c093ff90711cc663f022a8dba65f9333fbdd063
-Size (json2tsv-0.8.tar.gz) = 7631 bytes
+BLAKE2s (json2tsv-0.9.tar.gz) = b3ff4ee2a0d954ddd1017963fc8bea24a66a5268bbb9339cb58f5a9d0284085e
+SHA512 (json2tsv-0.9.tar.gz) = 5d462cd4e88f1eceb8a305369dcba41a17a489b92ba0056fd2b86ab42502d0348ea73789cc77f91bad898165bbc1eacc3adbd0bdb5aacf03a99d22996785ee26
+Size (json2tsv-0.9.tar.gz) = 7786 bytes



Home | Main Index | Thread Index | Old Index