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
This commit is contained in:
parent
92bca9a69f
commit
1464558f7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fa43c838ecf5356f221a91a41c81dba22e7860c5474b4a61723259898173e4a
|
||||
size 114321
|
3
DateTime-Format-Strptime-1.78.tar.gz
Normal file
3
DateTime-Format-Strptime-1.78.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5143cb8032301b49abef8b989cbfa7592e78db29b7b8c3b874bb0b9489e0d90f
|
||||
size 116987
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 03:07:36 UTC 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 1 03:14:01 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user