Accepting request 904080 from devel:languages:perl:autoupdate

- updated to 0.41
   see /usr/share/doc/packages/perl-Task-Kensho-CLI/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

OBS-URL: https://build.opensuse.org/request/show/904080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Task-Kensho-CLI?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2021-07-05 13:26:10 +00:00 committed by Git OBS Bridge
parent 5b67595bc5
commit 4e6cb19dac
4 changed files with 27 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jul 4 03:10:03 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.41
see /usr/share/doc/packages/perl-Task-Kensho-CLI/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
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 3 07:34:49 UTC 2019 - Stephan Kulow <coolo@suse.com> Wed Apr 3 07:34:49 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Task-Kensho-CLI # spec file for package perl-Task-Kensho-CLI
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,16 @@
# #
Name: perl-Task-Kensho-CLI
Version: 0.40
Release: 0
%define cpan_name Task-Kensho-CLI %define cpan_name Task-Kensho-CLI
Name: perl-Task-Kensho-CLI
Version: 0.41
Release: 0
Summary: Glimpse at an Enlightened Perl: Useful Command-line Tools Summary: Glimpse at an Enlightened Perl: Useful Command-line Tools
License: Artistic-1.0 OR GPL-1.0-or-later 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 Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(App::Ack) BuildRequires: perl(App::Ack)
@ -73,11 +71,11 @@ individual tasks will always install all their modules by default. This
facilitates the ease and simplicity the distribution aims to achieve. facilitates the ease and simplicity the distribution aims to achieve.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@ -88,7 +86,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README %doc Changes README
%license LICENCE %license LICENCE