[libspreadsheet-read-perl] branch master updated (8b438c5 -> 99ffd81)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Apr 25 21:28:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libspreadsheet-read-perl.

      from  8b438c5   update changelog
      adds  60c4f87   Start using git VCS. Initial checking for 0.25 tobe
      adds  9d16968   More stuff to skip
      adds  1e7090a   Full support for Text::CSV (version 1.00 and up)
      adds  11e27c4   Release 0.25
      adds  71833fa   Added examples/xls2csv Upped copyright to 2008 in examples Don't ask to install examples under automated testing Added tgzdist make target
      adds  487fc27   Encoding schemes
      adds  179ed37   Added encoding options to examples/xlscat
      adds  5159f1e   New date checks for Spreadsheet::ParseExcel > 0.33     (might want to integrate that into overruling for older versions) Removed \ from format
      adds  de7b61a   Default yyyy-mm-dd is now backward compatible with older versions of Spreadsheet::ParseExcel Also an option to Read ()
      adds  1c45664   Prepare for 0.26
      adds  76f9f16   Fixed META.yml generation Upped YAML specs to 1.4
      adds  2d28a74   Added --dtfmt to examples/xlscat
      adds  35a589f   Incorporate check on minimal version in META.yml generation
      adds  c79e31a   Incorporate the META.yml check in 'make tgzdist'
      adds  6d289b4   Release 0.27
      adds  b570f18   More data to test in Dates.xls
      adds  18c9bce   Declare Spreadsheet::ParseExcel::FmtDefault Bump to YAML 1.4 in header
      adds  180a70c   Add (font)size
      adds  7d85e3b   Update docs about Excel quircks and CPAN links
      adds  6843cdc   Reference to public git repo Some typo's
      adds  230c3b1   Add leakchecks
      adds  e274545   I prefer the most recent Text::CSV_XS
      adds  d7e3cb9   Date checks for not-yet-released Spreadsheet::ParseExcel should not be shipped
      adds  892b1b4   Here we go
      adds  cfdd222   Make Read safer for files that do not match extension, like HTML in foo.xls
      adds  19ca0cd   Remove Debian_CPANTS.txt after use
      adds  b5e5a09   [rt.cpan.org #39358] Minor spelling changes to the README in Spreadsheet::Read
      adds  a183e7a   readonly META.yml
      adds  8e7a7ad   Add -A to help output
      adds  1884103   YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
      adds  a6811b5   Recommend Text-CSV-0.56
      adds  3709609   Bring Makefile.PL in sync with META.yml
      adds  87d8c17   Prepare for extra YAML validity test Test is still broken, so it's not active
      adds  20094d3   Wrong e-mail in META.yml
      adds  71d2982   CSV files from a Mac, with \r as eol, would not parse
      adds  d1a2f1e   Moving forward, releasing as 0.30
      adds  09f17c2   Happy new year.
      adds  050edd8   Patch for percentage format (Patrick Michaud)
      adds  c6bfb98   Detection of percentage type Even more reliable detection of Date types
      adds  7a29b4f   0.31
      adds  1c7e639   Swap got/expected
      adds  98ff3b5   Add support for M$ Excel 2007 using Spreadsheet::XLSX Several things to skip now, but it is a start!
      adds  d4c61a4   Re-order YAML, so Parse::CPAN::Meta is happy too (and can be used)
      adds  f35c151   don't hang in release -t
      adds  528eb79   Make testsuite report what parser it found/uses
      adds  b15590f   Spreadsheet::XLSX-0.08 is just a requirement update
      adds  a618518   0.32
      adds  4906028   Don't test with versions older than the minimal requirement
      adds  eaa08cf   prevent checkers to detect modules that are not used unless we know they can be, and even then are not required for the test suite to run
      adds  de5cfc9   s/5/4/g, as .5 might get rounded to 1
      adds  436e06a   Test with all the common YAML parsers. "YAML" is known to be broken, YAML::XS, YAML::Syck, YAML::Tiny and Parse::CPAN::Meta all behave fine
      adds  07cea01   Declare Spreadsheet::XLSX::Fmt2007
      adds  788db65   Some Perl::Critic changes
      adds  f99191b   make testYAML executable
      adds  0c0cb60   Kwalitee tests are done in make tgzdist
      adds  7eb4c17   recommend most recent versions
      adds  b9ee111   A useful application worth sharing: ss-dups-tk.pl
      adds  c200460   Go for it. 0.33
      adds  7c45d71   All new parser versions
      adds  5474f24   Text::CSV_XS requires 0.29 or up, as we use ->eof ()
      adds  0b15a6b   add Test::NoWarnings
      adds  86b72c9   undef and 0 are not legal cell names
      adds  33396ab   Text::CSV_XS 0.62 is Test::NoWarnings safe. 0.61 is not
      adds  55acdf2   add resources/repository in META.yml
      adds  5c400b5   Test::NoWarnings is not used in AUTOMATED_TESTING switched to Test::More 0.88 using tests_done ()
      adds  9c0af27   add configure_requires to META.yml
      adds  d90888a   Added -n to xlscat
      adds  e4d9dc0   small reformat of Changes incl typoes
      adds  7b7145b   Add pprove (not for public consumption)
      adds  2352406   Do not depend on XLSX actual version
      adds  0782336   XLSX tests skip on feature, not on version recommend latest versions
      adds  eb5507a   recommend newest versions (tested with them)
      adds  7cb5071   Be clear how to fetch most recent source
      adds  9847823   Require Text::CSV_XS for CSV for auto-detection of \r
      adds  87e31a1   Add strip option
      adds  c0f112e   Move attributes from TODO to own section
      adds  393ce0c   Spreadsheet::XLSX 0.12 still does not support attributes
      adds  357d3c9   New attribute "parser" to force format Allow CSV streams
      adds  8c427d5   Allow SC  streams
      adds  fd51ad1   Support real streams for XLS/XLSX
      adds  6742667   Extra tests for .txt read as csv few test cleanups
      adds  bff2e80   Streams seem to be done now.
      adds  c406ffc   IO streams done better Misnamed t/24_csv.t as .txt
      adds  bb6433c   IO streams improvements MANIFEST fix
      adds  8622886   Updated META.yml to meet most recent specs (optional_features = map)
      adds  9971674   Add row () and cellrow ()
      adds  a37127f   Recommend (and tested with) most recent modules
      adds  596e216   sync up Makefile.PL with generated META.yml
      adds  7370204   Doc fix (RT#54507, Patrick Cronin)
      adds  3e00042   Upped Copyright notices to 2010
      adds  224c122   Check installed/recommended module versions
      adds  78174f5   Drop YAML version to 1.0
      adds  70ba989   [rt.cpan.org #56151] default value of clip is incorrect
      adds  813f46b   Text-CSV_XS 0.73 released
      adds  f6e2b66   Note change in Changelog
      adds  e22d115   Release 0.40
      adds  9eae608   Spell-check
      adds  9824f4f   Check spelling before a make tgzdist
      adds  152c7c2   Fixed requiring optional modules (RT#61928 - Roderick Schupp)
      adds  d9611b9   New versions
      adds  39feb7b   Add --html to xlscat
      adds  909fd4a   Copyright upped to 2011
      adds  f24639c   Recommend latest versions
      adds  5f26bd4   New version deps
      adds  04b77a4   Force CSV parser when in-sep is given
      adds  49c27c5   prefer Data::Peek over Data::Dumper if available
      adds  d9ef68b   Changelog
      adds  78876f1   Some HTML beautifications on output (CSS)
      adds  a16ba30   Changed name in META.yml (RT#69574)
      adds  7f6a2a1   Ignore generated META files
      adds  a14b7ce   More cross-checks for META data
      adds  f70b9c6   Make minimal version checks subtests
      adds  8ec6b35   more perls to test with
      adds  0e09535   NAME / DISTNAME in Makefile.PL
      adds  d5feb65   Text::CSV_XS 0.85 is out now
      adds  df5ea70   Make all my ChangeLog's look more or less the same
      adds  369a303   Updated copyright to 2012
      adds  0384b58   xiao test case for encoding
      adds  fe6a5c4   dropped deprecated comment in CSS
      adds  60c7116   Support passing attributes to the underlying parser
      adds  fcc97ce   loose ends before a new possible dist
      adds  e689e87   Do not strip fields in sheets with no cells at all (RT#74976)
      adds  d177b47   Versions update
      adds  9a4442c   Note that empty sheets are skipped when clip is true (RT#75277)
      adds  22c8aad   meta-spec in json is an integer
      adds  a4bd9d6   Allow undef as valid value for the options
      adds  6b4f09b   Tidy docs (whitespace)
      adds  bae828a   versions
      adds  d650c78   Don't raise warnings if only generating one of cells or rc
      adds  85b4ece   No more testing on 5.6.0 and 5.6.1 due to toolchain issues
      adds  d050904   perl5.17 requires { to be escaped in regex when used as literal
      adds  6d39d92   versions
      adds  0942d52   Versions
      adds  df7932f   Improve documentation consistency (RT#80409)
      adds  a7b0f37   Updated copyright to 2013
      adds  3c8b869   Add libreoffice as alias for odt/sxc
      adds  e908cc6   nopermute is useless for xlscat
      adds  a221ed1   Force old(er) tar format (ustar) - assumes GNU tar on release box
      adds  e5a56d0   Fix yml/json optional_features
      adds  364b6c3   Show how to find the syntax that requires newer version(s)
      adds  3cba148   Update META checker
      adds  091e1b6   Release 0.48
      adds  c3f13e6   The Lancaster Consensus changes the META-2.0 to 1.4 conversion
      adds  770011e   Versions
      adds  2f7968f   /dev/null cannot be used for tests on Windows
      adds  ae5599d   More perl versions to test under
      adds  d3be322   Added xlsgrep to examples
      adds  5d569c0   A spreadsheet has rows, not lines
      adds  fcd2739   Versions
      adds  1475bad   ws spreadsheet format testing stuff
      adds  73652e7   iwr spreadsheet testing stuff
      adds  f6d60d7   add xls_grep
      adds  8e8e47d   Allow -C B,D for xlscat
      adds  12c99fc   Versions
      adds  cddd49c   return 0 on requested help
      adds  228d3f9   More prominent reference to xlscat in docs
      adds  b1a54d7   Distributions are not allowed to have linked files
      adds  6eb08f2   Don't take xlsgrep in MANIFEST
      adds  63f4bdb   added --color as alias for --ansi in xlscat
      adds  95168ea   Store CSV parse error - if any - in $ss->[0]{error}
      adds  c5cd93f   Release 0.52
      adds  c4565a5   Updated copyright to 2014
      adds  e9cde0a   Prefer Data::Peek over Data::Dumper
      adds  08e1863   prepare support for Spreadsheet::ParseXLSX
      adds  94da535   Spreadsheet::ParseExcel date format checks
      adds  191352b   Extended date testing for ParseXLSX
      adds  c8cf5a6   DateFormat "d-mmm" is correct in ParseXLSX (bug in ParseExcel)
      adds  24d2ff5   Better color conversion for xls and xlsx
      adds  5b14cee   bad skip count for dates
      adds  b5bf4ca   Different return value for invisible part of merged fields in XLSX
      adds  c09a3e7   Spreadsheet::ParseXLSX has been released
      adds  5877f71   Prepare for release
      adds  59b208d   Optional features required versions now builtin
      adds  5b65eb5   Actually *prefer* Data::Peek, but use Data::Dumper if not avail
      adds  2fc504e   Minumum version for Text::CSV_PP is 1.17
      adds  9d64c8f   Release 0.54
      adds  e872c70   New versions, plus testing upstream
      adds  3d92949   Mention Spreadsheet::CSV in documentation
      adds  b4f4834   Versions
      adds  ae755a8   Add ssdiff to examples
      adds  3c4bb5a   Amend -n to also number in HTML mode
      adds  8ba3bb6   Versions
      adds  1608324   used-by
      adds  97de8b8   Changelog
      adds  5f2660d   Updated copyright to 2015
      adds  f0f4a34   versions
      adds  8480fe3   Output UTF-8 in xlscat and xlsgrep
      adds  e346de6   versions
      adds  0e4ceb4   Versions
      adds  61c7c37   Moved project to github
      adds  e9f9cad   Add --sort to xlscat
      adds  68f3a9f   clip before conversion in XLS and XLSX
      adds  25004ab   Save Julia's test files
      adds  c7d6da7   Prevent double-localizing of $/
      adds  8a0ea3d   Note perl5 core ticket number in changelog
      adds  61fc8be   test with current perl blead
      adds  55adac5   No need to do release check on old(er) perls
      adds  ca67b67   Remove perl recommendation from META as it breaks cpan clients
      adds  3a5d9b7   Move sort instruction to correct place in xlscat's help
      adds  e532177   Add check for ChangeLog date
      adds  b6fe082   versions
      adds  5b54bc0   Minimal support (+ docs) for merged cells
      adds  f798cb8   MinimumVersion improvements
      adds  51ceebd   versions
      adds  e4c06d4   Enable Travis
      adds  02ba984   Try getting Travis to install all optional parts too
      adds  e4cb8ee   all dependencies are optional
      adds  f6ce00d   Travis notifications to IRC
      adds  4f714b6   Only decode in HTML if needed
      adds  4a2683c   Use official methods for merged cells on Excel
      adds  f49f31e   Make parser errors report at one level up
      adds  76720c9   Make parser checks safer
      adds  1c9e8ad   Versions - awaiting Spreadsheet::ParseXLSX release
      adds  8d84e25   Don't over-eagerly select non-existing columns with -C
      adds  2f3d15f   Allow -h with -L
      adds  2f91d01   versions
      adds  b658dc5   versions
      adds  9aa598c   No merged cell support in Spreadsheet::XLSX
      adds  a1acdf3   Skip date check in changes when testing versions from upper level
      adds  ed85dc1   Release
      adds  a348f1a   Discourage Spreadsheet::XLSX
      adds  7cac2e7   New meta checks (QAH 2105)
      adds  c99eb8f   links to other modules
      adds  b04fee1   Merge pull request #2 from szabgab/patch-1
      adds  d46f089   discourage is stronger than not encouraged
      adds  c19ece0   merge used-by changes from Text::CSV_XS
      adds  19c68d7   pod update
      adds  54ef094   Merge pull request #3 from szabgab/patch-2
      adds  1bd9b98   Be a bit less rude
      adds  197c8fb   sync meta-stuff
      adds  893eb79   keep a test script
      adds  9c2b1ef   A single space is not an empty field
      adds  b9f9208   Strip the correct selection (RT#105197)
      adds  abec903   sync used-by from CSV_XS
      adds  bcf679d   versions
      adds  43aada2   prevent calling VERSION with no argument
      adds  bfa3cfa   some perlcritic finds I agree with
      adds  a1a11ef   version handling and object invocation
      adds  367aa7b   Allow to prefer your own parser in %ENV
      adds  ea703d7   Prepare to allow Spreadsheet::XLSX::Reader::LibXML
      adds  46edb56   typo in docs
      adds  6188107   another typo
      adds  260b6ad   Prepare for perl-5.22 in travis
      adds  c33e666   Add test file for PM problem
      adds  b0bd0be   revert travis enable 5.22. It's not yet ready :(
      adds  27944de   Basic support for Spreadsheet::XLSX::Reader::LibXML
      adds  9c252a2   remove useless semicolon
      adds  5f21216   Copy files if they cannot be hardlinked
      adds  814b965   Merge pull request #6 from bentglasstube/fix-hard-link
      adds  2d2a50a   style. fix PR layout
      adds  830036a   Changes + credit
      adds  4047d20   Add a contributing guide
      adds  3f5587a   references to my .perltidyrc and .perlcriticrc
      adds  331255b   nice md links. reads better
      adds  00f63be   ask travis nicely to install all supported parsers
      adds  826cc5b   Spreadsheet::XLSX::Reader::LibXML-0.38.8 still returns percentage as numeric
      adds  8fd5982   Up minimal XLSX::Reader::LibXML minimal version
      adds  b722c6b   These prereqs are not pre-installed on OSX
      adds  e910e95   Spreadsheet::Perl is not even supported
      adds  fcdc28d   Try passing osx on travis
      adds  96d33a4   Travis: try to see if this restores PASS on Linux
      adds  ba67af5   Prefer US spelling
      adds  5e3d20b   Prepare for colors in XLSX::Reader::LibXML
      adds  2ea247c   whitspace
      adds  7efde8d   A new attr.xlsx with Format:row 13 and Format:column D hidden
      adds  53631a9   Guard against negative minrow
      adds  91486bc   Fix pod links
      adds  7b9da67   don't call printf with empty format
      adds  bbf0955   Documentation works
      adds  223ffd9   _merge_map guard
      adds  c3ba773   skip 637 while in state of flux (merge issues in XLSX::Reader::LibXML)
      adds  a315763   Support Spreadsheet::XLSX::Reader::LibXML requires version v0.38.14Support Spreadsheet::XLSX::Reader::LibXML requires version v0.38.14
      adds  36b4772   Check minimum version for pre-selected parser
      adds  20ceb7d   do not check the parser version value in 600
      adds  5a5abe2   Merge used-by works
      adds  21dfebb   Disable Spreadsheet::XLSX::Reader::LibXML for perl-5.10 and older
      adds  9e7cd52   $cell can be undef or scalar
      adds  8403660   Catch up with Spreadsheet::XLSX::Reader::LibXML
      adds  4b84ae8   Disable Spreadsheet::XLSX::Reader::LibXML on author request
      adds  460d713   Remove Spreadsheet::XLSX::Reader::LibXML from supported list in docs
      adds  62896ae   versions and used-by merge
      adds  f81d4b5   Spelling
      adds  3385349   versions
      adds  2e63474   Disable Travis/OSX while they do not really support it
      adds  13e7dc5   New ParseXLSX
      adds  774b656   merge META work
      adds  30af614   Add 5.22 to travis
      adds  74b0b14   It's 2016
      adds  93a33a2   Spreadsheet::XLSX seems to be inconsistent on some Debian
      adds  4d75c18   Decode utf-16be entries in Excel when appropriate
      adds  8164bec   Two examples in xlscat
      adds  5064d1c   Versions
      adds  9167070   Imported Upstream version 0.64
       new  6d14bdc   Merge tag 'upstream/0.64'
       new  52b5127   Update debian/changelog
       new  b83bc21   Update years of upstream copyright
       new  3c46c67   Update Debian packaging copyright
       new  8d9510b   Declare compliance with Debian policy 3.9.8
       new  63e714a   debian/control: update dependencies
       new  99ffd81   Releasing libspreadsheet-read-perl version 0.64-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                |   6 +++
 META.json              | 141 +++++++++++++++++++++++++------------------------
 META.yml               |   7 +--
 Makefile.PL            |   1 +
 README                 |   2 +-
 Read.pm                |   8 ++-
 debian/changelog       |  14 ++++-
 debian/control         |  18 ++++---
 debian/copyright       |   3 +-
 examples/ss-dups-tk.pl |   2 +-
 examples/ss2tk         |   2 +-
 examples/xls2csv       |   2 +-
 examples/xlscat        |   8 ++-
 t/625_perc.t           |   7 +--
 14 files changed, 126 insertions(+), 95 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libspreadsheet-read-perl.git



More information about the Pkg-perl-cvs-commits mailing list