Fri, 17 May 2024 09:19:15 UTC | login

Information for build perl-DateTime-Format-Strptime-1.75-3.fc29

ID49751
Package Nameperl-DateTime-Format-Strptime
Version1.75
Release3.fc29
Epoch1
SummaryParse and format strptime and strftime patterns
DescriptionThis module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 12 Jul 2018 18:32:12 UTC
CompletedThu, 12 Jul 2018 18:32:12 UTC
Tags
f29
RPMs
src
perl-DateTime-Format-Strptime-1.75-3.fc29.src.rpm (info) (download)
noarch
perl-DateTime-Format-Strptime-1.75-3.fc29.noarch.rpm (info) (download)
Changelog * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.75-3 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.75-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Dec 26 2017 Paul Howarth <paul@city-fan.org> - 1:1.75-1 - Update to 1.75 - Fixed tests to pass with blead Perl (GH#19) * Fri Aug 04 2017 Paul Howarth <paul@city-fan.org> - 1:1.74-1 - Update to 1.74 - Fix text not to rely on a very specific exception message from Specio; this was broken in 0.39 (GH#18) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.73-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.73-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.73-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 01 2017 Paul Howarth <paul@city-fan.org> - 1:1.73-1 - Update to 1.73 - The format_datetime method now checks that the object it is given isa DateTime object (GH#17) * Wed Jan 25 2017 Paul Howarth <paul@city-fan.org> - 1:1.72-1 - Update to 1.72 - By default, the word boundary checks added in 1.69 are now off; you can enable them by passing "strict => 1" to the constructor (GH#15) - Switched from Params::Validate to Params::ValidationCompiler - Require DateTime::Locale 1.05; this fixes some test failures seen on CPAN Testers - Require DateTime::TimeZone 2.09 because you should really update this on a regular basis - Require Specio 0.33 to fix other test failures seen on CPAN (I hope) * Sun Dec 11 2016 Paul Howarth <paul@city-fan.org> - 1:1.70-1 - Update to 1.70 - The word boundary check supposedly added in 1.67 didn't really work properly, and still matched too much (GH#11) - Added docs for several formats that have long been supported but not documented; these are %P, %c, %x, and %X (GH#10) - Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z; previously only ±HHMM were accepted (GH#13)