pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Future



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Apr 26 13:56:06 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Future: Makefile distinfo

Log Message:
(devel/p5-Future) Updated to 0.45

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Future/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Future/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Future/Makefile
diff -u pkgsrc/devel/p5-Future/Makefile:1.21 pkgsrc/devel/p5-Future/Makefile:1.22
--- pkgsrc/devel/p5-Future/Makefile:1.21        Sat Apr 11 12:18:56 2020
+++ pkgsrc/devel/p5-Future/Makefile     Sun Apr 26 13:56:06 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/04/11 12:18:56 mef Exp $
+# $NetBSD: Makefile,v 1.22 2020/04/26 13:56:06 mef Exp $
 
-DISTNAME=      Future-0.44
+DISTNAME=      Future-0.45
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}

Index: pkgsrc/devel/p5-Future/distinfo
diff -u pkgsrc/devel/p5-Future/distinfo:1.15 pkgsrc/devel/p5-Future/distinfo:1.16
--- pkgsrc/devel/p5-Future/distinfo:1.15        Sat Apr 11 12:18:56 2020
+++ pkgsrc/devel/p5-Future/distinfo     Sun Apr 26 13:56:06 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/04/11 12:18:56 mef Exp $
+$NetBSD: distinfo,v 1.16 2020/04/26 13:56:06 mef Exp $
 
-SHA1 (Future-0.44.tar.gz) = a39f41d9f53d49399fc559794ee29b733a70eacc
-RMD160 (Future-0.44.tar.gz) = 507d9abc99f33d94b22f771c999932fba81a0d5e
-SHA512 (Future-0.44.tar.gz) = 770040cfff6049acea64e49c76b7e4788a3a9d957f6a54066ffc91eafea9ff5c5cfd7f6377d0f59b126ef313f72769ab7b2c7051988baf9683d393fa4c293bb5
-Size (Future-0.44.tar.gz) = 94561 bytes
+SHA1 (Future-0.45.tar.gz) = 91b97b16321099d8a1ef125740bcaaaf58105ffc
+RMD160 (Future-0.45.tar.gz) = 44d5885131a0e66abac48c56bb194b5d4805a79a
+SHA512 (Future-0.45.tar.gz) = 18609d053461fe1ad68fe43ea1961543a690aef4524d5f90a191de977bbe925b38892f71f0ac7099f0c5d934a7cb64d637acf71303cc8f4d7fd74d1586997ff7
+Size (Future-0.45.tar.gz) = 95758 bytes



Home | Main Index | Thread Index | Old Index