SHA256
9
0
forked from pool/perl-Future

Accepting request 796452 from devel:languages:perl:autoupdate

- updated to 0.45
   see /usr/share/doc/packages/perl-Future/Changes
  0.45    2020-04-22
          [CHANGES]
           * API changes to make duck-typing closer to Promises/A+ et.al:
              + Allow sequencing methods to yield non-Future results; upgrade
                them to being Future-wrapped
              + Add ->resolve and ->reject as aliases of ->done and ->fail
           * Recognise PERL_FUTURE_STRICT environment variable to restore
             previous sequencing method behaviour
  
          [BUGFIXES]
           * ->without_cancel still needs to cancel result if caller is
             cancelled
           * Ensure all Future::AsyncAwait interop methods properly respect
             subclassing

OBS-URL: https://build.opensuse.org/request/show/796452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Future?expand=0&rev=30
This commit is contained in:
2020-04-23 09:27:20 +00:00
committed by Git OBS Bridge
parent c698a31863
commit 70516a4f90
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94d837158bcd99b0640b62027e274d331b0376ac1d0ce1508a7560832ce1c3b4
size 94561

3
Future-0.45.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce8cab6bb940434ffbf2465771bf6ed55df36ddca5bebc1024e7d4d07802a6c0
size 95758

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Apr 23 03:10:19 UTC 2020 - <timueller+perl@suse.de>
- updated to 0.45
see /usr/share/doc/packages/perl-Future/Changes
0.45 2020-04-22
[CHANGES]
* API changes to make duck-typing closer to Promises/A+ et.al:
+ Allow sequencing methods to yield non-Future results; upgrade
them to being Future-wrapped
+ Add ->resolve and ->reject as aliases of ->done and ->fail
* Recognise PERL_FUTURE_STRICT environment variable to restore
previous sequencing method behaviour
[BUGFIXES]
* ->without_cancel still needs to cancel result if caller is
cancelled
* Ensure all Future::AsyncAwait interop methods properly respect
subclassing
-------------------------------------------------------------------
Wed Mar 25 03:09:19 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-Future
Version: 0.44
Version: 0.45
Release: 0
%define cpan_name Future
Summary: Represent an operation awaiting completion