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 Apr 16 15:25:44 UTC 2025

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

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

pkgsrc change: Allow build with Ruby 3.4.

5.25.5 (2025-03-12)

4 bug fixes:

* Bumped minimum ruby to 2.7.
* Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)
* Reorder Minitest::Test.ancestors to allow reaching
  Minitest::Assertions#skipped? (Edouard-chin)
* Update the ruby and rails compatibility tables. (bquorning)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/ruby-minitest/Makefile \
    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.42 pkgsrc/devel/ruby-minitest/Makefile:1.43
--- pkgsrc/devel/ruby-minitest/Makefile:1.42    Sun Jan 19 11:07:21 2025
+++ pkgsrc/devel/ruby-minitest/Makefile Wed Apr 16 15:25:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/01/19 11:07:21 taca Exp $
+# $NetBSD: Makefile,v 1.43 2025/04/16 15:25:44 taca Exp $
 
-DISTNAME=      minitest-5.25.4
+DISTNAME=      minitest-5.25.5
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,5 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
-# Ruby 3.4.1 has the same version as bundled gem.
-RUBY_VERSIONS_ACCEPTED=        31 32 33
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.42 pkgsrc/devel/ruby-minitest/distinfo:1.43
--- pkgsrc/devel/ruby-minitest/distinfo:1.42    Mon Dec  9 13:47:16 2024
+++ pkgsrc/devel/ruby-minitest/distinfo Wed Apr 16 15:25:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2024/12/09 13:47:16 taca Exp $
+$NetBSD: distinfo,v 1.43 2025/04/16 15:25:44 taca Exp $
 
-BLAKE2s (minitest-5.25.4.gem) = 67b8bcb748a762a9acfe0786e3c6eb57428e4276f6a85a59f84bcebcba7bc3e1
-SHA512 (minitest-5.25.4.gem) = 0ede16b07f52cc81ce86941220406c3ce1d7cc6c7ef197fd8a345f1786d567be2963ad38718883c82ece1ff850e5e15ace7dc720d9a728e65421fa7ce1990282
-Size (minitest-5.25.4.gem) = 100864 bytes
+BLAKE2s (minitest-5.25.5.gem) = 5c4310cf6f2a3dc0916a38a395ca8328b6e649597d9a1112953fb10bfc34fb69
+SHA512 (minitest-5.25.5.gem) = 765c4408d6dee81a482b5cb7624ce2b5bcf364dbc1d44b6bbb748159b89d3f2e285efd19670194a85e36eeb9b92c851e35f62334a4e6d7e74dfd45641d9f65d2
+Size (minitest-5.25.5.gem) = 101376 bytes



Home | Main Index | Thread Index | Old Index