Bug 1990679 - perl-IO-Async-0.79 is available
Summary: perl-IO-Async-0.79 is available
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-IO-Async
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Emmanuel Seyman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1991442 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-06 00:33 UTC by Upstream Release Monitoring
Modified: 2021-08-09 12:03 UTC (History)
5 users (show)

Fixed In Version: perl-IO-Async-0.79-1.fc35
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-08-09 12:03:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Upstream Release Monitoring 2021-08-06 00:33:06 UTC
Latest upstream release: 0.79
Current version/release in rawhide: 0.78-4.fc35
URL: http://search.cpan.org/dist/IO-Async

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from anitya: https://release-monitoring.org/project/7999/

Comment 1 Emmanuel Seyman 2021-08-08 10:24:28 UTC
Built for rawhide:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1815668

Comment 2 Emmanuel Seyman 2021-08-09 07:46:03 UTC
*** Bug 1991442 has been marked as a duplicate of this bug. ***

Comment 3 Jitka Plesnikova 2021-08-09 07:53:40 UTC
The build perl-IO-Async-0.79-1.fc35 failed with an error:

Nothing was ready after 10 second wait; called at /builddir/build/BUILD/IO-Async-0.79/blib/lib/IO/Async/Test.pm line 214
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 3.
t/70future-io.t .............. 
Dubious, test returned 255 (wstat 65280, 0xff00)
All 3 subtests passed

Comment 4 Petr Pisar 2021-08-09 12:03:34 UTC
That test is clock sensitive:

$ prove -b t/70future-io.t -v
t/70future-io.t .. 
ok 1 - Future::IO->sleep took at least 1.5
ok 2 - Future::IO->sleep took no more than 4
ok 3 - Future::IO->sysread
ok 4 - Future::IO->syswrite
ok 5 - Future::IO->syswrite wrote data
1..5
ok
All tests successful.
Files=1, Tests=5,  2 wallclock secs ( 0.02 usr  0.00 sys +  0.08 cusr  0.01 csys =  0.11 CPU)
Result: PASS

A subsequent build passed.


Note You need to log in before you can comment on or make changes to this bug.