From 8c25dadec4bcf01a9e39df260730342a384fe8f01518709bb208e77885a79cdb Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Fri, 22 Aug 2025 21:34:08 +0000 Subject: [PATCH] Automatic update to v0.170.0 (0.17) --- Future-IO-0.16.tar.gz | 3 --- Future-IO-0.17.tar.gz | 3 +++ perl-Future-IO.changes | 13 +++++++++++++ perl-Future-IO.spec | 16 ++++++++-------- 4 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 Future-IO-0.16.tar.gz create mode 100644 Future-IO-0.17.tar.gz diff --git a/Future-IO-0.16.tar.gz b/Future-IO-0.16.tar.gz deleted file mode 100644 index 1a32439..0000000 --- a/Future-IO-0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d69710570caec151b1fc5e71581ed1ec793d427946094af4229da5e61a3cb602 -size 25652 diff --git a/Future-IO-0.17.tar.gz b/Future-IO-0.17.tar.gz new file mode 100644 index 0000000..4ea4518 --- /dev/null +++ b/Future-IO-0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62a5b5b185efb2a23dad73647bbcf854a0d461d4e507a665102dedc0864a150 +size 27223 diff --git a/perl-Future-IO.changes b/perl-Future-IO.changes index 55bda93..91ed489 100644 --- a/perl-Future-IO.changes +++ b/perl-Future-IO.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Aug 22 21:34:07 UTC 2025 - Tina Müller + +- updated to 0.170.0 (0.17) + see /usr/share/doc/packages/perl-Future-IO/Changes + + 0.17 2025-07-15 + [CHANGES] + * Added new `->send`, `->recv` and `->recvfrom` socket IO wrapping + methods + * Provide `->read` and `->write` as better names for what were named + `->sysread` and `->syswrite` + ------------------------------------------------------------------- Tue Sep 17 05:30:56 UTC 2024 - Tina Müller diff --git a/perl-Future-IO.spec b/perl-Future-IO.spec index b98d3db..4755bc3 100644 --- a/perl-Future-IO.spec +++ b/perl-Future-IO.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Future-IO # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Future-IO Name: perl-Future-IO -Version: 0.160.0 +Version: 0.170.0 Release: 0 -# 0.16 -> normalize -> 0.160.0 -%define cpan_version 0.16 +# 0.17 -> normalize -> 0.170.0 +%define cpan_version 0.17 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Future-returning IO methods URL: https://metacpan.org/release/%{cpan_name} @@ -32,11 +32,11 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Future) -BuildRequires: perl(Module::Build) >= 0.4004 +BuildRequires: perl(Module::Build) >= 0.400.400 BuildRequires: perl(Struct::Dumb) BuildRequires: perl(Test2::V0) -BuildRequires: perl(Test::ExpectAndCheck) >= 0.60.0 -BuildRequires: perl(Test::Future::IO::Impl) +BuildRequires: perl(Test::ExpectAndCheck) >= 0.60 +BuildRequires: perl(Test::Future::IO::Impl) >= 0.150 Requires: perl(Future) Requires: perl(Struct::Dumb) Provides: perl(Future::IO) = %{version} @@ -56,7 +56,7 @@ this, while allowing asynchronous event systems to provide an implementation of these operations. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Build.PL --installdirs=vendor -- 2.49.0