From ef8c14def53e2a0572170925dc269132dea0a2b358144a8cd9a4fc8ed71be480 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 3 Mar 2022 14:08:36 +0000 Subject: [PATCH] Accepting request 958995 from devel:languages:perl:autoupdate - updated to 1.56 see /usr/share/doc/packages/perl-DateTime/Changes 1.56 2022-03-02 - The DateTime->from_epoch constructor now accepts a single, non-hashref argument, and validates it as an epoch value. Requested by Neil Bowers. GH #119. OBS-URL: https://build.opensuse.org/request/show/958995 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=102 --- DateTime-1.55.tar.gz | 3 --- DateTime-1.56.tar.gz | 3 +++ perl-DateTime.changes | 12 ++++++++++++ perl-DateTime.spec | 8 +++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 DateTime-1.55.tar.gz create mode 100644 DateTime-1.56.tar.gz diff --git a/DateTime-1.55.tar.gz b/DateTime-1.55.tar.gz deleted file mode 100644 index 5b51aa5..0000000 --- a/DateTime-1.55.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83eee03e377e0e6f8bdaa250353b5860a551b69cec46a327e489145b97f5abd0 -size 319958 diff --git a/DateTime-1.56.tar.gz b/DateTime-1.56.tar.gz new file mode 100644 index 0000000..9d095ed --- /dev/null +++ b/DateTime-1.56.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3b5f42ee2b5ab94cbc27a76d2a3d1bbba3a867420753051577d5b74501b3a2 +size 322073 diff --git a/perl-DateTime.changes b/perl-DateTime.changes index 38c51d5..eaa3ccf 100644 --- a/perl-DateTime.changes +++ b/perl-DateTime.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 3 03:06:12 UTC 2022 - Tina Müller + +- updated to 1.56 + see /usr/share/doc/packages/perl-DateTime/Changes + + 1.56 2022-03-02 + + - The DateTime->from_epoch constructor now accepts a single, non-hashref + argument, and validates it as an epoch value. Requested by Neil Bowers. GH + #119. + ------------------------------------------------------------------- Fri Dec 24 03:06:11 UTC 2021 - Tina Müller diff --git a/perl-DateTime.spec b/perl-DateTime.spec index dc5eccf..b49adaa 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name DateTime Name: perl-DateTime -Version: 1.55 +Version: 1.56 Release: 0 -Summary: Date and time object for Perl License: Artistic-2.0 +Summary: Date and time object for Perl 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 @@ -39,6 +39,7 @@ BuildRequires: perl(Specio::Exporter) BuildRequires: perl(Specio::Library::Builtins) BuildRequires: perl(Specio::Library::Numeric) BuildRequires: perl(Specio::Library::String) +BuildRequires: perl(Specio::Subs) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::Warnings) >= 0.005 @@ -55,6 +56,7 @@ Requires: perl(Specio::Exporter) Requires: perl(Specio::Library::Builtins) Requires: perl(Specio::Library::Numeric) Requires: perl(Specio::Library::String) +Requires: perl(Specio::Subs) Requires: perl(Try::Tiny) Requires: perl(namespace::autoclean) >= 0.19 Requires: perl(parent)