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 36C2D1A923C for ; Sat, 12 Feb 2022 12:37:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 59D3384EAD; Sat, 12 Feb 2022 12:37:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F45E84EA3 for ; Sat, 12 Feb 2022 12:37:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2ZnieO1fiYH4 for ; Sat, 12 Feb 2022 12:37:42 +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 DF40984D10 for ; Sat, 12 Feb 2022 12:37:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC149FB24; Sat, 12 Feb 2022 12:37:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644669462245080" MIME-Version: 1.0 Date: Sat, 12 Feb 2022 12:37:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-octokit To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220212123742.DC149FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644669462245080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 12 12:37:42 UTC 2022 Modified Files: pkgsrc/devel/ruby-octokit: Makefile distinfo Log Message: devel/ruby-octokit: update to 4.22.0 4.22.0 (2022-01-12) Deprecation Fix * 1359 Fix Faraday deprecation warning @ybiquitous Code Improvements * 1336 Update regex for create ref @thepwagner * 1350 Support pagination in compare api @mrpinsky CI and dependency updates * 1353 Add Ruby 3.0 support for CI builds @olleolleolle * 1387 Update pry-byebug requirement @ashishkeshan Documentation * 1376 Update example README code with token filtering @bencolon * 1381 Update organization migration documentation links @rzhade3 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-octokit/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-octokit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644669462245080 Content-Disposition: inline Content-Length: 1518 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-octokit/Makefile diff -u pkgsrc/devel/ruby-octokit/Makefile:1.15 pkgsrc/devel/ruby-octokit/Makefile:1.16 --- pkgsrc/devel/ruby-octokit/Makefile:1.15 Tue May 4 14:20:10 2021 +++ pkgsrc/devel/ruby-octokit/Makefile Sat Feb 12 12:37:42 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/05/04 14:20:10 taca Exp $ +# $NetBSD: Makefile,v 1.16 2022/02/12 12:37:42 taca Exp $ -DISTNAME= octokit-4.21.0 +DISTNAME= octokit-4.22.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-octokit/distinfo diff -u pkgsrc/devel/ruby-octokit/distinfo:1.16 pkgsrc/devel/ruby-octokit/distinfo:1.17 --- pkgsrc/devel/ruby-octokit/distinfo:1.16 Tue Oct 26 10:19:39 2021 +++ pkgsrc/devel/ruby-octokit/distinfo Sat Feb 12 12:37:42 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 10:19:39 nia Exp $ +$NetBSD: distinfo,v 1.17 2022/02/12 12:37:42 taca Exp $ -BLAKE2s (octokit-4.21.0.gem) = e90b691e88dc3ec3c48580b3df7fc783d6e8cfdba57e0aea97b1764ab3a37bfa -SHA512 (octokit-4.21.0.gem) = ef45a799d6d45090fdf913ec585d7d9980b084ea9d715f4cb01d029296b575efc5d06e36e0cb36fcd92c0cba1ef563d57820bbe422638d3f26af9aa7a730af12 -Size (octokit-4.21.0.gem) = 83968 bytes +BLAKE2s (octokit-4.22.0.gem) = 34b8317f5174487e50a12f9830641391b07e2358e4a8070f5a3e53fc167aaf16 +SHA512 (octokit-4.22.0.gem) = d4706bd0eb883505969818de77df47d1ad8d6d0377d2759352cd8254154755deef613dac99276655f1f9a8b9de453e250c71c0f50f1c9c990109177fee00036a +Size (octokit-4.22.0.gem) = 84480 bytes --_----------=_1644669462245080--