diff --git a/Task-Kensho-Dates-0.40.tar.gz b/Task-Kensho-Dates-0.40.tar.gz deleted file mode 100644 index 4801e62..0000000 --- a/Task-Kensho-Dates-0.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51e6451b5eff47fe09461f0f4609e61a16093a1bb5e26eede264034c5acc8596 -size 24330 diff --git a/Task-Kensho-Dates-0.41.tar.gz b/Task-Kensho-Dates-0.41.tar.gz new file mode 100644 index 0000000..3292137 --- /dev/null +++ b/Task-Kensho-Dates-0.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32ee750caa520c311ed79c243bd81ec70604318283532d7ee375adedc7c48ac +size 25401 diff --git a/perl-Task-Kensho-Dates.changes b/perl-Task-Kensho-Dates.changes index 5123af2..e642d25 100644 --- a/perl-Task-Kensho-Dates.changes +++ b/perl-Task-Kensho-Dates.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jul 4 03:11:58 UTC 2021 - Tina Müller + +- updated to 0.41 + see /usr/share/doc/packages/perl-Task-Kensho-Dates/Changes + + 0.41 2021-07-03 + - Async: added Future, Mojo::IOLoop, MCE, Parallel::ForkManager + - Dates: added Time::Piece; removed Date::Tiny, Time::Tiny, DateTime::Tiny + - ExcelCSV: replaced Spreadsheet::ParseExcel with Spreadsheet::Read, + added Excel::Writer::XLSX + - Hackery: added ojo + - Logging: added Log::Any + - Testing: added Test2::Suite + - WebCrawling: added Mojo::UserAgent + - WebDev: added Web::Simple + ------------------------------------------------------------------- Thu Dec 6 16:19:19 UTC 2018 - Stephan Kulow diff --git a/perl-Task-Kensho-Dates.spec b/perl-Task-Kensho-Dates.spec index 7ebbc76..4f0c109 100644 --- a/perl-Task-Kensho-Dates.spec +++ b/perl-Task-Kensho-Dates.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Task-Kensho-Dates # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,32 +16,26 @@ # -Name: perl-Task-Kensho-Dates -Version: 0.40 -Release: 0 %define cpan_name Task-Kensho-Dates +Name: perl-Task-Kensho-Dates +Version: 0.41 +Release: 0 Summary: Glimpse at an Enlightened Perl: Date Modules License: Artistic-1.0 OR GPL-1.0-or-later -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/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Date::Tiny) BuildRequires: perl(DateTime) -BuildRequires: perl(DateTime::Tiny) BuildRequires: perl(Time::Moment) BuildRequires: perl(Time::ParseDate) -BuildRequires: perl(Time::Tiny) -Requires: perl(Date::Tiny) +BuildRequires: perl(Time::Piece) Requires: perl(DateTime) -Requires: perl(DateTime::Tiny) Requires: perl(Time::Moment) Requires: perl(Time::ParseDate) -Requires: perl(Time::Tiny) +Requires: perl(Time::Piece) %{perl_requires} %description @@ -77,11 +71,11 @@ individual tasks will always install all their modules by default. This facilitates the ease and simplicity the distribution aims to achieve. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -92,7 +86,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENCE README +%doc Changes README +%license LICENCE %changelog