Received: by mail.netbsd.org (Postfix, from userid 605) id 27BA784D36; Sun, 23 Sep 2018 14:54:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3630184D1F for ; Sun, 23 Sep 2018 14:54:51 +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 K7ck7_Fr-L9k for ; Sun, 23 Sep 2018 14:54:50 +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 2D02384C82 for ; Sun, 23 Sep 2018 14:54:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D01CFBEE; Sun, 23 Sep 2018 14:54:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537714490118180" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 14:54:50 +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: <20180923145450.1D01CFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1537714490118180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 14:54:50 UTC 2018 Modified Files: pkgsrc/devel/ruby-octokit: Makefile PLIST distinfo Log Message: devel/ruby-octokit: update to 4.12.0 4.12.0 (2018/09/11) Support for additional APIs * #1060 Add support for Transfer repository API * #1070 Add support for List Assignees API * #975 Add support for Community Profile API Bugfixes * #1069 Do not pass wrong params in org membership method v4.11.0 (2018/08/30) Code clean up * #1054 Remove the :name key from #add_team_repository request Documentation fixes * #1050 Add in note about require * #1056 Fixes documentation url for outside_collaborators Existing endpoint changes * #1055 Use new app installation token endpoint Support new endpoints * #1052 App installation finders 4.10.0 (2018/08/09) Graduated preview periods * #1020 Remove preview warning for marketplace API * #1041 Remove marketplace preview warnings (we mean it, this time) * #1042 Remove preview warning for Repository Invitations API * #1047 Rework request review API to support team reviewers Support for new endpoints * #1044 Implement Topics API * #990 Implement delete a pull request review request Bugfixes * #1025 Fix contributors endpoint for empty repos * #1034 Duplicate option to prevent mutating original * #1018 Convert OCTOKIT_SSL_VERIFY_MODE environment variable to integer Enhancements * #1021 Add Faraday retry middleware * #1032 Use auto pagination when retrieving statuses 4.9.0 (2018/05/08) Bugfixes * #1006 Use Addressable::URI instead of stdlib URI for normalization * #1003 Fix pagination of GitHub App endpoints * #1000 Call dup on arguments before mutating Documentation changes * #969 Document the steps necessary to cut a release * #972 Url to the review API was wrong * #973 Fix pull_requests_comments example documentation * #985 Add tag_name to update_release documentation * #989 Command example fix in documentation. * #1008 Fixes documentation for getting single issue comment * #1011 Fix example call to Octokit.label Enhancements * #982 Be able to set an SSL verify mode on faraday * #1009 Add missing remove_org_membership alias Maintenance * #970 Update Ruby versions for CI * #961 Update VCR gem Support for additional API endpoints * #984 Add remove_assignees method to the client * #959 Commit Search API preview * #996 Add ability to list a single deployment, by id To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-octokit/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-octokit/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-octokit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537714490118180 Content-Disposition: inline Content-Length: 2477 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.8 pkgsrc/devel/ruby-octokit/Makefile:1.9 --- pkgsrc/devel/ruby-octokit/Makefile:1.8 Tue Mar 13 17:37:03 2018 +++ pkgsrc/devel/ruby-octokit/Makefile Sun Sep 23 14:54:49 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/03/13 17:37:03 taca Exp $ +# $NetBSD: Makefile,v 1.9 2018/09/23 14:54:49 taca Exp $ -DISTNAME= octokit-4.8.0 +DISTNAME= octokit-4.12.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-octokit/PLIST diff -u pkgsrc/devel/ruby-octokit/PLIST:1.6 pkgsrc/devel/ruby-octokit/PLIST:1.7 --- pkgsrc/devel/ruby-octokit/PLIST:1.6 Tue Mar 13 17:37:03 2018 +++ pkgsrc/devel/ruby-octokit/PLIST Sun Sep 23 14:54:49 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2018/03/13 17:37:03 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2018/09/23 14:54:49 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/CONTRIBUTING.md @@ -14,6 +14,7 @@ ${GEM_LIBDIR}/lib/octokit/client/apps.rb ${GEM_LIBDIR}/lib/octokit/client/authorizations.rb ${GEM_LIBDIR}/lib/octokit/client/commit_comments.rb ${GEM_LIBDIR}/lib/octokit/client/commits.rb +${GEM_LIBDIR}/lib/octokit/client/community_profile.rb ${GEM_LIBDIR}/lib/octokit/client/contents.rb ${GEM_LIBDIR}/lib/octokit/client/deployments.rb ${GEM_LIBDIR}/lib/octokit/client/downloads.rb Index: pkgsrc/devel/ruby-octokit/distinfo diff -u pkgsrc/devel/ruby-octokit/distinfo:1.7 pkgsrc/devel/ruby-octokit/distinfo:1.8 --- pkgsrc/devel/ruby-octokit/distinfo:1.7 Tue Mar 13 17:37:03 2018 +++ pkgsrc/devel/ruby-octokit/distinfo Sun Sep 23 14:54:49 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/03/13 17:37:03 taca Exp $ +$NetBSD: distinfo,v 1.8 2018/09/23 14:54:49 taca Exp $ -SHA1 (octokit-4.8.0.gem) = 6fe41cfa709801a37548b2fac3888dffa8bba02f -RMD160 (octokit-4.8.0.gem) = 37c3ee3dcbb0618d1f578ca497d9914bd16daf5b -SHA512 (octokit-4.8.0.gem) = ca40e54c994006c28c2b9a406b8932d564c8ca537a86cc30909203d60b2eabf59c0025ac881ba0c93e74be5d458dbda1e8bfe17f691aea7717fb631e3c52d072 -Size (octokit-4.8.0.gem) = 76288 bytes +SHA1 (octokit-4.12.0.gem) = 55291610812870ebb41550c7389d6aad1bffdb6f +RMD160 (octokit-4.12.0.gem) = ae893990fd5e301cf88c45bc3a68a01c00798187 +SHA512 (octokit-4.12.0.gem) = 38405bb696ea0e52e1c9de9bbc45616a1540de3d80f4841b2c8ab9e47759c17c878860d671b7ff3b6703966cb02bcb1baab5098bc95ea50172c00aa5f2b9e1f7 +Size (octokit-4.12.0.gem) = 77824 bytes --_----------=_1537714490118180--