SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-DateTime-Format-Strptime-1.79-8.2.noarch.rpm :

* Mon May 03 2021 Tina Müller - 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 - 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 - 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 - 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 cooloAATTsuse.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 cooloAATTsuse.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 cooloAATTsuse.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 cooloAATTsuse.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 chrisAATTcomputersalat.de- fix deps
* perl(DateTime::Locale) >= 0.45 (not 0.450000)
* Mon May 23 2016 cooloAATTsuse.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.
 
ICM