Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-DateTime-Format-Strptime | Distribution: openSUSE:Factory:zSystems |
Version: 1.79 | Vendor: openSUSE |
Release: 1.12 | Build date: Mon May 3 05:06:56 2021 |
Group: Unspecified | Build host: reproducible |
Size: 109999 | Source RPM: perl-DateTime-Format-Strptime-1.79-1.12.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/DateTime-Format-Strptime | |
Summary: Parse and format strp and strf time patterns |
This 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.
Artistic-2.0
* Mon May 03 2021 Tina Müller <timueller+perl@suse.de> - updated to 1.79 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.79 2021-05-02 * Fix too-strict type checking for time zones. This module now uses the same check as DateTime itself, which allows for things that don't subclass DateTime::TimeZone as long as they provide the same API. Reported by E. Choroba. GH #30. * Wed Dec 16 2020 Tina Müller <timueller+perl@suse.de> - updated to 1.78 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.78 2020-12-15 * Fix tests for new failure caused by locale data changes in DateTime::Locale 1.29. Reported by cthulhu8zombie. GH #28. * Added a warning about using locale-specific patterns. Some of these patterns can change quite a bit as the locale data is updated, so using them for parsing does not produce stable results across time. This is what caused the test failures that this release fixes. * Sun Mar 01 2020 <timueller+perl@suse.de> - updated to 1.77 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.77 2020-02-29 * When the parsed string contained an invalid time zone offset (parsed with "%z") like "-9999", the error handling set in the parser's constructor was ignored and an exception was always thrown. Reported by x-qq. GH #25. * Fri Feb 08 2019 Stephan Kulow <coolo@suse.com> - updated to 1.76 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.76 2019-02-07 [BACKWARDS INCOMPATIBILITIES] * The ability to set the pattern, time_zone, and locale via accessor methods has been removed. This was deprecated over three years ago in version 1.60. It also turns out that the setting was actually broken for a long time but no one seemed to notice, so I think it's afe to remove this feature. * Wed Feb 07 2018 coolo@suse.com - updated to 1.75 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.75 2017-12-24 - Fixed tests to pass with blead Perl. Reported by James Keenan. GH #19. * Fri Aug 04 2017 coolo@suse.com - updated to 1.74 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.74 2017-08-03 - Fix text to not rely on a very specific exception message from Specio. This was broken in 0.39. Reported by Slaven Rezić. GH #18. * Thu May 25 2017 coolo@suse.com - updated to 1.73 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.73 2017-01-31 - The format_datetime now checks that the object it is given isa DateTime object. Implemented by Mohammad S Anwar. GitHub #17. 1.72 2017-01-24 - Require DateTime::Locale 1.05. This fixes some test failures seen on CPAN Testers. Also 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). 1.71 2017-01-24 - By default, the word boundary checks added in 1.69 are now off. You can enable them by passing "strict => 1" to the constructor. This was reported as an issue by Toby Corkindale as GitHub #15. - Switched from Params::Validate to Params::ValidationCompiler. * Mon Dec 12 2016 coolo@suse.com - updated to 1.70 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.70 2016-12-10 - Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z. Previously only ±HHMM where accepted. PR from Christian Hansen, GitHub #13. 1.69 2016-12-04 (TRIAL RELEASE) - The word boundary check supposedly added in 1.67 didn't really work properly, and still matched too much. For example, the pattern "%d-%m-%y" would match "2016-11-30" and turn it into November 16, 2030. This also had problems at the end of strings, so that the same pattern would improperly match "30-11-2016" as November 30, 2020. Reported by Erik Huelsmann. GitHub [#11]. - Added docs for several formats which had long been supported but not documented. These are %P, %c, %x, and %X. Reported by Alexander Hartmaier. GH #10. * Sat Dec 03 2016 chris@computersalat.de - fix deps * perl(DateTime::Locale) >= 0.45 (not 0.450000) * Mon May 23 2016 coolo@suse.com - updated to 1.68 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.68 2016-05-08 - Author tests are no longer in t/. This makes running tests for non-authors much faster. Requested by Kent Fredric. RT #114237.
/usr/lib/perl5/vendor_perl/5.38.2/DateTime /usr/lib/perl5/vendor_perl/5.38.2/DateTime/Format /usr/lib/perl5/vendor_perl/5.38.2/DateTime/Format/Strptime /usr/lib/perl5/vendor_perl/5.38.2/DateTime/Format/Strptime.pm /usr/lib/perl5/vendor_perl/5.38.2/DateTime/Format/Strptime/Types.pm /usr/share/doc/packages/perl-DateTime-Format-Strptime /usr/share/doc/packages/perl-DateTime-Format-Strptime/CODE_OF_CONDUCT.md /usr/share/doc/packages/perl-DateTime-Format-Strptime/CONTRIBUTING.md /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes /usr/share/doc/packages/perl-DateTime-Format-Strptime/README.md /usr/share/doc/packages/perl-DateTime-Format-Strptime/azure-pipelines.yml /usr/share/doc/packages/perl-DateTime-Format-Strptime/bench /usr/share/doc/packages/perl-DateTime-Format-Strptime/precious.toml /usr/share/licenses/perl-DateTime-Format-Strptime /usr/share/licenses/perl-DateTime-Format-Strptime/LICENSE /usr/share/man/man3/DateTime::Format::Strptime.3pm.gz /usr/share/man/man3/DateTime::Format::Strptime::Types.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 12:25:21 2024