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:           Thu Apr 27 14:03:18 UTC 2023

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

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

6.1.1 (2023-04-06)

What's Changed

Features

* Add Octokit::Client#delete_organization to support org deletion by
  @jdennes in #1558
* Added Environments API by @jer-k in #1554

Bugs

* [fix] Ensures that the API Token in clear text is never present in the
  error stack trace when set in the URL by @nickfloyd in #1562

Docs

* [docs] Adds link to search limits by @yeikel in #1555

Maintenance

* Bump rubocop requirement from 1.46.0 to 1.48.1 by @dependabot in #1551
* Bump rubocop requirement from 1.48.1 to 1.49.0 by @dependabot in #1561
* Bump actions/add-to-project from 0.4.1 to 0.5.0 by @dependabot in #1560
* Bump actions/stale from 7 to 8 by @dependabot in #1556

New Contributors

* @yeikel made their first contribution in #1555


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-octokit/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-octokit/PLIST
cvs rdiff -u -r1.20 -r1.21 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.19 pkgsrc/devel/ruby-octokit/Makefile:1.20
--- pkgsrc/devel/ruby-octokit/Makefile:1.19     Wed Mar 15 14:27:56 2023
+++ pkgsrc/devel/ruby-octokit/Makefile  Thu Apr 27 14:03:18 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/03/15 14:27:56 taca Exp $
+# $NetBSD: Makefile,v 1.20 2023/04/27 14:03:18 taca Exp $
 
-DISTNAME=      octokit-6.1.0
+DISTNAME=      octokit-6.1.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-octokit/PLIST
diff -u pkgsrc/devel/ruby-octokit/PLIST:1.13 pkgsrc/devel/ruby-octokit/PLIST:1.14
--- pkgsrc/devel/ruby-octokit/PLIST:1.13        Mon Jan  9 08:22:20 2023
+++ pkgsrc/devel/ruby-octokit/PLIST     Thu Apr 27 14:03:18 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2023/01/09 08:22:20 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2023/04/27 14:03:18 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/CONTRIBUTING.md
@@ -26,6 +26,7 @@ ${GEM_LIBDIR}/lib/octokit/client/content
 ${GEM_LIBDIR}/lib/octokit/client/deployments.rb
 ${GEM_LIBDIR}/lib/octokit/client/downloads.rb
 ${GEM_LIBDIR}/lib/octokit/client/emojis.rb
+${GEM_LIBDIR}/lib/octokit/client/environments.rb
 ${GEM_LIBDIR}/lib/octokit/client/events.rb
 ${GEM_LIBDIR}/lib/octokit/client/feeds.rb
 ${GEM_LIBDIR}/lib/octokit/client/gists.rb

Index: pkgsrc/devel/ruby-octokit/distinfo
diff -u pkgsrc/devel/ruby-octokit/distinfo:1.20 pkgsrc/devel/ruby-octokit/distinfo:1.21
--- pkgsrc/devel/ruby-octokit/distinfo:1.20     Wed Mar 15 14:27:56 2023
+++ pkgsrc/devel/ruby-octokit/distinfo  Thu Apr 27 14:03:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/03/15 14:27:56 taca Exp $
+$NetBSD: distinfo,v 1.21 2023/04/27 14:03:18 taca Exp $
 
-BLAKE2s (octokit-6.1.0.gem) = d81abebf1ebceb697cb6e4e842eb80a6a0e187f51106ccb5ea6997c3a2fa2b3d
-SHA512 (octokit-6.1.0.gem) = 1d9496c275ae9650c9c1c622b3a92499c370456cd12a046d1daecfcbcdd4dd6246b16d70c5a997171761416b6372bc44b4aeaaf984a91491bd27a96121219890
-Size (octokit-6.1.0.gem) = 84992 bytes
+BLAKE2s (octokit-6.1.1.gem) = eeca348087bb7407d7c018a2c9acc70dce380bfd5b9d8158279ac9d1759be30d
+SHA512 (octokit-6.1.1.gem) = 40d06943d13d692aedab14e31d981d81b2319c68cb60ce50251ee3f666674110d84bc39f80d95cf00410b4fc931797438c82859008b0bc731f81b897dd43c37e
+Size (octokit-6.1.1.gem) = 86016 bytes



Home | Main Index | Thread Index | Old Index