pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Text-CSV_XS
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 7 14:55:19 UTC 2020
Modified Files:
pkgsrc/textproc/p5-Text-CSV_XS: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/textproc/p5-Text-CSV_XS/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/textproc/p5-Text-CSV_XS/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-Text-CSV_XS/Makefile
diff -u pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.80 pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.81
--- pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.80 Mon Aug 31 18:12:00 2020
+++ pkgsrc/textproc/p5-Text-CSV_XS/Makefile Mon Sep 7 14:55:19 2020
@@ -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
Index: pkgsrc/textproc/p5-Text-CSV_XS/distinfo
diff -u pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.53 pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.54
--- pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.53 Tue Nov 12 13:52:19 2019
+++ pkgsrc/textproc/p5-Text-CSV_XS/distinfo Mon Sep 7 14:55:19 2020
@@ -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