Received: by mail.netbsd.org (Postfix, from userid 605) id 4BD1885931; Sun, 4 Feb 2024 15:37:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B60784F74 for ; Sun, 4 Feb 2024 15:37:37 +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 llr5iW_VVx4o for ; Sun, 4 Feb 2024 15:37:36 +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 D9A5184E19 for ; Sun, 4 Feb 2024 15:37:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4745FA42; Sun, 4 Feb 2024 15:37:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707061056279620" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 15:37:36 +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: <20240204153736.D4745FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707061056279620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 4 15:37:36 UTC 2024 Modified Files: pkgsrc/devel/ruby-rspec-core: Makefile distinfo Log Message: devel/ruby-rspec-core: update to 3.13.0 3.13.0 / 2024-02-04 Enhancements: * Support the --backtrace flag when using the JSON formatter. (Matt Larraz, #2980) * Ignore commented out lines in CLI config files (e.g. .rspec). (Junichi Ito, #2984) * Add pending_failure_output config option to allow skipping backtraces or muting pending specs output. (Phil Pirozhkov, #2957) * Process --dry-run before configuration flags that read files so that introspecting it returns the correct value. (Xenor Chang, #3008) * Allow specifying custom ordering strategies via --order. (Jon Rowe, #3025) * Use the improved syntax_suggest output for SyntaxError when available. (Richard Schneeman, #3015, #3026) * Add config option (RSpec::Core::Configuration#full_cause_backtrace) to print the entire backtrace of an exception cause. (David Taylor, #3046) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ruby-rspec-core/Makefile cvs rdiff -u -r1.36 -r1.37 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. --_----------=_1707061056279620 Content-Disposition: inline Content-Length: 1915 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.34 pkgsrc/devel/ruby-rspec-core/Makefile:1.35 --- pkgsrc/devel/ruby-rspec-core/Makefile:1.34 Thu Apr 27 14:15:46 2023 +++ pkgsrc/devel/ruby-rspec-core/Makefile Sun Feb 4 15:37:36 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2023/04/27 14:15:46 taca Exp $ +# $NetBSD: Makefile,v 1.35 2024/02/04 15:37:36 taca Exp $ -DISTNAME= rspec-core-3.12.2 +DISTNAME= rspec-core-3.13.0 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.12.0<3.13:../../devel/ruby-rspec-support +DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.13.0<3.14:../../devel/ruby-rspec-support USE_LANGUAGES= # none Index: pkgsrc/devel/ruby-rspec-core/distinfo diff -u pkgsrc/devel/ruby-rspec-core/distinfo:1.36 pkgsrc/devel/ruby-rspec-core/distinfo:1.37 --- pkgsrc/devel/ruby-rspec-core/distinfo:1.36 Thu Apr 27 14:15:46 2023 +++ pkgsrc/devel/ruby-rspec-core/distinfo Sun Feb 4 15:37:36 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2023/04/27 14:15:46 taca Exp $ +$NetBSD: distinfo,v 1.37 2024/02/04 15:37:36 taca Exp $ -BLAKE2s (rspec-core-3.12.2.gem) = 79e2c91a8f5fa5905f09fe123890efbb60cbd9b118651e8a4232f80d294b98ff -SHA512 (rspec-core-3.12.2.gem) = b798d0624eb53ca866a76cac74885bfb37a2715d21346e097c0a9282a10581219cb7305212f89b14fc57f90fbc03fbd2655079c764902c556b7f174415c9e295 -Size (rspec-core-3.12.2.gem) = 165888 bytes +BLAKE2s (rspec-core-3.13.0.gem) = abf3907f877e9a0cb57cd739b6065f03ffe85ffd14b5cc504f647027a68a1487 +SHA512 (rspec-core-3.13.0.gem) = b24746c74ba6571c04ba1d95de3c557cc208870075cf7e9f603b18ac8b8dafbf5b2c8b2c58f564e91c58002947a64b5b30eed37069910e7d5bfa175faa2a58de +Size (rspec-core-3.13.0.gem) = 167424 bytes --_----------=_1707061056279620--