forked from pool/perl-IO-Async
WIP: Automatic update to IO-Async-0.805.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90615432918164cd6f9e6dc2521195a4589606ffd017e03d5aa97f407d39c494
|
||||
size 253954
|
||||
BIN
IO-Async-0.805.tar.gz
LFS
Normal file
BIN
IO-Async-0.805.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 05:48:46 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.805.0 (0.805)
|
||||
see /usr/share/doc/packages/perl-IO-Async/Changes
|
||||
|
||||
0.805 2026-01-19
|
||||
[CHANGES]
|
||||
* Document and test that separate `->watch_io` calls for read and
|
||||
write-readiness work correctly
|
||||
* Implement (most of) the `Future::IO->poll` API in
|
||||
`Future::IO::Impl::IOAsync`
|
||||
|
||||
[BUGFIXES]
|
||||
* Ensure that `IO::Async::File` copes correctly with missing files
|
||||
(RT136578)
|
||||
* Test2's bail_out() is named in lowercase, not BAIL_OUT.
|
||||
* Update the `time_between()` test helper function to be better
|
||||
suited to `Test2`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 05:34:12 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IO-Async
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# 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 IO-Async
|
||||
Name: perl-IO-Async
|
||||
Version: 0.804.0
|
||||
Version: 0.805.0
|
||||
Release: 0
|
||||
# 0.804 -> normalize -> 0.804.0
|
||||
%define cpan_version 0.804
|
||||
# 0.805 -> normalize -> 0.805.0
|
||||
%define cpan_version 0.805
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Asynchronous event-driven programming
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -33,11 +33,11 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Future) >= 0.440
|
||||
BuildRequires: perl(Future::Utils) >= 0.180
|
||||
BuildRequires: perl(Module::Build) >= 0.4004
|
||||
BuildRequires: perl(Module::Build) >= 0.400.400
|
||||
BuildRequires: perl(Socket) >= 2.007
|
||||
BuildRequires: perl(Struct::Dumb)
|
||||
BuildRequires: perl(Test2::V0) >= 0.000149
|
||||
BuildRequires: perl(Test::Future::IO::Impl)
|
||||
BuildRequires: perl(Test::Future::IO::Impl) >= 0.170
|
||||
BuildRequires: perl(Test::Metrics::Any)
|
||||
Requires: perl(Future) >= 0.440
|
||||
Requires: perl(Future::Utils) >= 0.180
|
||||
@@ -97,7 +97,7 @@ well as IO handles, the loop also supports timers and signal handlers, and
|
||||
includes more higher-level functionality built on top of these basic parts.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
|
||||
Reference in New Issue
Block a user