diff --git a/Task-Kensho-ModuleDev-0.40.tar.gz b/Task-Kensho-ModuleDev-0.40.tar.gz deleted file mode 100644 index fc4a830..0000000 --- a/Task-Kensho-ModuleDev-0.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a434eb2a8e3451c4e040c647a15d8594156baed09f16b85f5e89f83bc109a44d -size 24828 diff --git a/Task-Kensho-ModuleDev-0.41.tar.gz b/Task-Kensho-ModuleDev-0.41.tar.gz new file mode 100644 index 0000000..a237b39 --- /dev/null +++ b/Task-Kensho-ModuleDev-0.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319d55edbd578457410b7f8070620e94606ce09da20bbe9fb62c5b1000520e43 +size 25960 diff --git a/perl-Task-Kensho-ModuleDev.changes b/perl-Task-Kensho-ModuleDev.changes index 6880f8a..93b95d6 100644 --- a/perl-Task-Kensho-ModuleDev.changes +++ b/perl-Task-Kensho-ModuleDev.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jul 4 03:15:45 UTC 2021 - Tina Müller + +- updated to 0.41 + see /usr/share/doc/packages/perl-Task-Kensho-ModuleDev/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 Oct 22 09:21:22 UTC 2020 - Dirk Stoecker diff --git a/perl-Task-Kensho-ModuleDev.spec b/perl-Task-Kensho-ModuleDev.spec index 78e50b5..b31a0d5 100644 --- a/perl-Task-Kensho-ModuleDev.spec +++ b/perl-Task-Kensho-ModuleDev.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Task-Kensho-ModuleDev # -# Copyright (c) 2020 SUSE LLC +# 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,18 +16,16 @@ # -Name: perl-Task-Kensho-ModuleDev -Version: 0.40 -Release: 0 %define cpan_name Task-Kensho-ModuleDev +Name: perl-Task-Kensho-ModuleDev +Version: 0.41 +Release: 0 Summary: Glimpse at an Enlightened Perl: Module Development License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl 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(CPAN::Uploader) @@ -91,11 +89,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 @@ -106,7 +104,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENCE