pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-octokit Update ruby-octokit to 4.4.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/da3f01d819e9
branches: trunk
changeset: 354228:da3f01d819e9
user: taca <taca%pkgsrc.org@localhost>
date: Mon Oct 24 14:13:08 2016 +0000
description:
Update ruby-octokit to 4.4.0.
v4.4.0
Library changes
* #777 This impacts all methods that pass a repository parameter. Change
Repository.validate_owner_and_name! to use URI::ABS_URI instead the
deprecated URI.regexp
* #752 Use octokit_warn instead of warn in Preview.warn_preview
* #761 Octokit::AccountSuspended for 403 responses @koglinjg
New methods
* #748 Add support for Source Import APIs @LizzHale
https://developer.github.com/v3/migration/source_imports/
* #814 #799 New method Repositories.branch_protection to get a branch's
protection status
https://developer.github.com/v3/repos/branches/#get-branch-protection
* #770 Add Issues#lock and Issues#unlock @davidcelis
https://developer.github.com/v3/issues/#lock-an-issue
https://developer.github.com/v3/issues/#unlock-an-issue
* #816 Add Pages.pages_build to get specific page build by ID
https://developer.github.com/v3/repos/pages/#list-a-specific-pages-build
Updated Methods
* #733 Support getting Milestones by repository id @stmllr
* #739 Escape options values in authorize_url @shvaikalesh
* #705 #704 Support API urls in Repository#from_url
* #780 Dup options in #create_repo method before mutating the hash
@davidcpell
* #815 Change Pages.pages to use preview media type to gain additional
data. Add Pages.request_page_build for
https://developer.github.com/v3/repos/pages/#request-a-page-build
* #797 Change #upload_assets to read files in read only mode @trevorrowe
* #743 Add deprecation warning for when :permission parameter is passed
to Organizations.create_team. Assign team repository permissions with
Organizations.add_team_repository instead.
* #805 *_stats methods return nil on timeout when : retry_wait is used.
Previously returned empty Sawyer::Resource. @etiennebarrie
* #819 #protect_branch Enable branch protection without enforcing
required_status_checks. @mgreensmith
Documentation Edits
* #750 Fix typo in README.md @blunderdome
* #804 @kei-s #create_pull_request_comment_reply
* #817 Fix .decline_repository_invitation API doc url
* #742 Fix Default.middleware documentation comment @v-kolesnikov
* #754 Add Table of contents to README.md
Octokit Development Changes
* #751 Add webmock pessimism < 2.0.0
* #723 Improved the setup for the Issues specs by creating temp repos
to test against @tarebyte
diffstat:
devel/ruby-octokit/Makefile | 4 ++--
devel/ruby-octokit/PLIST | 4 +++-
devel/ruby-octokit/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (48 lines):
diff -r 388a910ecddb -r da3f01d819e9 devel/ruby-octokit/Makefile
--- a/devel/ruby-octokit/Makefile Mon Oct 24 13:59:29 2016 +0000
+++ b/devel/ruby-octokit/Makefile Mon Oct 24 14:13:08 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/10/03 07:21:05 spz Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/24 14:13:08 taca Exp $
-DISTNAME= octokit-4.3.0
+DISTNAME= octokit-4.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 388a910ecddb -r da3f01d819e9 devel/ruby-octokit/PLIST
--- a/devel/ruby-octokit/PLIST Mon Oct 24 13:59:29 2016 +0000
+++ b/devel/ruby-octokit/PLIST Mon Oct 24 14:13:08 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/03/08 14:07:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/10/24 14:13:08 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/CONTRIBUTING.md
@@ -35,9 +35,11 @@
${GEM_LIBDIR}/lib/octokit/client/pub_sub_hubbub.rb
${GEM_LIBDIR}/lib/octokit/client/pull_requests.rb
${GEM_LIBDIR}/lib/octokit/client/rate_limit.rb
+${GEM_LIBDIR}/lib/octokit/client/reactions.rb
${GEM_LIBDIR}/lib/octokit/client/refs.rb
${GEM_LIBDIR}/lib/octokit/client/releases.rb
${GEM_LIBDIR}/lib/octokit/client/repositories.rb
+${GEM_LIBDIR}/lib/octokit/client/repository_invitations.rb
${GEM_LIBDIR}/lib/octokit/client/say.rb
${GEM_LIBDIR}/lib/octokit/client/search.rb
${GEM_LIBDIR}/lib/octokit/client/service_status.rb
diff -r 388a910ecddb -r da3f01d819e9 devel/ruby-octokit/distinfo
--- a/devel/ruby-octokit/distinfo Mon Oct 24 13:59:29 2016 +0000
+++ b/devel/ruby-octokit/distinfo Mon Oct 24 14:13:08 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/03/08 14:07:50 taca Exp $
+$NetBSD: distinfo,v 1.3 2016/10/24 14:13:08 taca Exp $
-SHA1 (octokit-4.3.0.gem) = 37b4b86550461946e759ec3a5dee547dcbddee1d
-RMD160 (octokit-4.3.0.gem) = 428bf1b990e7f5a67a615138b7af7bb9c9a5282d
-SHA512 (octokit-4.3.0.gem) = a1fd607bdcfd03e74c8c69135248c64dec42f45a0c031244d2374db964ed2039cb8a4690b6dda6aa56e6179cfb12dc7873b0d64423fd5eaea137e9b984932e54
-Size (octokit-4.3.0.gem) = 66560 bytes
+SHA1 (octokit-4.4.0.gem) = 1e19c36070de7f1f93056809a23a71d671692119
+RMD160 (octokit-4.4.0.gem) = 93e8ae7f9f58f466fc347b4064a0e07372c8c50b
+SHA512 (octokit-4.4.0.gem) = 441c7a6b1d593501dc78ec9d0cd405a8ac8b07e657e155cf032a8f9c5155bf0cf26e5d203fefc2189e34466c2a2d069f9406d9f2981944448d1dee0c7b994fbd
+Size (octokit-4.4.0.gem) = 69632 bytes
Home |
Main Index |
Thread Index |
Old Index