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:           Sat Sep 18 15:36:01 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-test-unit: Makefile PLIST distinfo

Log Message:
devel/ruby-test-unit: update to 3.4.7

3.4.7 - 2021-09-14

Fixes

* Suppressed a warning on Ruby 2.  [GitHub#205][Patch by Kenichi Kamiya]

Thanks

Kenichi Kamiya

3.4.6 - 2021-09-11

Improvements

* Added support for tests that use Ractor.  Use Test::Unit::TestCase.ractor
  to declare that these tests use Ractor.

* Added --debug-on-failure option.

3.4.5 - 2021-09-04

Improvements

* Added more metadata to gemspec.  [GitHub#183][Patch by Kenichi Kamiya]

* Removed needless files from gem.  [GitHub#184][Patch by Kenichi Kamiya]

* Updated documents.
  [GitHub#191][GitHub#192][GitHub#193][GitHub#199][GitHub#200]
  [GitHub#201][Patch by Kenichi Kamiya]

Added assert_nothing_leaked_memory.

Fixes

* Fixed typos in documents.
  [GitHub#189][GitHub#190][GitHub#195][GitHub#197][Patch by Kenichi Kamiya]

Thanks

* Kenichi Kamiya


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/ruby-test-unit/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-test-unit/PLIST
cvs rdiff -u -r1.38 -r1.39 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.43 pkgsrc/devel/ruby-test-unit/Makefile:1.44
--- pkgsrc/devel/ruby-test-unit/Makefile:1.43   Fri Jun  4 14:25:45 2021
+++ pkgsrc/devel/ruby-test-unit/Makefile        Sat Sep 18 15:36:01 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2021/06/04 14:25:45 taca Exp $
+# $NetBSD: Makefile,v 1.44 2021/09/18 15:36:01 taca Exp $
 
-DISTNAME=      test-unit-3.4.4
+DISTNAME=      test-unit-3.4.7
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-test-unit/PLIST
diff -u pkgsrc/devel/ruby-test-unit/PLIST:1.16 pkgsrc/devel/ruby-test-unit/PLIST:1.17
--- pkgsrc/devel/ruby-test-unit/PLIST:1.16      Wed Feb  3 14:19:33 2021
+++ pkgsrc/devel/ruby-test-unit/PLIST   Sat Sep 18 15:36:01 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2021/02/03 14:19:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.17 2021/09/18 15:36:01 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/BSDL
 ${GEM_LIBDIR}/COPYING
@@ -52,6 +52,7 @@ ${GEM_LIBDIR}/lib/test/unit/ui/testrunne
 ${GEM_LIBDIR}/lib/test/unit/ui/testrunnerutilities.rb
 ${GEM_LIBDIR}/lib/test/unit/ui/xml/testrunner.rb
 ${GEM_LIBDIR}/lib/test/unit/util/backtracefilter.rb
+${GEM_LIBDIR}/lib/test/unit/util/memory-usage.rb
 ${GEM_LIBDIR}/lib/test/unit/util/method-owner-finder.rb
 ${GEM_LIBDIR}/lib/test/unit/util/observable.rb
 ${GEM_LIBDIR}/lib/test/unit/util/output.rb
@@ -63,44 +64,4 @@ ${GEM_LIBDIR}/sample/subtracter.rb
 ${GEM_LIBDIR}/sample/test_adder.rb
 ${GEM_LIBDIR}/sample/test_subtracter.rb
 ${GEM_LIBDIR}/sample/test_user.rb
-${GEM_LIBDIR}/test/collector/test-descendant.rb
-${GEM_LIBDIR}/test/collector/test-load.rb
-${GEM_LIBDIR}/test/collector/test_dir.rb
-${GEM_LIBDIR}/test/collector/test_objectspace.rb
-${GEM_LIBDIR}/test/fixtures/header-label.csv
-${GEM_LIBDIR}/test/fixtures/header-label.tsv
-${GEM_LIBDIR}/test/fixtures/header.csv
-${GEM_LIBDIR}/test/fixtures/header.tsv
-${GEM_LIBDIR}/test/fixtures/no-header.csv
-${GEM_LIBDIR}/test/fixtures/no-header.tsv
-${GEM_LIBDIR}/test/fixtures/plus.csv
-${GEM_LIBDIR}/test/run-test.rb
-${GEM_LIBDIR}/test/test-assertions.rb
-${GEM_LIBDIR}/test/test-attribute-matcher.rb
-${GEM_LIBDIR}/test/test-attribute.rb
-${GEM_LIBDIR}/test/test-code-snippet.rb
-${GEM_LIBDIR}/test/test-color-scheme.rb
-${GEM_LIBDIR}/test/test-color.rb
-${GEM_LIBDIR}/test/test-data.rb
-${GEM_LIBDIR}/test/test-diff.rb
-${GEM_LIBDIR}/test/test-emacs-runner.rb
-${GEM_LIBDIR}/test/test-error.rb
-${GEM_LIBDIR}/test/test-failure.rb
-${GEM_LIBDIR}/test/test-fault-location-detector.rb
-${GEM_LIBDIR}/test/test-fixture.rb
-${GEM_LIBDIR}/test/test-notification.rb
-${GEM_LIBDIR}/test/test-omission.rb
-${GEM_LIBDIR}/test/test-pending.rb
-${GEM_LIBDIR}/test/test-priority.rb
-${GEM_LIBDIR}/test/test-test-case.rb
-${GEM_LIBDIR}/test/test-test-result.rb
-${GEM_LIBDIR}/test/test-test-suite-creator.rb
-${GEM_LIBDIR}/test/test-test-suite.rb
-${GEM_LIBDIR}/test/testunit-test-util.rb
-${GEM_LIBDIR}/test/ui/test_testrunmediator.rb
-${GEM_LIBDIR}/test/util/test-method-owner-finder.rb
-${GEM_LIBDIR}/test/util/test-output.rb
-${GEM_LIBDIR}/test/util/test_backtracefilter.rb
-${GEM_LIBDIR}/test/util/test_observable.rb
-${GEM_LIBDIR}/test/util/test_procwrapper.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-test-unit/distinfo
diff -u pkgsrc/devel/ruby-test-unit/distinfo:1.38 pkgsrc/devel/ruby-test-unit/distinfo:1.39
--- pkgsrc/devel/ruby-test-unit/distinfo:1.38   Fri Jun  4 14:25:45 2021
+++ pkgsrc/devel/ruby-test-unit/distinfo        Sat Sep 18 15:36:01 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2021/06/04 14:25:45 taca Exp $
+$NetBSD: distinfo,v 1.39 2021/09/18 15:36:01 taca Exp $
 
-SHA1 (test-unit-3.4.4.gem) = 454d698795d05ca1aea61bb8d131814daac72d73
-RMD160 (test-unit-3.4.4.gem) = 5e2b129ba8789e5bd13c1927e022efc8fdb25768
-SHA512 (test-unit-3.4.4.gem) = 3387cc32fca94c2554fa5ed691eec1e0bdddc119ad26f19860c5533764041d17b0ae0515d0a3703f7427558e1eb0f0817c106f2de46b2ad5299ca08c2922de33
-Size (test-unit-3.4.4.gem) = 123392 bytes
+SHA1 (test-unit-3.4.7.gem) = d18be5234cbf98a3835b6d6719d18481fba05edd
+RMD160 (test-unit-3.4.7.gem) = 03b0ccefb1d6c1f9ba5eed669b49e8fa03718dd2
+SHA512 (test-unit-3.4.7.gem) = b6e93282bf0b11002f66ceece4e3b4e4b4336a703481e55c46e901249d9a1bc0ab41fa7b33dfe5dbcaec631988905eeb94658a61b409b876ef317f3e4fa462c4
+Size (test-unit-3.4.7.gem) = 91648 bytes



Home | Main Index | Thread Index | Old Index