pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-test-unit devel/ruby-test-unit: update to 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfd9903567cf
branches:  trunk
changeset: 444660:bfd9903567cf
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 11 13:16:02 2021 +0000

description:
devel/ruby-test-unit: update to 3.3.9

## 3.3.9 - 2020-12-29 {#version-3-3-9}

### Improvements

  * `assert_not_match`: Add support for `String` as pattern.
    [GitHub#178][Patch by David Rodríguez]

### Thanks

  * David Rodríguez

## 3.3.8 - 2020-12-25 {#version-3-3-8}

### Improvements

  * [UI][console]: Removed reverse mode because Ruby 3.0 reverts
    reverse backtrace.

## 3.3.7 - 2020-11-18 {#version-3-3-7}

### Improvements

  * Improved TruffleRuby support.
    [GitHub#171][Reported by Benoit Daloze]

  * Removed needless `to_sym`.
    [GitHub#177][Patch by icm7216]

  * `assert_raise`: Added backtrace for actual error.

  * Improved terminal color availability detection.
    [GitHub#175][Patch by nicholas a. evans]

  * Changed license to the new Ruby's.
    [GitHub#174]

### Fixes

  * Fixed a typo in `--help` output:
    [GitHub#176][Patch by icm7216]

### Thanks

  * Benoit Daloze

  * icm7216

  * nicholas a. evans

diffstat:

 devel/ruby-test-unit/Makefile |   4 ++--
 devel/ruby-test-unit/PLIST    |   5 ++---
 devel/ruby-test-unit/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r af1031c9d07a -r bfd9903567cf devel/ruby-test-unit/Makefile
--- a/devel/ruby-test-unit/Makefile     Mon Jan 11 13:14:49 2021 +0000
+++ b/devel/ruby-test-unit/Makefile     Mon Jan 11 13:16:02 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2020/06/10 14:27:57 taca Exp $
+# $NetBSD: Makefile,v 1.39 2021/01/11 13:16:02 taca Exp $
 
-DISTNAME=      test-unit-3.3.6
+DISTNAME=      test-unit-3.3.9
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r af1031c9d07a -r bfd9903567cf devel/ruby-test-unit/PLIST
--- a/devel/ruby-test-unit/PLIST        Mon Jan 11 13:14:49 2021 +0000
+++ b/devel/ruby-test-unit/PLIST        Mon Jan 11 13:16:02 2021 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.14 2018/12/02 06:37:54 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2021/01/11 13:16:02 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/BSDL
 ${GEM_LIBDIR}/COPYING
-${GEM_LIBDIR}/GPL
-${GEM_LIBDIR}/LGPL
 ${GEM_LIBDIR}/PSFL
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
diff -r af1031c9d07a -r bfd9903567cf devel/ruby-test-unit/distinfo
--- a/devel/ruby-test-unit/distinfo     Mon Jan 11 13:14:49 2021 +0000
+++ b/devel/ruby-test-unit/distinfo     Mon Jan 11 13:16:02 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2020/06/10 14:27:57 taca Exp $
+$NetBSD: distinfo,v 1.34 2021/01/11 13:16:02 taca Exp $
 
-SHA1 (test-unit-3.3.6.gem) = 55fda08021bb0e4135111b4182ed9c8692b1574b
-RMD160 (test-unit-3.3.6.gem) = 2acf2455ba8c533a75e27d3f8fcc12d38c1020e3
-SHA512 (test-unit-3.3.6.gem) = af8a632117410b486920e77a5bf91afb774a548166ca5cdb2bdeac6c995bf2da6206d2b00e6904024e5e9bf0f68edf9872192faa471297e64c5d4bd4c554fae3
-Size (test-unit-3.3.6.gem) = 133120 bytes
+SHA1 (test-unit-3.3.9.gem) = 6774dbc35d2154f0a70005b40a8c1a12d5743053
+RMD160 (test-unit-3.3.9.gem) = e253a88d615d8dfb95c315fc80de6267997d1816
+SHA512 (test-unit-3.3.9.gem) = 8e2a1516d33811793aacbf0b31b9609b43437ea6800cfe6c97b1c96395a8eea7c42f2788dd86b6decfda184a27e5818646bbe313d39ce3799a0869f62a0c4c32
+Size (test-unit-3.3.9.gem) = 121856 bytes



Home | Main Index | Thread Index | Old Index