Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-CSV_XS p5-Text-CSV_XS: update to 1.44.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35062f37b94a
branches:  trunk
changeset: 438530:35062f37b94a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 14:55:19 2020 +0000

description:
p5-Text-CSV_XS: update to 1.44.

1.44    - 2020-07-22, H.Merijn Brand
    * EBCDIC now fully functional
    * Prevent false negative CPANTESTERS fail reports
    * Fully tested on perl-5.32.0 and perl-5.33.0
    * Fix partly decoded fields in header (found by Eric Brine)

1.43    - 2020-05-27, H.Merijn Brand
    * Add --parser-opt[=value] to csv-check
    * Add -L & -X to csv-check
    * Fix undef value in attribute setters for strings (issue 24)
    * Document quote (undef) is not supported

1.42    - 2020-05-19, H.Merijn Brand
    * Update to Devel::PPPort-3.58
    * Unicode fixes for csv2xls and csv2xlsx
    * Add internal buffers to cache diagnostics
    * Fix positional reporting in examples/csv-check
    * Allow passing CSV parsing attributes to csv-check
    * Proof reading - doc fixes by Klaus Baldermann <soonix> (PR#21)
    * Fix type caching (RT#132344)
    * Small doc fix by Nick Tonkin <1nickt> (PR#22)
    * Fix sep=; being ignored in ->header (issue 23)

1.41    - 2020-02-16, H.Merijn Brand
    * Update to Devel::PPPort-3.56
    * csv2xls uses sheetname as csv2xlsx
    * csv2xlsx: support images (each image gets its own tab)
    * More docs. (Data validation)
    * It's 2020
    * No binary literals in fixed error messages
    * Fix auto_diag > 2 to die when headers are used (issue 19)

diffstat:

 textproc/p5-Text-CSV_XS/Makefile |   5 ++---
 textproc/p5-Text-CSV_XS/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 4bc130342a3d -r 35062f37b94a textproc/p5-Text-CSV_XS/Makefile
--- a/textproc/p5-Text-CSV_XS/Makefile  Mon Sep 07 14:54:33 2020 +0000
+++ b/textproc/p5-Text-CSV_XS/Makefile  Mon Sep 07 14:55:19 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.80 2020/08/31 18:12:00 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2020/09/07 14:55:19 wiz Exp $
 
-DISTNAME=      Text-CSV_XS-1.40
+DISTNAME=      Text-CSV_XS-1.44
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
 EXTRACT_SUFX=  .tgz
diff -r 4bc130342a3d -r 35062f37b94a textproc/p5-Text-CSV_XS/distinfo
--- a/textproc/p5-Text-CSV_XS/distinfo  Mon Sep 07 14:54:33 2020 +0000
+++ b/textproc/p5-Text-CSV_XS/distinfo  Mon Sep 07 14:55:19 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2019/11/12 13:52:19 mef Exp $
+$NetBSD: distinfo,v 1.54 2020/09/07 14:55:19 wiz Exp $
 
-SHA1 (Text-CSV_XS-1.40.tgz) = 24bfa8e6b00ebc31b984b8e78ae1452f02a9461b
-RMD160 (Text-CSV_XS-1.40.tgz) = 081a9d5dd96249e4e32971f826adb14514608e97
-SHA512 (Text-CSV_XS-1.40.tgz) = 1570c6ff08487603e428d889e9f917766ff8d053727924db6b5f2ab28b0161faa9496d44eba2f466ea2447b1ec8491313857cb447a948a0b9194a6e1c56e961c
-Size (Text-CSV_XS-1.40.tgz) = 182655 bytes
+SHA1 (Text-CSV_XS-1.44.tgz) = 6c8a8ff2f8a5252cd952be8d513cf262a32e0782
+RMD160 (Text-CSV_XS-1.44.tgz) = 5855fd03ea026e589398cdca55ebac24b5abe6d1
+SHA512 (Text-CSV_XS-1.44.tgz) = 7f5ded1f6f617c2f3e6aaeb03c639be2231bcc9643f7362b8a09051d98aad1a796f900cac0078eafc1a0be28e431c5a0f94ecd8f1e3514505e9ab3a0ee492eb8
+Size (Text-CSV_XS-1.44.tgz) = 212377 bytes



Home | Main Index | Thread Index | Old Index