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
This commit is contained in:
parent
da11ba16cc
commit
ef8c14def5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83eee03e377e0e6f8bdaa250353b5860a551b69cec46a327e489145b97f5abd0
|
||||
size 319958
|
3
DateTime-1.56.tar.gz
Normal file
3
DateTime-1.56.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a3b5f42ee2b5ab94cbc27a76d2a3d1bbba3a867420753051577d5b74501b3a2
|
||||
size 322073
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user