Wed Feb 5 14:59:02 2020 UTC ()
devel/ruby-octokit: update to 4.15.0

Update ruby-octokit to 4.15.0.

4.15.0 (2020-01-02)

Preview header support

* #1114 Adds drafts preview header @andrew
* #1132 Update branch protection preview @spikex

New features

* #1133 Support for template repositories @EricPickup
* #1136 Add method to find team by name @gallexi
* #1153 Add method to delete installation @yykamei
* #1151 Add method to update pull request review @eric-silverman
* #1162 Support for Commit pulls @tgmachina

Improved error handling

* #1115 Add BillingIssue error @stmllr
* #1106 Add TooLargeContent error @ybiquitous
* #1164 Add SAMLProtected error @tarebyte

Resolve deprecation warnings

* #1152 Fix version deprecation warning in ci builds @hmharvey
* #1154 Fix faraday error subclass @Gasparila

Documentation

* #1123 Add option in the pull request state parameter @4geru
* #1135 Fix the contributing doc steps @gallexi
* #1134 Fix the code example for update branch @rmacklin
* #1139 Add assignee params @4geru
* #1138 Update link to new collaborators api @shaunakpp
* #1129 Add code of conduct @spikex
* #1102 Update readme to point directly to v3 api @binhums

Tooling updates

* #1142 Migrated to actions @tarebyte

4.14.0 (2019-03-29)

Bug fixes

* Support auto pagination in org_projects #1090 (@mattr-)
* Support falsy values in configuration #1091 (@nickstanish)
* fixup ssl verify mode #1098 (@tnaoto)

Code cleanup

* Change the raise_invalid_repository! msg from repo/user to user/repo #1094
  (@DaiAoki)
* Fix redundant code in Octkit::Client #1100 (@rnitta)

Documentation

* Adds timeout instructions to readme #1089 (@abinoda)
* Fix docs of #repository? return value type #1092 (@vecerek)
* Update doc of Repositories#collaborators method #1105 (@ybiquitous)

New features

* Add client methods for the Checks API #1101 (@laserlemon)

4.13.0 (2019-10-11)

Bug fixes

* Fixes 422 error for passing client_id when making a new OAuth Authorization
  #1077 (@tarebyte)

Documentation

* Add Octopoller section to readme #1073 (@BenEmdon)

Support for new preview headers

* Add new strict validation preview header #1078 (@tarebyte)

Testing fixes

* Update WebMock and VCR / update Octokit::Client::Authorizations spec #1077
  (@tarebyte)


(taca)
diff -r1.9 -r1.10 pkgsrc/devel/ruby-octokit/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/ruby-octokit/PLIST
diff -r1.8 -r1.9 pkgsrc/devel/ruby-octokit/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/ruby-octokit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-octokit/Makefile 2018/09/23 14:54:49 1.9
+++ pkgsrc/devel/ruby-octokit/Makefile 2020/02/05 14:59:02 1.10
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2018/09/23 14:54:49 taca Exp $ 1# $NetBSD: Makefile,v 1.10 2020/02/05 14:59:02 taca Exp $
2 2
3DISTNAME= octokit-4.12.0 3DISTNAME= octokit-4.15.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/octokit/octokit.rb 7HOMEPAGE= https://github.com/octokit/octokit.rb
8COMMENT= Ruby toolkit for working with the GitHub API 8COMMENT= Ruby toolkit for working with the GitHub API
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.8.1:../../www/ruby-sawyer 11DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.8.1:../../www/ruby-sawyer
 12DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.9:../../www/ruby-faraday
 13
 14USE_LANGUAGES= # none
12 15
13.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/devel/ruby-octokit/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-octokit/PLIST 2018/09/23 14:54:49 1.7
+++ pkgsrc/devel/ruby-octokit/PLIST 2020/02/05 14:59:02 1.8
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1@comment $NetBSD: PLIST,v 1.7 2018/09/23 14:54:49 taca Exp $ 1@comment $NetBSD: PLIST,v 1.8 2020/02/05 14:59:02 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/.document 3${GEM_LIBDIR}/.document
4${GEM_LIBDIR}/CONTRIBUTING.md 4${GEM_LIBDIR}/CONTRIBUTING.md
5${GEM_LIBDIR}/LICENSE.md 5${GEM_LIBDIR}/LICENSE.md
6${GEM_LIBDIR}/README.md 6${GEM_LIBDIR}/README.md
7${GEM_LIBDIR}/Rakefile 7${GEM_LIBDIR}/Rakefile
8${GEM_LIBDIR}/lib/ext/sawyer/relation.rb 8${GEM_LIBDIR}/lib/ext/sawyer/relation.rb
9${GEM_LIBDIR}/lib/octokit.rb 9${GEM_LIBDIR}/lib/octokit.rb
10${GEM_LIBDIR}/lib/octokit/arguments.rb 10${GEM_LIBDIR}/lib/octokit/arguments.rb
11${GEM_LIBDIR}/lib/octokit/authentication.rb 11${GEM_LIBDIR}/lib/octokit/authentication.rb
12${GEM_LIBDIR}/lib/octokit/client.rb 12${GEM_LIBDIR}/lib/octokit/client.rb
13${GEM_LIBDIR}/lib/octokit/client/apps.rb 13${GEM_LIBDIR}/lib/octokit/client/apps.rb
14${GEM_LIBDIR}/lib/octokit/client/authorizations.rb 14${GEM_LIBDIR}/lib/octokit/client/authorizations.rb
 15${GEM_LIBDIR}/lib/octokit/client/checks.rb
