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 Dec 19 06:34:13 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-minitest: Makefile distinfo

Log Message:
devel/ruby-minitest: update to 5.15.0

5.15.0 (2021-12-14)

* 1 major enhancement:

  - assert_throws returns the value returned, if any. (volmer)

* 3 minor enhancements:

  - Added -S <CODES> option to skip reporting of certain types of output

  - Enable Ruby deprecation warnings by default. (casperisfine)

  - Use Etc.nprocessors by default in order to maximize cpu
    usage. (tonytonyjan)

* 6 bug fixes:

  - Close then unlink tempfiles on Windows. (nobu)

  - Fixed #skip_until for windows paths. (MSP-Greg)

  - Fixed a bunch of tests for jruby and windows. (MSP-Greg)

  - Fixed marshalling of specs if they error. (tenderlove, jeremyevans, et
    al)

  - Updated deprecation message for block expectations. (blowmage)

  - Use Kernel.warn directly in expectations in case CUT defines their own
    warn. (firien)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.25 -r1.26 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.24 pkgsrc/devel/ruby-minitest/Makefile:1.25
--- pkgsrc/devel/ruby-minitest/Makefile:1.24    Sun Feb 28 15:08:08 2021
+++ pkgsrc/devel/ruby-minitest/Makefile Sun Dec 19 06:34:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2021/02/28 15:08:08 taca Exp $
+# $NetBSD: Makefile,v 1.25 2021/12/19 06:34:13 taca Exp $
 
-DISTNAME=      minitest-5.14.4
+DISTNAME=      minitest-5.15.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.25 pkgsrc/devel/ruby-minitest/distinfo:1.26
--- pkgsrc/devel/ruby-minitest/distinfo:1.25    Tue Oct 26 10:19:37 2021
+++ pkgsrc/devel/ruby-minitest/distinfo Sun Dec 19 06:34:13 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 10:19:37 nia Exp $
+$NetBSD: distinfo,v 1.26 2021/12/19 06:34:13 taca Exp $
 
-BLAKE2s (minitest-5.14.4.gem) = 1d01f6abaed5d88a3c45e7e07848f68caf79d1c2892914f526f99d5fbb08de70
-SHA512 (minitest-5.14.4.gem) = f967a11cfce82e167879905082859273b270e8d8e663a0c1c553964a345fb8564547627b8cf97418ac5bda544bb76c1385438ad74ec8e846666dc2952d55c9e9
-Size (minitest-5.14.4.gem) = 86016 bytes
+BLAKE2s (minitest-5.15.0.gem) = 9d8c7e9c631b3efaf9738f6eba83048a6c83d424e504ec3870d42ac058886556
+SHA512 (minitest-5.15.0.gem) = 5e97a7aa616966ffc60e10cdc0ba123a7e793f10283ec3b6bf36066177036788cb950ad566fbac49e613b93f08b9846534f463017cde966b4890c3a34a2286be
+Size (minitest-5.15.0.gem) = 87040 bytes



Home | Main Index | Thread Index | Old Index