8
0

WIP: Automatic update to Future-IO-0.18.tar.gz #2

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Future-IO:autoupdate into main
4 changed files with 26 additions and 8 deletions

Binary file not shown.

BIN
Future-IO-0.18.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 9 05:45:13 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.180.0 (0.18)
see /usr/share/doc/packages/perl-Future-IO/Changes
0.18 2026-01-08
[CHANGES]
* Added `->load_best_impl`
[BUGFIXES]
* Require `Test::Future::IO::Impl` version 0.16 for portability
bugfixes to the 'connect' and 'send' tests
* Be prepared for the fact that `IO::Socket->send` might throw
* Don't close() the local end of the STDIN stream in System.pm, as
that upsets most implementation modules
* `->send` in ImplBase should try agian using _send1, not _syswrite1
-------------------------------------------------------------------
Fri Aug 22 21:34:07 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Future-IO
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 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.170.0
Version: 0.180.0
Release: 0
# 0.17 -> normalize -> 0.170.0
%define cpan_version 0.17
# 0.18 -> normalize -> 0.180.0
%define cpan_version 0.18
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Future-returning IO methods
URL: https://metacpan.org/release/%{cpan_name}
@@ -36,7 +36,7 @@ BuildRequires: perl(Module::Build) >= 0.400.400
BuildRequires: perl(Struct::Dumb)
BuildRequires: perl(Test2::V0)
BuildRequires: perl(Test::ExpectAndCheck) >= 0.60
BuildRequires: perl(Test::Future::IO::Impl) >= 0.150
BuildRequires: perl(Test::Future::IO::Impl) >= 0.160
Requires: perl(Future)
Requires: perl(Struct::Dumb)
Provides: perl(Future::IO) = %{version}