15${GEM_LIBDIR}/lib/octokit/client/commit_comments.rb 16${GEM_LIBDIR}/lib/octokit/client/commit_comments.rb
 17${GEM_LIBDIR}/lib/octokit/client/commit_pulls.rb
16${GEM_LIBDIR}/lib/octokit/client/commits.rb 18${GEM_LIBDIR}/lib/octokit/client/commits.rb
17${GEM_LIBDIR}/lib/octokit/client/community_profile.rb 19${GEM_LIBDIR}/lib/octokit/client/community_profile.rb
18${GEM_LIBDIR}/lib/octokit/client/contents.rb 20${GEM_LIBDIR}/lib/octokit/client/contents.rb
19${GEM_LIBDIR}/lib/octokit/client/deployments.rb 21${GEM_LIBDIR}/lib/octokit/client/deployments.rb
20${GEM_LIBDIR}/lib/octokit/client/downloads.rb 22${GEM_LIBDIR}/lib/octokit/client/downloads.rb
21${GEM_LIBDIR}/lib/octokit/client/emojis.rb 23${GEM_LIBDIR}/lib/octokit/client/emojis.rb
22${GEM_LIBDIR}/lib/octokit/client/events.rb 24${GEM_LIBDIR}/lib/octokit/client/events.rb
23${GEM_LIBDIR}/lib/octokit/client/feeds.rb 25${GEM_LIBDIR}/lib/octokit/client/feeds.rb
24${GEM_LIBDIR}/lib/octokit/client/gists.rb 26${GEM_LIBDIR}/lib/octokit/client/gists.rb
25${GEM_LIBDIR}/lib/octokit/client/gitignore.rb 27${GEM_LIBDIR}/lib/octokit/client/gitignore.rb
26${GEM_LIBDIR}/lib/octokit/client/hooks.rb 28${GEM_LIBDIR}/lib/octokit/client/hooks.rb
27${GEM_LIBDIR}/lib/octokit/client/issues.rb 29${GEM_LIBDIR}/lib/octokit/client/issues.rb
28${GEM_LIBDIR}/lib/octokit/client/labels.rb 30${GEM_LIBDIR}/lib/octokit/client/labels.rb

cvs diff -r1.8 -r1.9 pkgsrc/devel/ruby-octokit/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-octokit/distinfo 2018/09/23 14:54:49 1.8
+++ pkgsrc/devel/ruby-octokit/distinfo 2020/02/05 14:59:02 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/09/23 14:54:49 taca Exp $ 1$NetBSD: distinfo,v 1.9 2020/02/05 14:59:02 taca Exp $
2 2
3SHA1 (octokit-4.12.0.gem) = 55291610812870ebb41550c7389d6aad1bffdb6f 3SHA1 (octokit-4.15.0.gem) = 2ac5f889024fc8bb4ed09b7fd8ea44f02402a20c
4RMD160 (octokit-4.12.0.gem) = ae893990fd5e301cf88c45bc3a68a01c00798187 4RMD160 (octokit-4.15.0.gem) = 9710dc8985dcb9cc3f3c662fce2a0135eea1769d
5SHA512 (octokit-4.12.0.gem) = 38405bb696ea0e52e1c9de9bbc45616a1540de3d80f4841b2c8ab9e47759c17c878860d671b7ff3b6703966cb02bcb1baab5098bc95ea50172c00aa5f2b9e1f7 5SHA512 (octokit-4.15.0.gem) = 4f075097f9b16fd85373e8b329c5a7b26d6088b0edac1f91bfd371e784ecf59f43fb359cdcc89e967eb7b3704afaacd1d1461dce3bf64d535543814598dd3146
6Size (octokit-4.12.0.gem) = 77824 bytes 6Size (octokit-4.15.0.gem) = 80896 bytes