Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A7D521A9217 for ; Mon, 11 Jan 2021 13:05:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D890B84DAB; Mon, 11 Jan 2021 13:05:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E56184DA9 for ; Mon, 11 Jan 2021 13:05:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Jw23xiygMSWV for ; Mon, 11 Jan 2021 13:05:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7A3AC84CEF for ; Mon, 11 Jan 2021 13:05:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77B72FA9D; Mon, 11 Jan 2021 13:05:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610370346106620" MIME-Version: 1.0 Date: Mon, 11 Jan 2021 13:05:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210111130546.77B72FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610370346106620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Mon Jan 11 13:05:46 UTC 2021 Modified Files: pkgsrc/devel/ruby-rspec-core: Makefile distinfo Log Message: devel/ruby-rspec-core: update to 3.10.1 ### 3.10.1 / 2020-12-27 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.10.0...v3.10.1) Bug fixes: * RSpec warning output was missing deprecations from Ruby, these are now included. (Jon Rowe, #2811) ### 3.10.0 / 2020-10-30 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.3...v3.10.0) Enhancements: * Memoize `RSpec::Core::Formatters::ExceptionPresenter#exception_lines` to improve performance with slow exception messages. (Maxime Lapointe, #2743) * Add configuration for an error exit code (to disambiguate errored builds from failed builds by exit status). (Dana Sherson, #2749) # 3.9.3 / 2020-09-30 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.2...v3.9.3) Bug Fixes: * Declare `ruby2_keywords` on `method_missing` for other gems. (Jon Rowe, #2731) * Ensure custom error codes are returned from bisect runs. (Jon Rowe, #2732) * Ensure `RSpec::Core::Configuration` predicate config methods return booleans. (Marc-André Lafortune, #2736) * Prevent `rspec --bisect` from generating zombie processes while executing bisect runs. (Benoit Tigeot, Jon Rowe, #2739) * Predicates for pending examples, (in `RSpec::Core::Example`, `#pending?`, `#skipped?` and `#pending_fixed?`) now return boolean values rather than truthy values. (Marc-André Lafortune, #2756, #2758) * Exceptions which have a message which cannot be cast to a string will no longer cause a crash. (Jon Rowe, #2761) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/ruby-rspec-core/Makefile \ pkgsrc/devel/ruby-rspec-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610370346106620 Content-Disposition: inline Content-Length: 2004 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec-core/Makefile diff -u pkgsrc/devel/ruby-rspec-core/Makefile:1.29 pkgsrc/devel/ruby-rspec-core/Makefile:1.30 --- pkgsrc/devel/ruby-rspec-core/Makefile:1.29 Tue May 5 13:05:36 2020 +++ pkgsrc/devel/ruby-rspec-core/Makefile Mon Jan 11 13:05:46 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2020/05/05 13:05:36 taca Exp $ +# $NetBSD: Makefile,v 1.30 2021/01/11 13:05:46 taca Exp $ -DISTNAME= rspec-core-3.9.2 +DISTNAME= rspec-core-3.10.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= https://relishapp.com/rspec COMMENT= Behaviour Driven Development framework for Ruby, core part LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9.3<3.10:../../devel/ruby-rspec-support +DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10.0<3.11:../../devel/ruby-rspec-support USE_LANGUAGES= # none Index: pkgsrc/devel/ruby-rspec-core/distinfo diff -u pkgsrc/devel/ruby-rspec-core/distinfo:1.29 pkgsrc/devel/ruby-rspec-core/distinfo:1.30 --- pkgsrc/devel/ruby-rspec-core/distinfo:1.29 Tue May 5 13:05:36 2020 +++ pkgsrc/devel/ruby-rspec-core/distinfo Mon Jan 11 13:05:46 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2020/05/05 13:05:36 taca Exp $ +$NetBSD: distinfo,v 1.30 2021/01/11 13:05:46 taca Exp $ -SHA1 (rspec-core-3.9.2.gem) = 7e55d9dbc5b672cd118b1e92905d3bca7daa55b5 -RMD160 (rspec-core-3.9.2.gem) = dc42d6603c34f8e1e89ad93d6ae862355a6267be -SHA512 (rspec-core-3.9.2.gem) = ee16ce312b47f2537479ef6a2c77d74c982108f029faa572125c95030e75e80934c00c07e918b63c075bdf78f9e912569e6a13ad78be217682fa7d06a2efc75f -Size (rspec-core-3.9.2.gem) = 163328 bytes +SHA1 (rspec-core-3.10.1.gem) = c462b4ecc1ff569a2d0019e7918d46f4d9086a8f +RMD160 (rspec-core-3.10.1.gem) = f84383e04cca51b693f49cbf929c89cc2d92ddab +SHA512 (rspec-core-3.10.1.gem) = 46808d37736b5f30d562b4014638cbf2d1a7d7432730c6c727a6e539f63ee21a04185610034fff4d938a948a887ba6a626955963add6b5e9b5f64499732d742a +Size (rspec-core-3.10.1.gem) = 164352 bytes --_----------=_1610370346106620--