Accepting request 904172 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/904172 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Task-Kensho-Async?expand=0&rev=8
This commit is contained in:
commit
2c9d85ecdc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65ab84823fd0f5cb7b8aec3324fac88b49abfc1f5b9eb87aeff533e75f175086
|
||||
size 24206
|
3
Task-Kensho-Async-0.41.tar.gz
Normal file
3
Task-Kensho-Async-0.41.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba912823b15c22e0b59b93c5d631ade37344f660d69c1226aecdd7828a40aeae
|
||||
size 25543
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 03:09:24 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.41
|
||||
see /usr/share/doc/packages/perl-Task-Kensho-Async/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:18:19 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Task-Kensho-Async
|
||||
#
|
||||
# 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,24 +16,30 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Task-Kensho-Async
|
||||
Version: 0.40
|
||||
Release: 0
|
||||
%define cpan_name Task-Kensho-Async
|
||||
Name: perl-Task-Kensho-Async
|
||||
Version: 0.41
|
||||
Release: 0
|
||||
Summary: Glimpse at an Enlightened Perl: Async Programming
|
||||
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(Future)
|
||||
BuildRequires: perl(IO::Async)
|
||||
BuildRequires: perl(MCE)
|
||||
BuildRequires: perl(Mojo::IOLoop)
|
||||
BuildRequires: perl(POE)
|
||||
BuildRequires: perl(Parallel::ForkManager)
|
||||
Requires: perl(Future)
|
||||
Requires: perl(IO::Async)
|
||||
Requires: perl(MCE)
|
||||
Requires: perl(Mojo::IOLoop)
|
||||
Requires: perl(POE)
|
||||
Requires: perl(Parallel::ForkManager)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -69,11 +75,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
|
||||
@ -84,7 +90,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENCE README
|
||||
%doc Changes README
|
||||
%license LICENCE
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user