Mon, 01 Jul 2024 11:49:49 UTC | login

Information for build perl-Text-CSV_XS-1.43-1.fc33

ID161556
Package Nameperl-Text-CSV_XS
Version1.43
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Text-CSV_XS.git#1ae7915106e0717c43b0eab3385de097b8ddfe40
SummaryComma-separated values manipulation routines
DescriptionText::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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 03 Jun 2020 20:03:00 UTC
CompletedWed, 03 Jun 2020 20:29:35 UTC
Taskbuild (f33, /rpms/perl-Text-CSV_XS.git:1ae7915106e0717c43b0eab3385de097b8ddfe40)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Text-CSV_XS.git#1ae7915106e0717c43b0eab3385de097b8ddfe40'}}
Tags
f33
RPMs
src
perl-Text-CSV_XS-1.43-1.fc33.src.rpm (info) (download)
riscv64
perl-Text-CSV_XS-1.43-1.fc33.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debuginfo-1.43-1.fc33.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debugsource-1.43-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Sat Mar 16 2019 Paul Howarth <paul@city-fan.org> - 1.39-1 - Update to 1.39 - It's 2019 - Fix tests to skip on Encode failing (GH#17) - Tested on Z/OS (s390x - Hercules) - Test with new Module::CPANTS::Analyse - Add options -w/-b/-Z to csvdiff - Fix strict on streaming EOF - Now also tested with cperl * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 02 2019 Paul Howarth <paul@city-fan.org> - 1.38-1 - Update to 1.38 - Name the duplicate headers on error 1013 - Add missing attributes to default list (documentation only) - Add support for combined keys - Look at $NO_COLOR for csvdiff - Add support for key-value pair * Thu Sep 27 2018 Paul Howarth <paul@city-fan.org> - 1.37-1 - Update to 1.37 - Moved pod-tests from t to xt - Add munge as alias for munge_column_names - Update to Devel::PPPort-3.43 - Simplified ref-check defines in XS (GH#12) - Tested against perl-5.29.3 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.36-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.36-2 - Perl 5.28 rebuild * Tue Jun 26 2018 Paul Howarth <paul@city-fan.org> - 1.36-1 - Update to 1.36 - Now also tested on FreeBSD-11.1 - Update to Devel::PPPort-3.42 - Fixed memory leak - Add undef_str attribute - Tested against perl-5.28.0 - Move from DynaLoader to XSLoader - Tested on Synology DSM - Switch upstream from search.cpan.org to metacpan.org