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 Mar 15 14:27:56 UTC 2023

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

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

6.1.0 (2023-03-09)

What's Changed

Features

* Allow using the response_headers or headers when getting Rate Limit Info
  by @DougEdey in #1533
* Add Faraday DEFAULT_EXCEPTIONS for when retry middleware is available by
  @DougEdey in #1546

Bugs

* Repository: Fix issue with fragment identifier in branch name by
  @pier-oliviert in #1529

Docs

* Add using GitHub app authentication in README by @Tatsumi0000 in #1512
* Fix missing and broken links in README table of contents by @Jarvl in
  #1513
* Add Ruby 3.2 to tested implementations in README by @koic in #1545

Maintenance

* updated Workflows @octokitbot
* Update rubocop requirement from 1.39.0 to 1.42.0 by @dependabot in #1525
* Adds a stale action to clean up old PRs/Issues by @nickfloyd in #1511
* Bump actions/stale from 6 to 7 by @dependabot in #1527
* Update rubocop requirement from 1.42.0 to 1.43.0 by @dependabot in #1531
* Update rubocop requirement from 1.43.0 to 1.44.1 by @dependabot in #1537
* Rename obsolete parameter IgnoredMethods to AllowedMethods by @kyoshidajp
  in #1530
* Remove jruby-specific platform by @kfcampbell in #1520
* Adds Ruby 3.2 to the CI matrix by @petergoldstein in #1524
* Update rubocop requirement from 1.44.1 to 1.45.1 by @dependabot in
  https://github.com/octokit/otokit.rb/pull/1541
* Specify TargetRubyVersion: 2.7 in .rubocop.yml by @koic in #1544
* Bump actions/add-to-project from 0.4.0 to 0.4.1 by @dependabot in #1547
* Update rubocop requirement from 1.45.1 to 1.46.0 by @dependabot in #1548
* Specify --require spec_helper in .rspec by @koic in #1549

New Contributors

* @octokitbot made their first contribution in #1516
* @Tatsumi0000 made their first contribution in #1512
* @Jarvl made their first contribution in #1513
* @pier-oliviert made their first contribution in #1529
* @kyoshidajp made their first contribution in #1530
* @DougEdey made their first contribution in #1533
* @koic made their first contribution in #1545


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-octokit/Makefile
cvs rdiff -u -r1.19 -r1.20 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.18 pkgsrc/devel/ruby-octokit/Makefile:1.19
--- pkgsrc/devel/ruby-octokit/Makefile:1.18     Mon Jan  9 08:22:20 2023
+++ pkgsrc/devel/ruby-octokit/Makefile  Wed Mar 15 14:27:56 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/01/09 08:22:20 taca Exp $
+# $NetBSD: Makefile,v 1.19 2023/03/15 14:27:56 taca Exp $
 
-DISTNAME=      octokit-6.0.1
+DISTNAME=      octokit-6.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-octokit/distinfo
diff -u pkgsrc/devel/ruby-octokit/distinfo:1.19 pkgsrc/devel/ruby-octokit/distinfo:1.20
--- pkgsrc/devel/ruby-octokit/distinfo:1.19     Mon Jan  9 08:22:20 2023
+++ pkgsrc/devel/ruby-octokit/distinfo  Wed Mar 15 14:27:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/01/09 08:22:20 taca Exp $
+$NetBSD: distinfo,v 1.20 2023/03/15 14:27:56 taca Exp $
 
-BLAKE2s (octokit-6.0.1.gem) = d0c5bc256f0cd0617d85467d88ce528cf56f00099472c17eaf9117cbfff1d141
-SHA512 (octokit-6.0.1.gem) = fee81b10c5073932e4f8cc33dc0920ab9f3791a31de86ceae0feaf3488b2090efceae25c3d842caeb7e479cc3cd09376d8aa5bdca0e1350a46be8947d78262af
-Size (octokit-6.0.1.gem) = 84992 bytes
+BLAKE2s (octokit-6.1.0.gem) = d81abebf1ebceb697cb6e4e842eb80a6a0e187f51106ccb5ea6997c3a2fa2b3d
+SHA512 (octokit-6.1.0.gem) = 1d9496c275ae9650c9c1c622b3a92499c370456cd12a046d1daecfcbcdd4dd6246b16d70c5a997171761416b6372bc44b4aeaaf984a91491bd27a96121219890
+Size (octokit-6.1.0.gem) = 84992 bytes



Home | Main Index | Thread Index | Old Index