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 Mar  8 14:26:37 UTC 2020

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

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

Update ruby-octokit to 4.16.0.

4.16.0 (2020-02-05)

New features

* #1187 Support for Commit Branches @tgmachina

Resolve deprecation warnings

* #1192 Fix deprecation notice for authentication via query parameters
  @tarebyte Documentation
* #1137 Clarify force parameter documentation @rmacklin
* #1186 Fix team_by_name example @steinbrueckri
* #1190 Fix API links in the Apps client @ybiquitous

Tooling updates

* #1185 Fix action builds against 4-stable @tarebyte


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-octokit/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-octokit/PLIST
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/devel/ruby-octokit/Makefile:1.11
--- pkgsrc/devel/ruby-octokit/Makefile:1.10     Wed Feb  5 14:59:02 2020
+++ pkgsrc/devel/ruby-octokit/Makefile  Sun Mar  8 14:26:37 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/02/05 14:59:02 taca Exp $
+# $NetBSD: Makefile,v 1.11 2020/03/08 14:26:37 taca Exp $
 
-DISTNAME=      octokit-4.15.0
+DISTNAME=      octokit-4.16.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-octokit/PLIST
diff -u pkgsrc/devel/ruby-octokit/PLIST:1.8 pkgsrc/devel/ruby-octokit/PLIST:1.9
--- pkgsrc/devel/ruby-octokit/PLIST:1.8 Wed Feb  5 14:59:02 2020
+++ pkgsrc/devel/ruby-octokit/PLIST     Sun Mar  8 14:26:37 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/02/05 14:59:02 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/03/08 14:26:37 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/CONTRIBUTING.md
@@ -13,6 +13,7 @@ ${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_branches.rb
 ${GEM_LIBDIR}/lib/octokit/client/commit_comments.rb
 ${GEM_LIBDIR}/lib/octokit/client/commit_pulls.rb
 ${GEM_LIBDIR}/lib/octokit/client/commits.rb

Index: pkgsrc/devel/ruby-octokit/distinfo
diff -u pkgsrc/devel/ruby-octokit/distinfo:1.9 pkgsrc/devel/ruby-octokit/distinfo:1.10
--- pkgsrc/devel/ruby-octokit/distinfo:1.9      Wed Feb  5 14:59:02 2020
+++ pkgsrc/devel/ruby-octokit/distinfo  Sun Mar  8 14:26:37 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/02/05 14:59:02 taca Exp $
+$NetBSD: distinfo,v 1.10 2020/03/08 14:26:37 taca Exp $
 
-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
+SHA1 (octokit-4.16.0.gem) = 198321b29fd8b66787b0df47216b334a0960ac91
+RMD160 (octokit-4.16.0.gem) = 714d77299bb1fbcf194b922872753ff5cfddf746
+SHA512 (octokit-4.16.0.gem) = cf8c01390eee3a8ae9e0dcaf2709a7716343965111d541574d88d6d9137b13c0265385c419c00abaee31cc29e823bda351e198ec50d4069448126b10a3b089f9
+Size (octokit-4.16.0.gem) = 80896 bytes



Home | Main Index | Thread Index | Old Index