Wed Jan 13 14:45:10 2021 UTC ()
net/ruby-train-core: update to 3.4.7

3.4.7 (2021-01-11)

Merged Pull Requests

* Update chefstyle requirement from 1.5.7 to 1.5.9 #654
  (dependabot-preview[bot])
* Update google API upper constraints to allow Ruby 3 #656 (clintoncwolfe)
* Test on ruby 3.0, drop testing on ruby 2.4 #657 (clintoncwolfe)

3.4.4 (2020-12-14)

Merged Pull Requests

* Update parallel requirement from < 1.20.0 to < 1.21.0 #651
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.0 to 1.5.7 #652
  (dependabot-preview[bot])
* Use IdentitiesOnly only when keys are present #650 (drbrain)

3.4.1 (2020-12-07)

Merged Pull Requests

* Change timeout log entry to debug #643 (james-stocks)
* Update chefstyle requirement from 1.4.5 to 1.5.0 and pin parallel for
  ruby 2.4 #648 (dependabot-preview[bot])
* Support unpacking train options from URI query values #642 (lamont-granquist)
* Make :forward_agent a valid SSH option #649 (drbrain)

3.3.27 (2020-10-19)

Merged Pull Requests

* Check stdout even when exit_status is 0, and handle JSON.parse exception
  #601 (CodesWhisperer)
* Update chefstyle requirement from 1.3.2 to 1.4.5 #646
  (dependabot-preview[bot])
* Use the build in Expeditor gem caching #647 (tas50)

v3.3.24 (2020-09-30)

Merged Pull Requests

* Further optimize requires for external libraries #639 (tas50)
* Update chefstyle requirement from 1.2.1 to 1.3.2 #634
  (dependabot-preview[bot])
* Allow timeout option per ssh command #625 (james-stocks)


(taca)
diff -r1.5 -r1.6 pkgsrc/net/ruby-train-core/Makefile
diff -r1.5 -r1.6 pkgsrc/net/ruby-train-core/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/net/ruby-train-core/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-train-core/Makefile 2020/09/14 14:17:11 1.5
+++ pkgsrc/net/ruby-train-core/Makefile 2021/01/13 14:45:09 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2020/09/14 14:17:11 taca Exp $ 1# $NetBSD: Makefile,v 1.6 2021/01/13 14:45:09 taca Exp $
2 2
3DISTNAME= train-core-3.3.21 3DISTNAME= train-core-3.4.7
4CATEGORIES= net 4CATEGORIES= net
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/inspec/train 7HOMEPAGE= https://github.com/inspec/train
8COMMENT= Transport interface to talk to a selected set of backends 8COMMENT= Transport interface to talk to a selected set of backends
9LICENSE= apache-2.0 9LICENSE= apache-2.0
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.5<3:../../net/ruby-addressable 11DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.5<3:../../net/ruby-addressable
12DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.13.1:../../devel/ruby-ffi 12DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.13.1:../../devel/ruby-ffi
13DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0:../../devel/ruby-mixlib-shellout 13DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0:../../devel/ruby-mixlib-shellout
14DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.2:../../security/ruby-net-scp 14DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.2:../../security/ruby-net-scp
15#DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.9:../../security/ruby-net-ssh 15#DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.9:../../security/ruby-net-ssh
16 16

cvs diff -r1.5 -r1.6 pkgsrc/net/ruby-train-core/distinfo (expand / switch to unified diff)

--- pkgsrc/net/ruby-train-core/distinfo 2020/09/14 14:17:11 1.5
+++ pkgsrc/net/ruby-train-core/distinfo 2021/01/13 14:45:09 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2020/09/14 14:17:11 taca Exp $ 1$NetBSD: distinfo,v 1.6 2021/01/13 14:45:09 taca Exp $
2 2
3SHA1 (train-core-3.3.21.gem) = cc464019a89297469de0b0427f9ae52f485bfb5a 3SHA1 (train-core-3.4.7.gem) = 17d51d2f1a3c2091c20fa0304feabaa3c8265b0c
4RMD160 (train-core-3.3.21.gem) = 36563def6e6acaa5931a357c0dcbef5529855a70 4RMD160 (train-core-3.4.7.gem) = 7b1602a5bac995d423b6d5e495c153f470987fda
5SHA512 (train-core-3.3.21.gem) = 7aad72b633590077b7454d8b5285e7caabca45185897d2698e594f9d8947822a58a0728ea162f695b6da9cb8d9c184b3b964110774146d9598da6002cd6956ed 5SHA512 (train-core-3.4.7.gem) = ef38979f0bf4ad1e52ad5fc64129cbf39c16e36590d07ad7820371910f8c2bca9a9087e1b35f50df92b17be8a6823a6dac123c6b86fb0f77276efd8c2feb7e47
6Size (train-core-3.3.21.gem) = 43520 bytes 6Size (train-core-3.4.7.gem) = 44032 bytes