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: Tue Mar 13 17:37:03 UTC 2018
Modified Files:
pkgsrc/devel/ruby-octokit: Makefile PLIST distinfo
Log Message:
devel/ruby-octokit: update to 4.8.0
4.8.0 2017/12/21
Support for additional API endpoints
* #885 Topics API
* #884 Get a single Installation
* #894 Add assignees
* #895 Find user installations
* #929 Marketplace listings API
* #928 Nested Teams API
* #938 Get user's marketplace purchases
* #932 GitHub Apps API
APIs taken out of preview
* #913 Organization Memberships API
* #923 Pull Request Review API
Enhancements
* #886 Allow reviews and review comments to be paginated
* #899 Expose response_headers and response_body on error objects
* #877 Improve error message when Octokit::Repository.new fails
* #958 Update add/remove installations methods to use non-deprecated endpoints
* #892 Move integrations endpoints across to apps
Bugfixes
* #876 Remove destructive assignment for repository
* #966 Fix apps client for GitHub Enterprise installs (new endpoints in this
release, but still)
Note about Rubinius support
We have been unable to get a Rubinius build working for CI for quite some
time, meaning that Rubinius support has been spotty or non-existent. In this
release we finally stopped trying. This isn't directly backwards-incompatible
since it already wasn't working, but it does feel a bit iffy.
If you happen to use Rubinius and know how to get this working on Travis, we'd
be delighted to review a pull request that adds it back in.CVS: ----------------------------------------------------------------------
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-octokit/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-octokit/PLIST
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/ruby-octokit/Makefile:1.8
--- pkgsrc/devel/ruby-octokit/Makefile:1.7 Sat Apr 22 16:24:44 2017
+++ pkgsrc/devel/ruby-octokit/Makefile Tue Mar 13 17:37:03 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/04/22 16:24:44 taca Exp $
+# $NetBSD: Makefile,v 1.8 2018/03/13 17:37:03 taca Exp $
-DISTNAME= octokit-4.7.0
+DISTNAME= octokit-4.8.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-octokit/PLIST
diff -u pkgsrc/devel/ruby-octokit/PLIST:1.5 pkgsrc/devel/ruby-octokit/PLIST:1.6
--- pkgsrc/devel/ruby-octokit/PLIST:1.5 Sat Apr 22 16:24:44 2017
+++ pkgsrc/devel/ruby-octokit/PLIST Tue Mar 13 17:37:03 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/04/22 16:24:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/03/13 17:37:03 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/CONTRIBUTING.md
@@ -10,6 +10,7 @@ ${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/apps.rb
${GEM_LIBDIR}/lib/octokit/client/authorizations.rb
${GEM_LIBDIR}/lib/octokit/client/commit_comments.rb
${GEM_LIBDIR}/lib/octokit/client/commits.rb
@@ -22,12 +23,12 @@ ${GEM_LIBDIR}/lib/octokit/client/feeds.r
${GEM_LIBDIR}/lib/octokit/client/gists.rb
${GEM_LIBDIR}/lib/octokit/client/gitignore.rb
${GEM_LIBDIR}/lib/octokit/client/hooks.rb
-${GEM_LIBDIR}/lib/octokit/client/integrations.rb
${GEM_LIBDIR}/lib/octokit/client/issues.rb
${GEM_LIBDIR}/lib/octokit/client/labels.rb
${GEM_LIBDIR}/lib/octokit/client/legacy_search.rb
${GEM_LIBDIR}/lib/octokit/client/licenses.rb
${GEM_LIBDIR}/lib/octokit/client/markdown.rb
+${GEM_LIBDIR}/lib/octokit/client/marketplace.rb
${GEM_LIBDIR}/lib/octokit/client/meta.rb
${GEM_LIBDIR}/lib/octokit/client/milestones.rb
${GEM_LIBDIR}/lib/octokit/client/notifications.rb
Index: pkgsrc/devel/ruby-octokit/distinfo
diff -u pkgsrc/devel/ruby-octokit/distinfo:1.6 pkgsrc/devel/ruby-octokit/distinfo:1.7
--- pkgsrc/devel/ruby-octokit/distinfo:1.6 Sat Apr 22 16:24:44 2017
+++ pkgsrc/devel/ruby-octokit/distinfo Tue Mar 13 17:37:03 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/04/22 16:24:44 taca Exp $
+$NetBSD: distinfo,v 1.7 2018/03/13 17:37:03 taca Exp $
-SHA1 (octokit-4.7.0.gem) = d771fd04911b96b16cee7b91f9124800bb7c2080
-RMD160 (octokit-4.7.0.gem) = c882ae747e2dbdf5db701e989d94844633bc9bcb
-SHA512 (octokit-4.7.0.gem) = aebfc7624ac69245902a412f89ba687131c266e446fb76da13143c29ab2a3e80f3bacb8711d16b170203abbf0ae0e53b84906be9f4e4ec346dc14f1a8c5c45a1
-Size (octokit-4.7.0.gem) = 74752 bytes
+SHA1 (octokit-4.8.0.gem) = 6fe41cfa709801a37548b2fac3888dffa8bba02f
+RMD160 (octokit-4.8.0.gem) = 37c3ee3dcbb0618d1f578ca497d9914bd16daf5b
+SHA512 (octokit-4.8.0.gem) = ca40e54c994006c28c2b9a406b8932d564c8ca537a86cc30909203d60b2eabf59c0025ac881ba0c93e74be5d458dbda1e8bfe17f691aea7717fb631e3c52d072
+Size (octokit-4.8.0.gem) = 76288 bytes
Home |
Main Index |
Thread Index |
Old Index