diff --git a/IO-Async-0.804.tar.gz b/IO-Async-0.804.tar.gz deleted file mode 100644 index f9d5451..0000000 --- a/IO-Async-0.804.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90615432918164cd6f9e6dc2521195a4589606ffd017e03d5aa97f407d39c494 -size 253954 diff --git a/IO-Async-0.805.tar.gz b/IO-Async-0.805.tar.gz new file mode 100644 index 0000000..cf36a1c --- /dev/null +++ b/IO-Async-0.805.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f997b74953dbdf63a750fcff4338d1bfacd89100e1fb27c3473f0a222a9a0c +size 257584 diff --git a/perl-IO-Async.changes b/perl-IO-Async.changes index 6226bba..d7677e6 100644 --- a/perl-IO-Async.changes +++ b/perl-IO-Async.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jan 21 05:48:46 UTC 2026 - Tina Müller + +- 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 diff --git a/perl-IO-Async.spec b/perl-IO-Async.spec index a26070e..e2cba8b 100644 --- a/perl-IO-Async.spec +++ b/perl-IO-Async.spec @@ -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