pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-octokit
Module Name: pkgsrc
Committed By: taca
Date: Wed Feb 5 14:59:02 UTC 2020
Modified Files:
pkgsrc/devel/ruby-octokit: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-octokit/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-octokit/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-octokit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-octokit/Makefile
diff -u pkgsrc/devel/ruby-octokit/Makefile:1.9 pkgsrc/devel/ruby-octokit/Makefile:1.10
--- pkgsrc/devel/ruby-octokit/Makefile:1.9 Sun Sep 23 14:54:49 2018
+++ pkgsrc/devel/ruby-octokit/Makefile Wed Feb 5 14:59:02 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/09/23 14:54:49 taca Exp $
+# $NetBSD: Makefile,v 1.10 2020/02/05 14:59:02 taca Exp $
-DISTNAME= octokit-4.12.0
+DISTNAME= octokit-4.15.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -9,6 +9,9 @@ COMMENT= Ruby toolkit for working with t
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.8.1:../../www/ruby-sawyer
+DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.9:../../www/ruby-faraday
+
+USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-octokit/PLIST
diff -u pkgsrc/devel/ruby-octokit/PLIST:1.7 pkgsrc/devel/ruby-octokit/PLIST:1.8
--- pkgsrc/devel/ruby-octokit/PLIST:1.7 Sun Sep 23 14:54:49 2018
+++ pkgsrc/devel/ruby-octokit/PLIST Wed Feb 5 14:59:02 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/09/23 14:54:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/02/05 14:59:02 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/CONTRIBUTING.md
@@ -12,7 +12,9 @@ ${GEM_LIBDIR}/lib/octokit/authentication
${GEM_LIBDIR}/lib/octokit/client.rb
${GEM_LIBDIR}/lib/octokit/client/apps.rb
${GEM_LIBDIR}/lib/octokit/client/authorizations.rb
+${GEM_LIBDIR}/lib/octokit/client/checks.rb
${GEM_LIBDIR}/lib/octokit/client/commit_comments.rb
+${GEM_LIBDIR}/lib/octokit/client/commit_pulls.rb
${GEM_LIBDIR}/lib/octokit/client/commits.rb
${GEM_LIBDIR}/lib/octokit/client/community_profile.rb
${GEM_LIBDIR}/lib/octokit/client/contents.rb
Index: pkgsrc/devel/ruby-octokit/distinfo
diff -u pkgsrc/devel/ruby-octokit/distinfo:1.8 pkgsrc/devel/ruby-octokit/distinfo:1.9
--- pkgsrc/devel/ruby-octokit/distinfo:1.8 Sun Sep 23 14:54:49 2018
+++ pkgsrc/devel/ruby-octokit/distinfo Wed Feb 5 14:59:02 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/09/23 14:54:49 taca Exp $
+$NetBSD: distinfo,v 1.9 2020/02/05 14:59:02 taca Exp $
-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
+SHA1 (octokit-4.15.0.gem) = 2ac5f889024fc8bb4ed09b7fd8ea44f02402a20c
+RMD160 (octokit-4.15.0.gem) = 9710dc8985dcb9cc3f3c662fce2a0135eea1769d
+SHA512 (octokit-4.15.0.gem) = 4f075097f9b16fd85373e8b329c5a7b26d6088b0edac1f91bfd371e784ecf59f43fb359cdcc89e967eb7b3704afaacd1d1461dce3bf64d535543814598dd3146
+Size (octokit-4.15.0.gem) = 80896 bytes
Home |
Main Index |
Thread Index |
Old Index