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: Sun Jan 21 15:24:51 UTC 2024
Modified Files:
pkgsrc/devel/ruby-minitest: Makefile PLIST distinfo
Log Message:
devel/ruby-minitest: update to 5.21.2
5.21.0 (2024-01-11)
10 minor enhancements:
* Add include_all kw arg to assert_respond_to and refute_respond_to.
* Added –quiet flag to skip ProgressReporter (prints the dots). Minor
speedup.
* Added Minitest::Compress#compress and added it to UnexpectedError.
* Added ability to initialize BacktraceFilter w/ custom regexp.
* Filter failure backtraces using backtrace_filter before calculating
location. (thomasmarshall)
* Make BacktraceFilter#filter compatible with locations (still compares
strings).
* Optimized Assertion#location ~30%.
* Output relative paths for all failures/errors/backtraces.
* Refactored location information in assertions, now using locations.
* Removed thread and mutex_m dependencies. (hsbt, eregon)
2 bug fixes:
* Drop undocumented bt arg in #skip. Dunno why that ever happened, prolly
for testing?
* Fix mock to work with ruby debugger enabled. (keithlayne)
5.21.1 (2024-01-11)
1 bug fix:
* Rails' default backtrace filter can't currently work with
caller_locations, so reverting back to caller.
5.21.2 (2024-01-17)
1 bug fix:
* Fixed bug in Minitest::Compress#compress formatting w/ nested patterns.
Now recurses properly.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-minitest/PLIST
cvs rdiff -u -r1.34 -r1.35 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.33 pkgsrc/devel/ruby-minitest/Makefile:1.34
--- pkgsrc/devel/ruby-minitest/Makefile:1.33 Sat Dec 16 15:17:17 2023
+++ pkgsrc/devel/ruby-minitest/Makefile Sun Jan 21 15:24:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/12/16 15:17:17 taca Exp $
+# $NetBSD: Makefile,v 1.34 2024/01/21 15:24:51 taca Exp $
-DISTNAME= minitest-5.20.0
+DISTNAME= minitest-5.21.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-minitest/PLIST
diff -u pkgsrc/devel/ruby-minitest/PLIST:1.10 pkgsrc/devel/ruby-minitest/PLIST:1.11
--- pkgsrc/devel/ruby-minitest/PLIST:1.10 Sat Dec 16 15:17:17 2023
+++ pkgsrc/devel/ruby-minitest/PLIST Sun Jan 21 15:24:51 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2023/12/16 15:17:17 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/01/21 15:24:51 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/History.rdoc
@@ -11,6 +11,7 @@ ${GEM_LIBDIR}/lib/minitest.rb
${GEM_LIBDIR}/lib/minitest/assertions.rb
${GEM_LIBDIR}/lib/minitest/autorun.rb
${GEM_LIBDIR}/lib/minitest/benchmark.rb
+${GEM_LIBDIR}/lib/minitest/compress.rb
${GEM_LIBDIR}/lib/minitest/expectations.rb
${GEM_LIBDIR}/lib/minitest/hell.rb
${GEM_LIBDIR}/lib/minitest/mock.rb
Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.34 pkgsrc/devel/ruby-minitest/distinfo:1.35
--- pkgsrc/devel/ruby-minitest/distinfo:1.34 Sat Dec 16 15:17:17 2023
+++ pkgsrc/devel/ruby-minitest/distinfo Sun Jan 21 15:24:51 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2023/12/16 15:17:17 taca Exp $
+$NetBSD: distinfo,v 1.35 2024/01/21 15:24:51 taca Exp $
-BLAKE2s (minitest-5.20.0.gem) = 9db5b51a30e7ecb6573f08e3e24c2603f8945c7bf1c2c1a4c2b4b3ed7a6ae237
-SHA512 (minitest-5.20.0.gem) = 906dba1226ed301ad0d7aae2fa138670101e87b11ced69e0c362e65d74fee58a5341756fed8be1f2900863e19c11adcae35ed6ebe7372bb93be0c131dae85a3c
-Size (minitest-5.20.0.gem) = 95744 bytes
+BLAKE2s (minitest-5.21.2.gem) = 5c143577818fcc381f8aec2fc202209b49d4904d4210e1f0150eb4dea8d824ce
+SHA512 (minitest-5.21.2.gem) = 4cf86dab870f1cb39ef8c9756fa843c6ddc03ff7738c404db37abc7bdb0ff0436e5a64ed15a733d72e7ae0b8412e4b44cbda0ef3d89ba487268f3550d9248e0c
+Size (minitest-5.21.2.gem) = 98304 bytes
Home |
Main Index |
Thread Index |
Old Index