pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Spreadsheet-Read Update to 0.66



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aeb8104277dd
branches:  trunk
changeset: 350180:aeb8104277dd
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jul 24 08:30:28 2016 +0000

description:
Update to 0.66

Upstream changes:
0.66    - 16 Jun 2016, H.Merijn Brand
    * Remove Spreadsheet::XLSX::Reader::LibXML test files from distribution
    * Allow old versions of Spreadsheet::ParseXLSX to "fail" on percentage tests

0.65    - 15 Jun 2016, H.Merijn Brand
    * Test with perl-5.24.0
    * Show parser-version used under debug
    * No more Spreadsheet::XLSX::Reader::LibXML
    * Cells will inherit hidden state from hidden rows and columns
    * Require 5.8.0 as 5.6.x does not include required Encode

0.64    - 22 Apr 2016, H.Merijn Brand
    * It's 2016
    * Allow inconsistent Spreadsheet::XLSX releases on Debian (tests)
    * Decode utf-16be entries in Excel when appropriate
    * Two examples in xlscat

0.63    - 10 Oct 2015, H.Merijn Brand
    * Guard against negative MinRow in XLSX
    * Documentation updated
    * Support Spreadsheet::XLSX::Reader::LibXML disabled on author request
    * Fix warning in utilities
    * Check minimum parser version for pre-selected parser

0.62    - 16 Aug 2015, H.Merijn Brand
    * Fix documentation structure
    * Test all supported parsers (not just the preferred one)
    * Basic support for Spreadsheet::XLSX::Reader::LibXML (work in progress)
    * Copy example file if link fails (Alan Berndt)
    * Add a contributing guide

0.61    - 13 Jun 2015, H.Merijn Brand
    * Discourage Spreadsheet::XLSX
    * A space is not an empty field in XLS
    * Strip the correct selection (RT#105197)

0.60    - 30 Mar 2015, H.Merijn Brand
    * No merged cell support in Spreadsheet::XLSX

0.59    - 26 Mar 2015, H.Merijn Brand
    * Minimal support (+ docs) for merged cells
    * Make parser errors report at one level up
    * Don't select non-existing columns in xlscat

0.58    - 11 Feb 2015, H.Merijn Brand
    * Remove perl recommendation from META as it breaks cpan clients
    * Move sort instruction to correct place in xlscat's help

0.57    - 08 Feb 2015, H.Merijn Brand
    * Moved project to github
    * Add --sort to xlscat
    * Clip before conversion
    * Removed an unneeded localizing of $/ (related to p5 RT#123218)

0.56    - 05 Jan 2015, H.Merijn Brand
    * printf does not play nice with encoding (related to RT#98436)
    * default output UTF-8 if whole line is UTF-8

0.55    - 01 Jan 2015, H.Merijn Brand
    * Mention Spreadsheet::CSV in documentation
    * Add ssdiff to examples
    * Amend xlscat -n to also number in HTML
    * Updated copyright to 2015

diffstat:

 math/p5-Spreadsheet-Read/Makefile |   5 ++---
 math/p5-Spreadsheet-Read/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r a9a717f17055 -r aeb8104277dd math/p5-Spreadsheet-Read/Makefile
--- a/math/p5-Spreadsheet-Read/Makefile Sun Jul 24 08:22:16 2016 +0000
+++ b/math/p5-Spreadsheet-Read/Makefile Sun Jul 24 08:30:28 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2016/06/08 19:24:04 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/07/24 08:30:28 wen Exp $
 #
 
-DISTNAME=      Spreadsheet-Read-0.54
+DISTNAME=      Spreadsheet-Read-0.66
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
 EXTRACT_SUFX=  .tgz
diff -r a9a717f17055 -r aeb8104277dd math/p5-Spreadsheet-Read/distinfo
--- a/math/p5-Spreadsheet-Read/distinfo Sun Jul 24 08:22:16 2016 +0000
+++ b/math/p5-Spreadsheet-Read/distinfo Sun Jul 24 08:30:28 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/03 23:33:40 agc Exp $
+$NetBSD: distinfo,v 1.11 2016/07/24 08:30:28 wen Exp $
 
-SHA1 (Spreadsheet-Read-0.54.tgz) = eb4aa7a89edc87173fd2c86b1e86da6a0a1a3062
-RMD160 (Spreadsheet-Read-0.54.tgz) = d1e44c7d6ba1201e17d42b9e158c6a006cc8dfd0
-SHA512 (Spreadsheet-Read-0.54.tgz) = 9280bb146fed1310afb60a4885dbe32ef25b7b3036091dc5bfdc63676dbb0072bc5bd8e0d6265e373b8aa2589819b17ee4b751fb8bc9dc48dcca3b27ae11788d
-Size (Spreadsheet-Read-0.54.tgz) = 133153 bytes
+SHA1 (Spreadsheet-Read-0.66.tgz) = 7a8205779fe1287deb12071c7ec361ed9df6ecf2
+RMD160 (Spreadsheet-Read-0.66.tgz) = 02e979727077bee345d1f30a0c186ae6de47a3b3
+SHA512 (Spreadsheet-Read-0.66.tgz) = 714c3febe9a1382cfba4939060d87d120fc4128e2873eb9ef6544389a4960ef396307992be34aa1905127b6ac24ba099855cea395a5d61efe94d6517c2c349d8
+Size (Spreadsheet-Read-0.66.tgz) = 163995 bytes



Home | Main Index | Thread Index | Old Index