8
0

Compare commits

2 Commits

Author SHA256 Message Date
89d527e761 Accepting request 1235273 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1235273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Future-IO?expand=0&rev=7
2025-01-07 19:52:39 +00:00
0a0635295c - updated to 0.160.0 (0.16)
see /usr/share/doc/packages/perl-Future-IO/Changes
  0.16    2024-09-16
          [CHANGES]
           * Added `Future::IO->load_impl` convenience method for toplevel
             applications

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Future-IO?expand=0&rev=14
2025-01-06 16:47:56 +00:00
4 changed files with 20 additions and 8 deletions

View File

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

3
Future-IO-0.16.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 17 05:30:56 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.160.0 (0.16)
see /usr/share/doc/packages/perl-Future-IO/Changes
0.16 2024-09-16
[CHANGES]
* Added `Future::IO->load_impl` convenience method for toplevel
applications
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 8 22:27:37 UTC 2024 - Tina Müller <tina.mueller@suse.com> Fri Mar 8 22:27:37 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -18,9 +18,10 @@
%define cpan_name Future-IO %define cpan_name Future-IO
Name: perl-Future-IO Name: perl-Future-IO
Version: 0.150.0 Version: 0.160.0
Release: 0 Release: 0
%define cpan_version 0.15 # 0.16 -> normalize -> 0.160.0
%define cpan_version 0.16
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Future-returning IO methods Summary: Future-returning IO methods
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -37,9 +38,9 @@ BuildRequires: perl(Test::ExpectAndCheck) >= 0.60.0
BuildRequires: perl(Test::Future::IO::Impl) BuildRequires: perl(Test::Future::IO::Impl)
Requires: perl(Future) Requires: perl(Future)
Requires: perl(Struct::Dumb) Requires: perl(Struct::Dumb)
Provides: perl(Future::IO) = 0.150.0 Provides: perl(Future::IO) = %{version}
Provides: perl(Future::IO::ImplBase) = 0.150.0 Provides: perl(Future::IO::ImplBase) = %{version}
Provides: perl(Future::IO::System) = 0.150.0 Provides: perl(Future::IO::System) = %{version}
%undefine __perllib_provides %undefine __perllib_provides
%{perl_requires} %{perl_requires}