Information for build perl-Text-CSV_XS-1.60-1.fc42

ID124811
Package Nameperl-Text-CSV_XS
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.60
Release1.fc42
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-Text-CSV_XS.git#00702837b9b362afbcdd8092c19efa1c05952705
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 bykojiadmin
State complete
Volume DEFAULT
StartedMon, 21 Apr 2025 20:18:08 CST
CompletedMon, 21 Apr 2025 20:43:07 CST
Taskbuild (f42-build-side-1, /rpms/perl-Text-CSV_XS.git:00702837b9b362afbcdd8092c19efa1c05952705)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Text-CSV_XS.git#00702837b9b362afbcdd8092c19efa1c05952705'}}
Tags
f42
RPMs
src
perl-Text-CSV_XS-1.60-1.fc42.src.rpm (info) (download)
riscv64
perl-Text-CSV_XS-1.60-1.fc42.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debuginfo-1.60-1.fc42.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debugsource-1.60-1.fc42.riscv64.rpm (info) (download)
Logs
riscv64
build.log
mock_output.log
hw_info.log
dnf5.log
installed_pkgs.log
mock_config.log
root.log
state.log
Changelog * Fri Jan 31 2025 Paul Howarth <paul@city-fan.org> - 1.60-1 - Update to 1.60 (rhbz#2343165) - Add SECURITY.md - CR/NL/CRNL inside quoted fields not affected by strict_eol - Fix incorrect error 2014 (GH#62) * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.59-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sun Jan 05 2025 Paul Howarth <paul@city-fan.org> - 1.59-1 - Update to 1.59 (rhbz#2335660) - Fixed EOL test for Windows with crnl layer - It is 2025 * Mon Dec 30 2024 Paul Howarth <paul@city-fan.org> - 1.58-1 - Update to 1.58 (rhbz#2334923) - Add strict_eol (warnings default in csv()) - Add XS line number in errors - Add streaming support (not set in stone) * Tue Nov 12 2024 Paul Howarth <paul@city-fan.org> - 1.57-1 - Update to 1.57 (rhbz#2325504) - Add on_error callback to csv() - Retain runtime error from csv() * Sun Aug 11 2024 Paul Howarth <paul@city-fan.org> - 1.56-1 - Update to 1.56 (rhbz#2303862) - Yet another strict/comment_str conflict (GH#57) - Strict affected by column_names * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.55-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jun 18 2024 Paul Howarth <paul@city-fan.org> - 1.55-1 - Update to 1.55 (rhbz#2292859) - More fixes for strict under bind_columns (GH#54) - Strict won't hide previous error (GH#56) - Update to Devel::PPPort-3.72 * Mon Jun 10 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1.54-2 - Perl 5.40 rebuild * Fri Apr 19 2024 Paul Howarth <paul@city-fan.org> - 1.54-1 - Update to 1.54 (rhbz#2275976) - It's 2024 - Fix comment_str with strict - Documentation fixes (CPAN RT#150757, CPAN RT#151546) * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.53-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.53-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Nov 23 2023 Paul Howarth <paul@city-fan.org> - 1.53-1 - Update to 1.53 (rhbz#2251219) - Two casts for -Wformat (GH#50) - Add --skip-empty to csv2xlsx - Add --font and --font-size to csv2xlsx - Fix skip_empty_rows ("skip") and trailing newlines (GH#52) - Fix comment in last line (CPAN RT#150501) * Thu Sep 21 2023 Paul Howarth <paul@city-fan.org> - 1.52-1 - Update to 1.52 (rhbz#2240080) - Fix possible coredump in cache on non-IO parse (GH#49) * Tue Aug 08 2023 Paul Howarth <paul@city-fan.org> - 1.51-1 - Update to 1.51 (rhbz#2229806) - Contact e-mail update - Attribute skip_empty_rows extended - Fix comments (GH#45) - Fix help (GH#46) - Update to Devel::PPPort-3.71 - Fix HTML on Windows - Fix double header-interpretation on bom + headers => "auto" (GH#47) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-2 - Perl 5.38 rebuild * Wed Mar 01 2023 Paul Howarth <paul@city-fan.org> - 1.50-1 - Update to 1.50 (rhbz#2174402) - Promote sep to sep_set in csv() with auto-headers - Fix bug in set_diag surfaced by PERL_RC_STACK