Accepting request 830494 from devel:languages:perl:autoupdate

- updated to 1.28
   see /usr/share/doc/packages/perl-DateTime-Locale/Changes
  1.28     2020-08-28
  - Move a test that was added in 1.27 to xt. This test is a sensitive to small
    variations in error message text, and testing it locally and in CI is
    sufficient. Reported by Kent Fredric. GH #27.
  1.27     2020-08-28
  - The $locale->locale_data method now returns a deep clone of the locale's
    data. This allows you to safely modify any elements of the returned hash
    without breaking the original locale. Implemented by Alexander Pankoff. GH
    #26.
  - We now support loading locale data from relative directories in
    @INC. Implemented by Alexander Pankoff. GH #25.
  - When loading locale data, we now check $! for read errors, as well as
    checking for an error eval'ing the file's contents in $@. Fixed by Alexander
    Pankoff. GH #24.

OBS-URL: https://build.opensuse.org/request/show/830494
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=61
This commit is contained in:
Pedro Monreal Gonzalez 2020-08-31 06:37:36 +00:00 committed by Git OBS Bridge
parent d6dfee4a21
commit 4ff10f7e22
4 changed files with 33 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e43152a7ca4585a335958da0dd5e430b95a820f6de6456df26e7ec2a6649792
size 1389665

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c604d8c5c9c2739b78e0538a402283b82b1df419e60bef20b04843e4584bade
size 1391000

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Aug 29 03:10:10 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.28
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.28 2020-08-28
- Move a test that was added in 1.27 to xt. This test is a sensitive to small
variations in error message text, and testing it locally and in CI is
sufficient. Reported by Kent Fredric. GH #27.
1.27 2020-08-28
- The $locale->locale_data method now returns a deep clone of the locale's
data. This allows you to safely modify any elements of the returned hash
without breaking the original locale. Implemented by Alexander Pankoff. GH
#26.
- We now support loading locale data from relative directories in
@INC. Implemented by Alexander Pankoff. GH #25.
- When loading locale data, we now check $! for read errors, as well as
checking for an error eval'ing the file's contents in $@. Fixed by Alexander
Pankoff. GH #24.
-------------------------------------------------------------------
Sat Jul 4 03:08:59 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -17,10 +17,10 @@
Name: perl-DateTime-Locale
Version: 1.260000
Version: 1.280000
Release: 0
%define cpan_version 1.26
Provides: perl(DateTime::Locale) = 1.260000
%define cpan_version 1.28
Provides: perl(DateTime::Locale) = 1.280000
%define cpan_name DateTime-Locale
Summary: Localization support for DateTime.pm
License: Artistic-1.0 OR GPL-1.0-or-later
@ -40,13 +40,15 @@ BuildRequires: perl(File::ShareDir::Install) >= 0.06
BuildRequires: perl(IPC::System::Simple)
BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(Params::ValidationCompiler) >= 0.13
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Specio::Declare)
BuildRequires: perl(Specio::Library::String)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test2::Plugin::NoWarnings)
BuildRequires: perl(Test2::Plugin::UTF8)
BuildRequires: perl(Test2::Require::Module)
BuildRequires: perl(Test2::V0)
BuildRequires: perl(Test::File::ShareDir::Dist)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Test::More) >= 1.302015
BuildRequires: perl(namespace::autoclean) >= 0.19
Requires: perl(Dist::CheckConflicts) >= 0.02
Requires: perl(File::ShareDir)