Mon, 01 Jul 2024 11:30:44 UTC | login

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

ID166382
Package Nameperl-Text-CSV_XS
Version1.43
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Text-CSV_XS.git#d2acf2bb0f9fdde00631d4b48e685dd266acb043
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
StartedTue, 14 Jul 2020 19:20:16 UTC
CompletedTue, 14 Jul 2020 19:41:08 UTC
Taskbuild (f33, /rpms/perl-Text-CSV_XS.git:d2acf2bb0f9fdde00631d4b48e685dd266acb043)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Text-CSV_XS.git#d2acf2bb0f9fdde00631d4b48e685dd266acb043'}}
Tags
f33
RPMs
src
perl-Text-CSV_XS-1.43-2.fc33.src.rpm (info) (download)
riscv64
perl-Text-CSV_XS-1.43-2.fc33.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debuginfo-1.43-2.fc33.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debugsource-1.43-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * 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