Sun Sep 23 14:54:50 2018 UTC ()
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


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

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

--- pkgsrc/devel/ruby-octokit/Makefile 2018/03/13 17:37:03 1.8
+++ pkgsrc/devel/ruby-octokit/Makefile 2018/09/23 14:54:49 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.8 2018/03/13 17:37:03 taca Exp $ 1# $NetBSD: Makefile,v 1.9 2018/09/23 14:54:49 taca Exp $
2 2
3DISTNAME= octokit-4.8.0 3DISTNAME= octokit-4.12.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
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/ruby-octokit/PLIST 2018/03/13 17:37:03 1.6
+++ pkgsrc/devel/ruby-octokit/PLIST 2018/09/23 14:54:49 1.7
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1@comment $NetBSD: PLIST,v 1.6 2018/03/13 17:37:03 taca Exp $ 1@comment $NetBSD: PLIST,v 1.7 2018/09/23 14:54:49 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/commit_comments.rb 15${GEM_LIBDIR}/lib/octokit/client/commit_comments.rb
16${GEM_LIBDIR}/lib/octokit/client/commits.rb 16${GEM_LIBDIR}/lib/octokit/client/commits.rb
 17${GEM_LIBDIR}/lib/octokit/client/community_profile.rb
17${GEM_LIBDIR}/lib/octokit/client/contents.rb 18${GEM_LIBDIR}/lib/octokit/client/contents.rb
18${GEM_LIBDIR}/lib/octokit/client/deployments.rb 19${GEM_LIBDIR}/lib/octokit/client/deployments.rb
19${GEM_LIBDIR}/lib/octokit/client/downloads.rb 20${GEM_LIBDIR}/lib/octokit/client/downloads.rb
20${GEM_LIBDIR}/lib/octokit/client/emojis.rb 21${GEM_LIBDIR}/lib/octokit/client/emojis.rb
21${GEM_LIBDIR}/lib/octokit/client/events.rb 22${GEM_LIBDIR}/lib/octokit/client/events.rb
22${GEM_LIBDIR}/lib/octokit/client/feeds.rb 23${GEM_LIBDIR}/lib/octokit/client/feeds.rb
23${GEM_LIBDIR}/lib/octokit/client/gists.rb 24${GEM_LIBDIR}/lib/octokit/client/gists.rb
24${GEM_LIBDIR}/lib/octokit/client/gitignore.rb 25${GEM_LIBDIR}/lib/octokit/client/gitignore.rb
25${GEM_LIBDIR}/lib/octokit/client/hooks.rb 26${GEM_LIBDIR}/lib/octokit/client/hooks.rb
26${GEM_LIBDIR}/lib/octokit/client/issues.rb 27${GEM_LIBDIR}/lib/octokit/client/issues.rb
27${GEM_LIBDIR}/lib/octokit/client/labels.rb 28${GEM_LIBDIR}/lib/octokit/client/labels.rb
28${GEM_LIBDIR}/lib/octokit/client/legacy_search.rb 29${GEM_LIBDIR}/lib/octokit/client/legacy_search.rb
29${GEM_LIBDIR}/lib/octokit/client/licenses.rb 30${GEM_LIBDIR}/lib/octokit/client/licenses.rb

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

--- pkgsrc/devel/ruby-octokit/distinfo 2018/03/13 17:37:03 1.7
+++ pkgsrc/devel/ruby-octokit/distinfo 2018/09/23 14:54:49 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2018/03/13 17:37:03 taca Exp $ 1$NetBSD: distinfo,v 1.8 2018/09/23 14:54:49 taca Exp $
2 2
3SHA1 (octokit-4.8.0.gem) = 6fe41cfa709801a37548b2fac3888dffa8bba02f 3SHA1 (octokit-4.12.0.gem) = 55291610812870ebb41550c7389d6aad1bffdb6f
4RMD160 (octokit-4.8.0.gem) = 37c3ee3dcbb0618d1f578ca497d9914bd16daf5b 4RMD160 (octokit-4.12.0.gem) = ae893990fd5e301cf88c45bc3a68a01c00798187
5SHA512 (octokit-4.8.0.gem) = ca40e54c994006c28c2b9a406b8932d564c8ca537a86cc30909203d60b2eabf59c0025ac881ba0c93e74be5d458dbda1e8bfe17f691aea7717fb631e3c52d072 5SHA512 (octokit-4.12.0.gem) = 38405bb696ea0e52e1c9de9bbc45616a1540de3d80f4841b2c8ab9e47759c17c878860d671b7ff3b6703966cb02bcb1baab5098bc95ea50172c00aa5f2b9e1f7
6Size (octokit-4.8.0.gem) = 76288 bytes 6Size (octokit-4.12.0.gem) = 77824 bytes