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:           Sun Jan 10 15:27:12 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-octokit: Makefile PLIST distinfo

Log Message:
devel/ruby-octokit: update to 4.18.0

4.18.0 (2020-03-25)

API Support

* #1304 Added the ability to delete a deployment @jer-k
* #1308 Add repo vulnerability alerts related functionality for
   repositories @calvinhughes

Bug fixes

* #1309 Paginate outside_collaborators calls @sds
* #1316 Uses of FaradayMiddleware#on_complete should not be private
   @tarebyte

Code improvements

* #1131 Add CommitIsNotPartOfPullRequest error @wata727
* #1303 Remove integrations preview header @MichaelViveros
* #1307 Raise Octokit::InstallationSuspended when another error is
   received @yykamei

Documentation

* #1302 Add documentation on how to specify the ref option for RubyDoc
   @aomathwift
* #1311 Fix Code of Conduct link in Table of Contents @eduardoj

4.19.0 (2020-10-20)

Code Improvements

* #1223 Ensure a boolean is returned for application_authenticated @zakallen
* #1255 Update api paths in the organization api to take ids @hmharvey
* #1260 Fix last_response behavior after failures @JackTLi
* #1253 Ensure adapters set SSL options properly @tjwallace
* #1270 Add context around rate limit errors @jatindhankhar

API Support

* #1252 Introduces support for the ActionWorkflow and ActionWorkflowRun
   APIs @petar-lazarov
* #1236 Support for ActionsSecrets API @jylitalo
* #1266 Support for get the authenticated app @kitop
* #1281 Support for create a workflow dispatch event @igfoo
* #1286 Support installation suspended failures @stmllr
* #1288 Support for user migration endpoints @stmllr

Documentation

* #1248 Fix documentation link for update a repository @spier
* #1269 Update some documentation param names @tarebyte
* #1276 Remove dangling phrase in CONTRIBUTING.md @igfoo
* #1278 Link related doc in CONTRIBUTING.md @igfoo
* #1279 Fix script typo in README.md @igfoo
* #1291 Fix typo in authorizations comments @ohbarye


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-octokit/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-octokit/PLIST
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/devel/ruby-octokit/Makefile:1.14
--- pkgsrc/devel/ruby-octokit/Makefile:1.13     Mon Apr 27 06:12:54 2020
+++ pkgsrc/devel/ruby-octokit/Makefile  Sun Jan 10 15:27:12 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/04/27 06:12:54 taca Exp $
+# $NetBSD: Makefile,v 1.14 2021/01/10 15:27:12 taca Exp $
 
-DISTNAME=      octokit-4.18.0
+DISTNAME=      octokit-4.20.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-octokit/PLIST
diff -u pkgsrc/devel/ruby-octokit/PLIST:1.10 pkgsrc/devel/ruby-octokit/PLIST:1.11
--- pkgsrc/devel/ruby-octokit/PLIST:1.10        Mon Apr 27 06:12:54 2020
+++ pkgsrc/devel/ruby-octokit/PLIST     Sun Jan 10 15:27:12 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/04/27 06:12:54 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/01/10 15:27:12 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/CONTRIBUTING.md
@@ -10,6 +10,9 @@ ${GEM_LIBDIR}/lib/octokit.rb
 ${GEM_LIBDIR}/lib/octokit/arguments.rb
 ${GEM_LIBDIR}/lib/octokit/authentication.rb
 ${GEM_LIBDIR}/lib/octokit/client.rb
+${GEM_LIBDIR}/lib/octokit/client/actions_secrets.rb
+${GEM_LIBDIR}/lib/octokit/client/actions_workflow_runs.rb
+${GEM_LIBDIR}/lib/octokit/client/actions_workflows.rb
 ${GEM_LIBDIR}/lib/octokit/client/apps.rb
 ${GEM_LIBDIR}/lib/octokit/client/authorizations.rb
 ${GEM_LIBDIR}/lib/octokit/client/checks.rb

Index: pkgsrc/devel/ruby-octokit/distinfo
diff -u pkgsrc/devel/ruby-octokit/distinfo:1.12 pkgsrc/devel/ruby-octokit/distinfo:1.13
--- pkgsrc/devel/ruby-octokit/distinfo:1.12     Mon Apr 27 06:12:54 2020
+++ pkgsrc/devel/ruby-octokit/distinfo  Sun Jan 10 15:27:12 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/04/27 06:12:54 taca Exp $
+$NetBSD: distinfo,v 1.13 2021/01/10 15:27:12 taca Exp $
 
-SHA1 (octokit-4.18.0.gem) = d5d67e56e1f2e6ece7cb9033fd8bda4c378014b7
-RMD160 (octokit-4.18.0.gem) = 8c0cd6e478031907a701046ca290e3b47f21ca44
-SHA512 (octokit-4.18.0.gem) = 8b1bffaa3b9d6fbb029e4373a32824765376db9722dddc706386bc846d45a520c9b2451ce5c223ff6a2a1e1fde7880bc6350cf60f6fc1cc0dd2901dbe8e465f2
-Size (octokit-4.18.0.gem) = 81408 bytes
+SHA1 (octokit-4.20.0.gem) = e93abbbd0098fb66532d6a0e692f0b8c4c3329c4
+RMD160 (octokit-4.20.0.gem) = bb40929c1e7b3aa590831bf3c6b5f3d2ffed0323
+SHA512 (octokit-4.20.0.gem) = 92b0dc58e68f8bb6670a8fc23f21c20205308f83f2d66ff311c7b9c2aa27f6d290eefa2608627f76683407521928789c4665a4776c106c54cf00bbf34992109f
+Size (octokit-4.20.0.gem) = 83968 bytes



Home | Main Index | Thread Index | Old Index