Bug 1859635 - Review Request: perl-Future-AsyncAwait - Deferred subroutine syntax for futures
Summary: Review Request: perl-Future-AsyncAwait - Deferred subroutine syntax for futures
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1859602 1859605
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-07-22 15:46 UTC by Petr Pisar
Modified: 2020-07-28 14:08 UTC (History)
2 users (show)

Fixed In Version: perl-Future-AsyncAwait-0.43-1.fc33
Clone Of:
Environment:
Last Closed: 2020-07-28 14:08:27 UTC
Type: ---
Embargoed:
jplesnik: fedora-review+


Attachments (Terms of Use)

Description Petr Pisar 2020-07-22 15:46:49 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Future-AsyncAwait/perl-Future-AsyncAwait.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Future-AsyncAwait/perl-Future-AsyncAwait-0.43-1.fc33.src.rpm
Description:
This Perl module provides syntax for deferring and resuming subroutines while
waiting for Futures to complete. This syntax aims to make code that performs
asynchronous operations using futures look neater and more expressive than
simply using then chaining and other techniques on the futures themselves.


Fedora Account System Username: ppisar

Comment 1 Jitka Plesnikova 2020-07-28 07:52:16 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed
BuildRequires are ok

$ rpm -qp --requires perl-Future-AsyncAwait-0.43-1.fc33.x86_64.rpm | sort | uniq -c | grep -v rpmlib
      1 libc.so.6()(64bit)
      1 libc.so.6(GLIBC_2.11)(64bit)
      1 libc.so.6(GLIBC_2.2.5)(64bit)
      1 libc.so.6(GLIBC_2.3.4)(64bit)
      1 libc.so.6(GLIBC_2.4)(64bit)
      1 libpthread.so.0()(64bit)
      1 libpthread.so.0(GLIBC_2.2.5)(64bit)
      1 perl(Carp)
      1 perl(Future)
      1 perl(:MODULE_COMPAT_5.32.0)
      1 perl(:VERSION) >= 5.14.0
      1 perl(warnings)
      1 perl(XSLoader)
      1 rtld(GNU_HASH)
Binary requires are Ok.

$ rpm -qp --provides perl-Future-AsyncAwait-0.43-1.fc33.x86_64.rpm | sort | uniq -c
      1 perl(Future::AsyncAwait) = 0.43
      1 perl-Future-AsyncAwait = 0.43-1.fc33
      1 perl(Future::AsyncAwait::Awaitable) = 0.43
      1 perl-Future-AsyncAwait(x86-64) = 0.43-1.fc33
Binary provides are Ok.

$ rpmlint ./perl-Future-AsyncAwait*
2 packages and 1 specfiles checked; 0 errors, 0 warnings.

Resolution:
Approved

Comment 3 Gwyn Ciesla 2020-07-28 13:00:58 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Future-AsyncAwait

Comment 4 Petr Pisar 2020-07-28 14:08:27 UTC
Thank you for the review and the repository.


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