Received: by mail.netbsd.org (Postfix, from userid 605) id C3E4E84EC9; Thu, 27 Apr 2023 14:03:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F032A84E7A for ; Thu, 27 Apr 2023 14:03:18 +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 CB4-48G7fmJa for ; Thu, 27 Apr 2023 14:03:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5528F84E5E for ; Thu, 27 Apr 2023 14:03:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4ECFEFA87; Thu, 27 Apr 2023 14:03:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682604198104160" MIME-Version: 1.0 Date: Thu, 27 Apr 2023 14:03:18 +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: <20230427140318.4ECFEFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682604198104160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Apr 27 14:03:18 UTC 2023 Modified Files: pkgsrc/devel/ruby-octokit: Makefile PLIST distinfo Log Message: devel/ruby-octokit: update to 6.1.1 6.1.1 (2023-04-06) What's Changed Features * Add Octokit::Client#delete_organization to support org deletion by @jdennes in #1558 * Added Environments API by @jer-k in #1554 Bugs * [fix] Ensures that the API Token in clear text is never present in the error stack trace when set in the URL by @nickfloyd in #1562 Docs * [docs] Adds link to search limits by @yeikel in #1555 Maintenance * Bump rubocop requirement from 1.46.0 to 1.48.1 by @dependabot in #1551 * Bump rubocop requirement from 1.48.1 to 1.49.0 by @dependabot in #1561 * Bump actions/add-to-project from 0.4.1 to 0.5.0 by @dependabot in #1560 * Bump actions/stale from 7 to 8 by @dependabot in #1556 New Contributors * @yeikel made their first contribution in #1555 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-octokit/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-octokit/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-octokit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682604198104160 Content-Disposition: inline Content-Length: 2372 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.19 pkgsrc/devel/ruby-octokit/Makefile:1.20 --- pkgsrc/devel/ruby-octokit/Makefile:1.19 Wed Mar 15 14:27:56 2023 +++ pkgsrc/devel/ruby-octokit/Makefile Thu Apr 27 14:03:18 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2023/03/15 14:27:56 taca Exp $ +# $NetBSD: Makefile,v 1.20 2023/04/27 14:03:18 taca Exp $ -DISTNAME= octokit-6.1.0 +DISTNAME= octokit-6.1.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-octokit/PLIST diff -u pkgsrc/devel/ruby-octokit/PLIST:1.13 pkgsrc/devel/ruby-octokit/PLIST:1.14 --- pkgsrc/devel/ruby-octokit/PLIST:1.13 Mon Jan 9 08:22:20 2023 +++ pkgsrc/devel/ruby-octokit/PLIST Thu Apr 27 14:03:18 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2023/01/09 08:22:20 taca Exp $ +@comment $NetBSD: PLIST,v 1.14 2023/04/27 14:03:18 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/CONTRIBUTING.md @@ -26,6 +26,7 @@ ${GEM_LIBDIR}/lib/octokit/client/content ${GEM_LIBDIR}/lib/octokit/client/deployments.rb ${GEM_LIBDIR}/lib/octokit/client/downloads.rb ${GEM_LIBDIR}/lib/octokit/client/emojis.rb +${GEM_LIBDIR}/lib/octokit/client/environments.rb ${GEM_LIBDIR}/lib/octokit/client/events.rb ${GEM_LIBDIR}/lib/octokit/client/feeds.rb ${GEM_LIBDIR}/lib/octokit/client/gists.rb Index: pkgsrc/devel/ruby-octokit/distinfo diff -u pkgsrc/devel/ruby-octokit/distinfo:1.20 pkgsrc/devel/ruby-octokit/distinfo:1.21 --- pkgsrc/devel/ruby-octokit/distinfo:1.20 Wed Mar 15 14:27:56 2023 +++ pkgsrc/devel/ruby-octokit/distinfo Thu Apr 27 14:03:18 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/03/15 14:27:56 taca Exp $ +$NetBSD: distinfo,v 1.21 2023/04/27 14:03:18 taca Exp $ -BLAKE2s (octokit-6.1.0.gem) = d81abebf1ebceb697cb6e4e842eb80a6a0e187f51106ccb5ea6997c3a2fa2b3d -SHA512 (octokit-6.1.0.gem) = 1d9496c275ae9650c9c1c622b3a92499c370456cd12a046d1daecfcbcdd4dd6246b16d70c5a997171761416b6372bc44b4aeaaf984a91491bd27a96121219890 -Size (octokit-6.1.0.gem) = 84992 bytes +BLAKE2s (octokit-6.1.1.gem) = eeca348087bb7407d7c018a2c9acc70dce380bfd5b9d8158279ac9d1759be30d +SHA512 (octokit-6.1.1.gem) = 40d06943d13d692aedab14e31d981d81b2319c68cb60ce50251ee3f666674110d84bc39f80d95cf00410b4fc931797438c82859008b0bc731f81b897dd43c37e +Size (octokit-6.1.1.gem) = 86016 bytes --_----------=_1682604198104160--