pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-minitest
Module Name: pkgsrc
Committed By: taca
Date: Wed Sep 18 15:19:08 UTC 2024
Modified Files:
pkgsrc/devel/ruby-minitest: Makefile distinfo
Log Message:
devel/ruby-minitest: update to 5.25.1
5.25.0 (2024-08-13)
2 minor enhancements:
* Fixed some inefficiencies filtering and matching (mostly backtraces).
* Refactored siginfo handler to reduce runtime costs. Saved ~30%!
5 bug fixes:
* Added missing rdoc to get back to 100% coverage.
* Cleaning up ancient code checking for defined?(Encoding) and the like.
* Disambiguated some shadowed variables in minitest/compress.
* Fixed an ironic bug if using string-literals AND Werror.
* Improve description of test:slow task. (stomar)
5.25.1 (2024-08-16)
2 bug fixes:
* Fix incompatibility caused by minitest-hooks & rails invading minitest
internals.
* Revert change from =~ to match? to allow for nil if $TERM undefined.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/ruby-minitest/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/ruby-minitest/Makefile
diff -u pkgsrc/devel/ruby-minitest/Makefile:1.39 pkgsrc/devel/ruby-minitest/Makefile:1.40
--- pkgsrc/devel/ruby-minitest/Makefile:1.39 Sun Jun 30 16:09:38 2024
+++ pkgsrc/devel/ruby-minitest/Makefile Wed Sep 18 15:19:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/06/30 16:09:38 taca Exp $
+# $NetBSD: Makefile,v 1.40 2024/09/18 15:19:08 taca Exp $
-DISTNAME= minitest-5.24.1
+DISTNAME= minitest-5.25.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.40 pkgsrc/devel/ruby-minitest/distinfo:1.41
--- pkgsrc/devel/ruby-minitest/distinfo:1.40 Sun Jun 30 16:09:38 2024
+++ pkgsrc/devel/ruby-minitest/distinfo Wed Sep 18 15:19:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2024/06/30 16:09:38 taca Exp $
+$NetBSD: distinfo,v 1.41 2024/09/18 15:19:08 taca Exp $
-BLAKE2s (minitest-5.24.1.gem) = 3d6b1abf39a822cc03c0ee5b01d189b4fd8d7b73d03f01070b324fc1a40dd315
-SHA512 (minitest-5.24.1.gem) = e03e06b952bb86d94e73868beeaf72eb83cbbc5935c546d7a105207c28596ec24295fc5e13779dec21237d0d791d6e2554b3e62497e5555a2675bac6d030fcaa
-Size (minitest-5.24.1.gem) = 100352 bytes
+BLAKE2s (minitest-5.25.1.gem) = 80460bff8b09d8bd2ecfecc928c922fcb7f377d6c7033301e4a4cbd26bdba20d
+SHA512 (minitest-5.25.1.gem) = 07a15422a677e1d104d70a6211a1488a5ac80e7517124e95f6983585b840bfd1cb9a18cfdb18cf07a8f6740c4f813852a93aa4d9e7b53f9c858e66b63b82b60b
+Size (minitest-5.25.1.gem) = 100352 bytes
Home |
Main Index |
Thread Index |
Old Index