[libspreadsheet-read-perl] branch master updated (ec9fb2e -> d62b491)

gregor herrmann gregoa at debian.org
Wed Nov 15 18:56:00 UTC 2017


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

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

      from  ec9fb2e   releasing libspreadsheet-read-perl version 0.69-1
      adds  b982707   Add label functionality to ::Sheet
      adds  40d61a6   Allow label to be passed on read for CSV and sc
      adds  ee6663b   typo
      adds  aa3ff61   more typo's
      adds  fa91472   Add ->column and ->cellcolumn for ::Sheet
      adds  6562809   Add col2id sub/method
      adds  5669b0b   Sanitize filenames for xls2csv --all
      adds  32d1501   Changelog & versions
      adds  9449bb1   col2label better reflects its purpose
      adds  054d1a0   Fix sorting in xlscat for un-aligned columns
      adds  ad3f979   Code cleanup
      adds  c1abd8e   Versions
      adds  e3a38b5   Add option to show column labels A..BZ style
      adds  3f1979b   Add row index as label for -L
      adds  7a8044e   -L = -ss
      adds  15f03cf   It's 2017
      adds  7a41865   Be overly verbose about maxrow and maxcol being 1-based (RT#120476)
      adds  a8dff01   versions & release
      adds  59e9aa8   Use -w as intended
      adds  5f2e1e8   versions
      adds  85bdb09   Precedence issue
      adds  7ea8a20   No trailing spaces on xlscat -L
      adds  e8a9adf   Add option pivot
      adds  75270ef   versions
      adds  3179fa4   Lexicalize code snippet (issue#12)
      adds  6492187   Add attr method
      adds  8b8ef48   Remove special chars from worksheet name component only as chars such as : and \ are valid path components on Windows
      adds  4a9b2e7   Merge pull request #13 from himanshugarg/master
      adds  c9e753e   Add Changelog entry for PR#13
      adds  6be5fc2   Add refresh to ss2tk/csv2tk
      adds  efe5631   Add shortcut for UTF-8 output to xlscat
      adds  503fc53   Versions
      adds  fc9a7b2   Upgrade recommended modules to required for cpancover
      adds  1221181   Add active. Undocumented as unfinished
      adds  a05121e   get_active_sheet is only available as of Spreadsheet::ParseExcel 0.61
      adds  6419f12   Support password protected spreadsheets (implementation just for Excel)
      adds  948cddf   Skip beta-part of version
      adds  504e760   spelling
      adds  831e858   Skip invalid sheets, do not warn on undefined labels
      adds  28248ab   Make active work
      adds  bf6585c   Eradicate Spreadsheet::XLSX::Reader::LibXML support code
      adds  71a4f0a   Add tests, improve coverage
      adds  480695a   versions
      adds  0e028fa   Spreadsheet::XLSX::Reader::LibXML support completely dropped
      adds  a30dab1   New options for ss2tk (font specs and SS labels)
      adds  99595cc   Safer xls2csv option parsing/passing
      adds  d897e5a   use option value instead of hard-coded | for separator
      adds  d2e7c7e   Allow sorting inside CSV
      adds  8dcdaf8   Pass all unrecognized -- options to the parser
      adds  63087b4   Fix ReadData ("a,b,c\n1,2,3\n", parser => "csv")
      adds  6ae1298   Modernize ss2tk
      adds  c6ea0a0   RT #114903 files
      adds  19cfbfa   A simple CSV test file
      adds  172b6c0   Test fiel for PM#1178127
      adds  2f22d32   CAdd tests for opening CSV from plain string and variants
      adds  c5d6155   IO refs are already decided on. Now warn on unknown types
      adds  b618381   perlcritic
      adds  1438683   Drop 5.8.0 support. 5.8.1 is now minimum
      adds  b222943   auto-run perlcritic now that it is clean
      adds  31902a2   versions
      adds  b989688   versions and loose ends
      adds  2c77856   Re-enable opening CSV files with bad characters in the filename
      adds  fb458e1   Versions
      adds  4a5ffe3   Windows does not like an exec with arguments that have spaces (PR#15)
      adds  760f479   Three fixes from Andrew Gregory w.r.t. clipping
      adds  cfbb38b   versions
      adds  fd90bd1   File names cannot have \0 in newer perls
      adds  3314ed4   New upstream version 0.75
       new  5e9cef8   Update upstream source from tag 'upstream/0.75'
       new  1bdb1fa   Update debian/changelog
       new  dc4e5df   Update years of upstream and packaging copyright.
       new  6f949d5   Bump versioned (build) dependency on libdata-peek-perl.
       new  73d76f2   Declare compliance with Debian Policy 4.1.1.
       new  d62b491   releasing package libspreadsheet-read-perl version 0.75-1

The 6 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                |  44 ++++++
 MANIFEST               |   2 +
 META.json              | 170 ++++++++++-----------
 META.yml               |  10 +-
 Makefile.PL            |  47 ++++--
 README                 |   7 +-
 Read.pm                | 405 ++++++++++++++++++++++++++++++++-----------------
 debian/changelog       |   9 ++
 debian/control         |   6 +-
 debian/copyright       |   4 +-
 examples/ss-dups-tk.pl |   2 +-
 examples/ss2tk         | 163 ++++++++++++++------
 examples/xls2csv       |  31 ++--
 examples/xlscat        |  83 ++++++----
 files/Active2.xls      | Bin 0 -> 23552 bytes
 files/Active2.xlsx     | Bin 0 -> 8541 bytes
 t/10_basics.t          |  36 ++---
 t/200_csv.t            |  23 ++-
 t/203_csv.t            |  23 ++-
 t/205_csv.t            |  28 +++-
 t/210_csv.t            |   4 +-
 t/220_csv.t            |   4 +-
 t/30_xls.t             |   4 +-
 t/36_xls.t             |  11 +-
 t/600_xlsx.t           |   4 +-
 t/610_xlsx.t           |   8 +-
 t/615_perc.t           |   4 +-
 t/620_xlsx.t           |   4 +-
 28 files changed, 768 insertions(+), 368 deletions(-)
 create mode 100644 files/Active2.xls
 create mode 100644 files/Active2.xlsx

-- 
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