pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-tasty
Module Name: pkgsrc
Committed By: pho
Date: Wed Jan 29 17:12:11 UTC 2025
Modified Files:
pkgsrc/devel/hs-tasty: Makefile buildlink3.mk distinfo
Log Message:
devel/hs-tasty: update to tasty-1.5.3
Version 1.5.3
--------------
_2025-01-05_
* Console reporter: disable line wrapping
([#433](https://github.com/UnkindPartition/tasty/pull/433)).
* Console reporter: force flushing of stdout after `showCursor`
([#436](https://github.com/UnkindPartition/tasty/pull/436)).
Version 1.5.2
--------------
_2024-11-03_
* Partially revert [#393](https://github.com/UnkindPartition/tasty/pull/393)
to fix progress reporting outside of Emacs.
* Do not depend on `unbounded-delays` on `ppc64`, `s390x` and `riscv64`
([#371](https://github.com/UnkindPartition/tasty/pull/371),
[#422](https://github.com/UnkindPartition/tasty/pull/422),
[#423](https://github.com/UnkindPartition/tasty/pull/423)).
Version 1.5.1
--------------
_2024-06-22_
* Performance improvements
([#389](https://github.com/UnkindPartition/tasty/pull/389),
[#390](https://github.com/UnkindPartition/tasty/pull/390)).
* Progress reporting in Emacs: use `\r` instead of ANSI escape sequences
([#393](https://github.com/UnkindPartition/tasty/pull/393)).
* Console reporter: fix unintended change to `foldHeading`
([#396](https://github.com/UnkindPartition/tasty/pull/396)).
* Prune empty test subtrees from `TestTree`
([#403](https://github.com/UnkindPartition/tasty/pull/403)).
* Add `instance Eq Timeout` and `instance Ord Timeout`
([#415](https://github.com/UnkindPartition/tasty/pull/415)).
* Add ability to supply options for launchers and reporters at the top-level of test tree
([#417](https://github.com/UnkindPartition/tasty/pull/417)).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/hs-tasty/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/hs-tasty/buildlink3.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-tasty/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/hs-tasty/Makefile
diff -u pkgsrc/devel/hs-tasty/Makefile:1.16 pkgsrc/devel/hs-tasty/Makefile:1.17
--- pkgsrc/devel/hs-tasty/Makefile:1.16 Thu May 9 01:32:14 2024
+++ pkgsrc/devel/hs-tasty/Makefile Wed Jan 29 17:12:11 2025
@@ -1,16 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2024/05/09 01:32:14 pho Exp $
+# $NetBSD: Makefile,v 1.17 2025/01/29 17:12:11 pho Exp $
-DISTNAME= tasty-1.5
-PKGREVISION= 2
+DISTNAME= tasty-1.5.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Modern and extensible testing framework
LICENSE= mit
-HASKELL_UNRESTRICT_DEPENDENCIES+= \
- ansi-terminal
-
.include "../../devel/hs-ansi-terminal/buildlink3.mk"
.include "../../devel/hs-optparse-applicative/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
Index: pkgsrc/devel/hs-tasty/buildlink3.mk
diff -u pkgsrc/devel/hs-tasty/buildlink3.mk:1.14 pkgsrc/devel/hs-tasty/buildlink3.mk:1.15
--- pkgsrc/devel/hs-tasty/buildlink3.mk:1.14 Thu May 9 01:32:14 2024
+++ pkgsrc/devel/hs-tasty/buildlink3.mk Wed Jan 29 17:12:11 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.14 2024/05/09 01:32:14 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2025/01/29 17:12:11 pho Exp $
BUILDLINK_TREE+= hs-tasty
.if !defined(HS_TASTY_BUILDLINK3_MK)
HS_TASTY_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-tasty+= hs-tasty>=1.5
-BUILDLINK_ABI_DEPENDS.hs-tasty+= hs-tasty>=1.5nb2
+BUILDLINK_API_DEPENDS.hs-tasty+= hs-tasty>=1.5.3
+BUILDLINK_ABI_DEPENDS.hs-tasty+= hs-tasty>=1.5.3
BUILDLINK_PKGSRCDIR.hs-tasty?= ../../devel/hs-tasty
.include "../../devel/hs-ansi-terminal/buildlink3.mk"
Index: pkgsrc/devel/hs-tasty/distinfo
diff -u pkgsrc/devel/hs-tasty/distinfo:1.7 pkgsrc/devel/hs-tasty/distinfo:1.8
--- pkgsrc/devel/hs-tasty/distinfo:1.7 Mon Oct 30 03:17:47 2023
+++ pkgsrc/devel/hs-tasty/distinfo Wed Jan 29 17:12:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/10/30 03:17:47 pho Exp $
+$NetBSD: distinfo,v 1.8 2025/01/29 17:12:11 pho Exp $
-BLAKE2s (tasty-1.5.tar.gz) = b4ea8490f35d3714b71eb9392419f7e6786db711124bf90dbf3f06e16d769662
-SHA512 (tasty-1.5.tar.gz) = cb9003624c1f221b29c1becf7c824f84130dbfe82f9d1bee4ab3401863f29317aeea7fb7a4323988b9b1f4c7c7fbe706377508a9e02ce19fe4e700556c26edd0
-Size (tasty-1.5.tar.gz) = 65023 bytes
+BLAKE2s (tasty-1.5.3.tar.gz) = 69d41a4dcfed4389cc39db1e5a4363540083e6fd39284dbd78f68f14ef00e44a
+SHA512 (tasty-1.5.3.tar.gz) = c551d3a9a1d73993931b8d710f7e4ce2ae8b3b90b85a0ec8ee87943f5309df1915901dee6f9a493e0428262c15c277a927893a574f630d0819be1511741a2b73
+Size (tasty-1.5.3.tar.gz) = 66548 bytes
Home |
Main Index |
Thread Index |
Old Index