Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Future (devel/p5-Future) Updated to 0.44



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e27da992d3b7
branches:  trunk
changeset: 428788:e27da992d3b7
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 11 12:18:56 2020 +0000

description:
(devel/p5-Future) Updated to 0.44

0.44    2020-03-25
        [CHANGES]
         * Added ->result; use that in unit tests and docs where appropriate
         * Slight performance boost in internals by direct field access rather
           than accessor methods
         * Document ->await properly; make it wait until ready
         * Discourage ->block_until_ready

0.43    2020-01-07
        [CHANGES]
         * Implement the Future::AsyncAwait::Awaitable API methods directly

diffstat:

 devel/p5-Future/Makefile |   4 ++--
 devel/p5-Future/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 77d985c4d23c -r e27da992d3b7 devel/p5-Future/Makefile
--- a/devel/p5-Future/Makefile  Sat Apr 11 12:13:25 2020 +0000
+++ b/devel/p5-Future/Makefile  Sat Apr 11 12:18:56 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2019/11/16 00:39:01 mef Exp $
+# $NetBSD: Makefile,v 1.21 2020/04/11 12:18:56 mef Exp $
 
-DISTNAME=      Future-0.42
+DISTNAME=      Future-0.44
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
diff -r 77d985c4d23c -r e27da992d3b7 devel/p5-Future/distinfo
--- a/devel/p5-Future/distinfo  Sat Apr 11 12:13:25 2020 +0000
+++ b/devel/p5-Future/distinfo  Sat Apr 11 12:18:56 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/11/16 00:39:01 mef Exp $
+$NetBSD: distinfo,v 1.15 2020/04/11 12:18:56 mef Exp $
 
-SHA1 (Future-0.42.tar.gz) = 901649b95737e89dacdf0c2d465a51612d6c2dec
-RMD160 (Future-0.42.tar.gz) = 84afbfc358fa89ddaf9bb319b557dff93592bd17
-SHA512 (Future-0.42.tar.gz) = ab08a9e3d5d216b342a3fea2273e387b907425d12872abf5efa79eb18f2cc888f5063b011fe32d64b4862195814a713077f1b8325fc27659e96dbca46f98fa05
-Size (Future-0.42.tar.gz) = 93704 bytes
+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



Home | Main Index | Thread Index | Old Index