pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-test-unit
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 9 07:34:15 UTC 2022
Modified Files:
pkgsrc/devel/ruby-test-unit: Makefile distinfo
Log Message:
devel/ruby-test-unit: update to 3.5.5
pkgsrc change: no restriction to ruby31.
3.5.4 (2022-10-04)
Improvements
* Don't raise an error on Test::Unit::TestCase.clone. GitHub#210[Reported by
David Marchaland]
* Added support for BigDeciaml in assert_in_delta family. GitHub#218[Patch
by Kenta Murata]
Thanks
* David Marchaland
* Kenta Murata
3.5.5 (2022-10-04)
Fixes
* Suppressed a warning. GitHub#219[Patch by Kenichi Kamiya]
Thanks
* Kenichi Kamiya
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/ruby-test-unit/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/ruby-test-unit/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-test-unit/Makefile
diff -u pkgsrc/devel/ruby-test-unit/Makefile:1.48 pkgsrc/devel/ruby-test-unit/Makefile:1.49
--- pkgsrc/devel/ruby-test-unit/Makefile:1.48 Sun Mar 27 14:34:35 2022
+++ pkgsrc/devel/ruby-test-unit/Makefile Sun Oct 9 07:34:15 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2022/03/27 14:34:35 taca Exp $
+# $NetBSD: Makefile,v 1.49 2022/10/09 07:34:15 taca Exp $
-DISTNAME= test-unit-3.5.3
+DISTNAME= test-unit-3.5.5
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,5 @@ LICENSE= ruby-license
USE_LANGUAGES= # none
-# Ruby 3.1.1 contains conflicting the same version
-RUBY_VERSIONS_ACCEPTED= 26 27 30
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-test-unit/distinfo
diff -u pkgsrc/devel/ruby-test-unit/distinfo:1.44 pkgsrc/devel/ruby-test-unit/distinfo:1.45
--- pkgsrc/devel/ruby-test-unit/distinfo:1.44 Mon Dec 20 13:49:36 2021
+++ pkgsrc/devel/ruby-test-unit/distinfo Sun Oct 9 07:34:15 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2021/12/20 13:49:36 taca Exp $
+$NetBSD: distinfo,v 1.45 2022/10/09 07:34:15 taca Exp $
-BLAKE2s (test-unit-3.5.3.gem) = 0c37840fad640679e33f89ff6ad062acc9340108f02aa93d8ed5217dafdfc157
-SHA512 (test-unit-3.5.3.gem) = d7a954df0846fafb1cf9d55659ceeb707a266c89eb756e2246bcfbb04cbe6535b979581805082b7abd46454b4cfe7c2542847f166a89fc455bed328c5e36b27f
-Size (test-unit-3.5.3.gem) = 91648 bytes
+BLAKE2s (test-unit-3.5.5.gem) = fdd47f061ad44f7283664a2344dd08181a7df0c030b28adbf4ab8676efb615f4
+SHA512 (test-unit-3.5.5.gem) = 010dedaabd44c52a0c312e1a3f88468c8d292bff7cd4810128607628eacd2f6b9d73c329f1e37df535704cffa1e0ec520c21772d175b5fd9484fe3ab9284f80b
+Size (test-unit-3.5.5.gem) = 92672 bytes
Home |
Main Index |
Thread Index |
Old Index