Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Text-CSV_XS-1.46-1.el9 RPM for ppc64le

From EPEL 9 for ppc64le / Packages / p

Name: perl-Text-CSV_XS Distribution: Fedora Project
Version: 1.46 Vendor: Fedora Project
Release: 1.el9 Build date: Thu Dec 9 21:32:14 2021
Group: Unspecified Build host: buildvm-ppc64le-17.iad2.fedoraproject.org
Size: 326239 Source RPM: perl-Text-CSV_XS-1.46-1.el9.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/Text-CSV_XS
Summary: Comma-separated values manipulation routines
Text::CSV provides facilities for the composition and decomposition of
comma-separated values.  An instance of the Text::CSV class can combine
fields into a CSV string and parse a CSV string into fields.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Mar 24 2021 Paul Howarth <paul@city-fan.org> - 1.46-1
  - Update to 1.46
    - It's 2021
    - New attribute comment_str (RFC 4180-bis)
    - New attribute skip_empty_rows (RFC 4180-bis)
    - http → https in links in docs
    - Fix several issues with auto-detecting \r as EOL
    - Tested on perl-5.6.1 .. perl-5.32.1 and perl-5.33.8 (145)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Dec 24 2020 Paul Howarth <paul@city-fan.org> - 1.45-1
  - Update to 1.45
    - Update to Devel::PPPort-3.62
    - Allow adding to existing data in csv (out => $ref)
    - examples/csv2xlsx: -L # to limit records to export
    - examples/csv2xlsx: --de # for possible double-encoding fix
    - examples/csv2xlsx: Check if .xlsx is creatable before conversion
    - Add examples/csv-split
    - Small documentation additions
    - Fix META issue for bug tracker
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jul 23 2020 Paul Howarth <paul@city-fan.org> - 1.44-1
  - Update to 1.44
    - 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
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.43-2
  - Perl 5.32 rebuild
* Wed May 27 2020 Paul Howarth <paul@city-fan.org> - 1.43-1
  - Update to 1.43
    - Add --parser-opt[=value] to csv-check
    - Add -L and -X to csv-check
    - Fix undef value in attribute setters for strings (GH#24)
    - Document quote (undef) is not supported
* Tue May 19 2020 Paul Howarth <paul@city-fan.org> - 1.42-1
  - Update to 1.42
    - 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> (GH#21)
    - Fix type caching (CPAN RT#132344)
    - Small doc fix by Nick Tonkin <1nickt> (GH#22)
    - Fix sep=; being ignored in ->header (GH#23)
* Sun Feb 16 2020 Paul Howarth <paul@city-fan.org> - 1.41-1
  - Update to 1.41
    - 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 (GH#19)
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Sep 15 2019 Paul Howarth <paul@city-fan.org> - 1.40-1
  - Update to 1.40
    - Update to Devel::PPPort-3.52
    - Development perl is now 5.28.2
    - [csv2xlsx] sheetnames are restricted to 31 characters
    - Generate cpanfile
    - Add munge type "db"
    - [csv2xls/csv2xlsx] do not generate xls/xlsx on empty CSV (GH#18)
    - New: support $csv->formula (sub { ... })
    - Support stacked encodings
  - Use %{make_build} and %{make_install}
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.39-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.39-2
  - Perl 5.30 rebuild

Files

/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/ab076d1b98e2cc513c68542d74f07378353b48
/usr/lib64/perl5/vendor_perl/Text
/usr/lib64/perl5/vendor_perl/Text/CSV_XS.pm
/usr/lib64/perl5/vendor_perl/auto/Text
/usr/lib64/perl5/vendor_perl/auto/Text/CSV_XS
/usr/lib64/perl5/vendor_perl/auto/Text/CSV_XS/CSV_XS.so
/usr/share/doc/perl-Text-CSV_XS
/usr/share/doc/perl-Text-CSV_XS/CONTRIBUTING.md
/usr/share/doc/perl-Text-CSV_XS/ChangeLog
/usr/share/doc/perl-Text-CSV_XS/README
/usr/share/doc/perl-Text-CSV_XS/examples
/usr/share/doc/perl-Text-CSV_XS/examples/csv-check
/usr/share/doc/perl-Text-CSV_XS/examples/csv-split
/usr/share/doc/perl-Text-CSV_XS/examples/csv2xls
/usr/share/doc/perl-Text-CSV_XS/examples/csv2xlsx
/usr/share/doc/perl-Text-CSV_XS/examples/csvdiff
/usr/share/doc/perl-Text-CSV_XS/examples/parser-xs.pl
/usr/share/doc/perl-Text-CSV_XS/examples/rewrite.pl
/usr/share/doc/perl-Text-CSV_XS/examples/speed.pl
/usr/share/man/man3/Text::CSV_XS.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 19 01:38:05 2024