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: wiz
Date: Sat May 20 07:25:04 UTC 2023
Modified Files:
pkgsrc/devel/p5-Future: Makefile distinfo
Log Message:
p5-Future: update to 0.50.
0.50 2023-03-17
[CHANGES]
* Swap all unit tests from `Test::More` to `Test2::V0`
* Avoids test_requires on `Test::Refcount` or `Test::Fatal`
[BUGFIXES]
* Fix documentation minisynopsis on `->udata`
* Set `@CARP_NOT` so that `AWAIT_GET` rethrow appears to come from
the right location (RT145249)
0.49 2022-10-17
[CHANGES]
* Big reshuffle to move most code into Future/PP.pm in order to
support an optional Future-XS distribution too
* Attempt to load Future::XS by preference if it is available
* Additional unit tests for cornercases of XS implementation
* Remember to provide the AWAIT_WAIT API method
* Migrated Future::Queue out into its own distribution
[BUGFIXES]
* Bugfixes and unit tests for convergents on pre-cancelled futures
(RT144459)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Future/Makefile
cvs rdiff -u -r1.20 -r1.21 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.27 pkgsrc/devel/p5-Future/Makefile:1.28
--- pkgsrc/devel/p5-Future/Makefile:1.27 Tue Jun 28 11:32:30 2022
+++ pkgsrc/devel/p5-Future/Makefile Sat May 20 07:25:04 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2022/06/28 11:32:30 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2023/05/20 07:25:04 wiz Exp $
-DISTNAME= Future-0.48
+DISTNAME= Future-0.50
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
@@ -11,9 +10,7 @@ HOMEPAGE= https://metacpan.org/release/F
COMMENT= Represent an operation awaiting completion
LICENSE= ${PERL5_LICENSE}
-TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
-TEST_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
-TEST_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
USE_LANGUAGES= #empty
PERL5_MODULE_TYPE= Module::Build
Index: pkgsrc/devel/p5-Future/distinfo
diff -u pkgsrc/devel/p5-Future/distinfo:1.20 pkgsrc/devel/p5-Future/distinfo:1.21
--- pkgsrc/devel/p5-Future/distinfo:1.20 Sat Apr 2 02:15:52 2022
+++ pkgsrc/devel/p5-Future/distinfo Sat May 20 07:25:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/04/02 02:15:52 wen Exp $
+$NetBSD: distinfo,v 1.21 2023/05/20 07:25:04 wiz Exp $
-BLAKE2s (Future-0.48.tar.gz) = 384f4d6f4bb53cb59d2881af7c4e2642ac22d2ca5bb84247e37453f2e8cf1afa
-SHA512 (Future-0.48.tar.gz) = ea12357d3b789b2e73394ffa885509c73811c5a0fbc1ddcf3af12a26b82ed2e651b2ae3bc48fb65ea1c2373cb9236f0794453885f3812b59f744d1b44991cc2d
-Size (Future-0.48.tar.gz) = 96456 bytes
+BLAKE2s (Future-0.50.tar.gz) = b321fabcd6ac709bb6c6f03b68dcfa5cddea0da9e9dc7cdfa7400ef91da0c9f3
+SHA512 (Future-0.50.tar.gz) = d8c0011d0dcee9bb0317a394da34925d6a5e214ff8706158268d546f5b0e6d8fad7a8edafda2eada15bcca20d2da9ae722018c6dd0ff9a69bae1c0759776f616
+Size (Future-0.50.tar.gz) = 101758 bytes
Home |
Main Index |
Thread Index |
Old Index