Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Spreadsheet-ReadSXC p5-Spreadsheet-ReadSXC: up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f47c546e99f3
branches:  trunk
changeset: 438455:f47c546e99f3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 11:58:29 2020 +0000

description:
p5-Spreadsheet-ReadSXC: update to 0.24.

0.24  2019-10-08
    - Fix parsing the text of cells that only contain "0"
      These were returned as undef, instead of 0 unless the StandardCurrency
      option was used.
    - Fix parsing multiple sheets. If the first cell of the new table was empty,
      the last defined value of the old table was used instead, if the
      real (instead of formatted) values were used.

0.23  2019-10-03
    - Add a test and fix for files with text in annotations - these caused
      a crash

0.22  2019-10-03
    - Lower Perl version requirement back to 5.8
      There is no current reason to require more.
    - API Change:
      Formatting or read errors in the compressed input or the XML are now
      fatal errors. Before, they returned the half-parsed data structure.
    - read_sxc() and read_xml_file can now also return a fatal error when the
      file is not found or not readable instead of returning undef. Pass a true
      value to the the StrictError option.
    - Bugfix/behaviour change: Cells with leading/trailing newlines now
      return those leading/trailing newlines in their values

0.21  2019-10-02
    - Add 'StandardCurrency' option to get at unformatted number values
    - Support unformatted values for ODS files
    - New maintainer Max Maischein (corion%corion.net@localhost)

diffstat:

 math/p5-Spreadsheet-ReadSXC/Makefile |   6 +++---
 math/p5-Spreadsheet-ReadSXC/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r e41ca1784e65 -r f47c546e99f3 math/p5-Spreadsheet-ReadSXC/Makefile
--- a/math/p5-Spreadsheet-ReadSXC/Makefile      Mon Sep 07 11:56:06 2020 +0000
+++ b/math/p5-Spreadsheet-ReadSXC/Makefile      Mon Sep 07 11:58:29 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2020/08/31 18:10:17 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/09/07 11:58:29 wiz Exp $
 #
 
-DISTNAME=      Spreadsheet-ReadSXC-0.20
+DISTNAME=      Spreadsheet-ReadSXC-0.24
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   11
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
 
@@ -15,6 +14,7 @@
 PERL5_PACKLIST=                auto/Spreadsheet/ReadSXC/.packlist
 
 DEPENDS+=      p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
+DEPENDS+=      p5-PerlIO-gzip-[0-9]*:../../devel/p5-PerlIO-gzip
 DEPENDS+=      p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
 
 .include "../../lang/perl5/module.mk"
diff -r e41ca1784e65 -r f47c546e99f3 math/p5-Spreadsheet-ReadSXC/distinfo
--- a/math/p5-Spreadsheet-ReadSXC/distinfo      Mon Sep 07 11:56:06 2020 +0000
+++ b/math/p5-Spreadsheet-ReadSXC/distinfo      Mon Sep 07 11:58:29 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 23:33:40 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/09/07 11:58:29 wiz Exp $
 
-SHA1 (Spreadsheet-ReadSXC-0.20.tar.gz) = dcbe5de22a7884c9600993052994f1e61d334c4c
-RMD160 (Spreadsheet-ReadSXC-0.20.tar.gz) = 297b8ee20d7543d7707847941c2ad781731beb34
-SHA512 (Spreadsheet-ReadSXC-0.20.tar.gz) = 9195ea28795be0557a4da2feef3d97f796dc93b919c29f6d57f4ccaf70a1c25326f86fc51ac2b73123b5f90364c2bccd9df0ceff77b432cc397b3484616df92d
-Size (Spreadsheet-ReadSXC-0.20.tar.gz) = 12938 bytes
+SHA1 (Spreadsheet-ReadSXC-0.24.tar.gz) = d929c6c232bcd9c6a970609eed204dfc4c0d739a
+RMD160 (Spreadsheet-ReadSXC-0.24.tar.gz) = ab3c40576176f65745ee85c2bfe366afd9592d8a
+SHA512 (Spreadsheet-ReadSXC-0.24.tar.gz) = 809b5e296b935a42c5de8599d97a567194a5cd02abb11b517897ece5219519a6f1accbd65d123a502d39729e296ec01689d91f30bc3493dad9b03474296cdcd0
+Size (Spreadsheet-ReadSXC-0.24.tar.gz) = 90964 bytes



Home | Main Index | Thread Index | Old Index