Received: by mail.netbsd.org (Postfix, from userid 605) id 8965C84E6D; Sun, 15 Jan 2023 15:40:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B696A84D26 for ; Sun, 15 Jan 2023 15:40:22 +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 SwNxcAfUpEuM for ; Sun, 15 Jan 2023 15:40:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 23BD784CF7 for ; Sun, 15 Jan 2023 15:40:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18836FA90; Sun, 15 Jan 2023 15:40:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167379722251680" MIME-Version: 1.0 Date: Sun, 15 Jan 2023 15:40:22 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-pry To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230115154022.18836FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167379722251680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 15 15:40:22 UTC 2023 Modified Files: pkgsrc/misc/ruby-pry: Makefile distinfo Log Message: misc/ruby-pry: update to 0.14.2 0.14.2 (2023-01-09) Features * Configure code as a supported editor on Pry::Editor (#2236) * Added support for Ruby 3.2 (#2263) * Added support for Ruby 3.1 (#2228) Bug fixes * Short circuit eval regexes in finding module definition (#2253) * Revert "Escape non-printing characters" (#2235) * Fixed bug where WeirdMethodLocator would fail to find the source of a method breaking whereami (#2244) * Fixed bug where pry would throw an FrozenError when dealing with incomplete tokens (#2136) * Restore --no-history CLI flag functionality (#2196) * Fixed bug where reading from the _out_ sticky local variable could return wrong results (#2201) Breaking Changes * Remove support for Ruby 1.9 and JRuby < 9.0 (#2239) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/ruby-pry/Makefile \ pkgsrc/misc/ruby-pry/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167379722251680 Content-Disposition: inline Content-Length: 1436 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-pry/Makefile diff -u pkgsrc/misc/ruby-pry/Makefile:1.14 pkgsrc/misc/ruby-pry/Makefile:1.15 --- pkgsrc/misc/ruby-pry/Makefile:1.14 Tue May 4 16:16:03 2021 +++ pkgsrc/misc/ruby-pry/Makefile Sun Jan 15 15:40:21 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/05/04 16:16:03 taca Exp $ +# $NetBSD: Makefile,v 1.15 2023/01/15 15:40:21 taca Exp $ -DISTNAME= pry-0.14.1 +DISTNAME= pry-0.14.2 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/misc/ruby-pry/distinfo diff -u pkgsrc/misc/ruby-pry/distinfo:1.14 pkgsrc/misc/ruby-pry/distinfo:1.15 --- pkgsrc/misc/ruby-pry/distinfo:1.14 Tue Oct 26 10:59:31 2021 +++ pkgsrc/misc/ruby-pry/distinfo Sun Jan 15 15:40:21 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 10:59:31 nia Exp $ +$NetBSD: distinfo,v 1.15 2023/01/15 15:40:21 taca Exp $ -BLAKE2s (pry-0.14.1.gem) = 98479f6668e01df17e133fdfc06d8018433849c1a1410f797cf48aee6a622194 -SHA512 (pry-0.14.1.gem) = 38e540a31486227ae70adf8e7b903c5aab778501333feb2556c6cf4b4533d22e2377f3a50835957d61b20621c5a814a485e2282719e23ccd710e7b7ce9e9f083 -Size (pry-0.14.1.gem) = 154112 bytes +BLAKE2s (pry-0.14.2.gem) = aa029c3e9e01d30091cb2fbff88594485588b7e433ea1a186a811c826f31968e +SHA512 (pry-0.14.2.gem) = 89d6aff33731bb6d15380693563175af40ed72ff42b2660eb5e21efa42b2a9d00f44977305e091ef4a4ed0d207bdaf7a820b9ae89f60de0ae399a450fb8526dd +Size (pry-0.14.2.gem) = 154624 bytes --_----------=_167379722251680--