From 1464558f7c2dba425afbacd149a26eb96f893418512990e77ea28c95fe579149 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 17 Dec 2020 08:10:06 +0000 Subject: [PATCH] Accepting request 856571 from devel:languages:perl:autoupdate - 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. OBS-URL: https://build.opensuse.org/request/show/856571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=49 --- DateTime-Format-Strptime-1.77.tar.gz | 3 --- DateTime-Format-Strptime-1.78.tar.gz | 3 +++ perl-DateTime-Format-Strptime.changes | 16 ++++++++++++++++ perl-DateTime-Format-Strptime.spec | 10 +++++----- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 DateTime-Format-Strptime-1.77.tar.gz create mode 100644 DateTime-Format-Strptime-1.78.tar.gz diff --git a/DateTime-Format-Strptime-1.77.tar.gz b/DateTime-Format-Strptime-1.77.tar.gz deleted file mode 100644 index 90045d4..0000000 --- a/DateTime-Format-Strptime-1.77.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fa43c838ecf5356f221a91a41c81dba22e7860c5474b4a61723259898173e4a -size 114321 diff --git a/DateTime-Format-Strptime-1.78.tar.gz b/DateTime-Format-Strptime-1.78.tar.gz new file mode 100644 index 0000000..d4195c3 --- /dev/null +++ b/DateTime-Format-Strptime-1.78.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5143cb8032301b49abef8b989cbfa7592e78db29b7b8c3b874bb0b9489e0d90f +size 116987 diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index 9203837..1106e1b 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Dec 16 03:07:36 UTC 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 1 03:14:01 UTC 2020 - diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index bf67034..2fbfa4c 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-Format-Strptime # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-DateTime-Format-Strptime -Version: 1.77 +Version: 1.78 Release: 0 %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns License: Artistic-2.0 Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DateTime) >= 1.00 -BuildRequires: perl(DateTime::Locale) >= 1.230000 +BuildRequires: perl(DateTime::Locale) >= 1.300000 BuildRequires: perl(DateTime::Locale::Base) BuildRequires: perl(DateTime::Locale::FromData) BuildRequires: perl(DateTime::TimeZone) >= 2.09 @@ -47,7 +47,7 @@ BuildRequires: perl(Test::Warnings) BuildRequires: perl(Try::Tiny) BuildRequires: perl(parent) Requires: perl(DateTime) >= 1.00 -Requires: perl(DateTime::Locale) >= 1.230000 +Requires: perl(DateTime::Locale) >= 1.300000 Requires: perl(DateTime::Locale::Base) Requires: perl(DateTime::Locale::FromData) Requires: perl(DateTime::TimeZone) >= 2.09