8
0

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
5 changed files with 11 additions and 37 deletions

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

BIN
Future-IO-0.17.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Future-IO/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Future-IO)

View File

@@ -1,16 +1,3 @@
-------------------------------------------------------------------
Fri Aug 22 21:34:07 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <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) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,25 +18,24 @@
%define cpan_name Future-IO
Name: perl-Future-IO
Version: 0.170.0
Version: 0.160.0
Release: 0
# 0.17 -> normalize -> 0.170.0
%define cpan_version 0.17
# 0.16 -> normalize -> 0.160.0
%define cpan_version 0.16
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Future-returning IO methods
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Future)
BuildRequires: perl(Module::Build) >= 0.400.400
BuildRequires: perl(Module::Build) >= 0.4004
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::ExpectAndCheck) >= 0.60.0
BuildRequires: perl(Test::Future::IO::Impl)
Requires: perl(Future)
Requires: perl(Struct::Dumb)
Provides: perl(Future::IO) = %{version}
@@ -56,7 +55,7 @@ this, while allowing asynchronous event systems to provide an
implementation of these operations.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Build.PL --installdirs=vendor