8
0

Accepting request 890282 from devel:languages:perl:autoupdate

- 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.

OBS-URL: https://build.opensuse.org/request/show/890282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=51
This commit is contained in:
2021-05-04 14:39:28 +00:00
committed by Git OBS Bridge
parent 1464558f7c
commit 995b1778a2
4 changed files with 24 additions and 13 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon May 3 03:06:56 UTC 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 03:07:36 UTC 2020 - Tina Müller <timueller+perl@suse.de>