mbox series

[bug#64538,0/6] gnu: ruby-net-ssh: Update to 7.1.0.

Message ID cover.1688881346.git.gemmaro.dev@gmail.com
Headers show
Series gnu: ruby-net-ssh: Update to 7.1.0. | expand

Message

gemmaro July 9, 2023, 5:54 a.m. UTC
Hello,

This patchset updates ruby-net-ssh to 7.1.0.  I also added some packages and
updated ruby-nbnacl on the way to enable ruby-net-ssh's tests with these
optional dependencies.

Best,
gemmaro.

gemmaro (6):
  gnu: Add ruby-bcrypt-pbkdf.
  gnu: Add ruby-ed25519.
  gnu: ruby-rbnacl: Update to 7.1.1.
  gnu: ruby-rbnacl: Use new package style.
  gnu: Add ruby-x25519.
  gnu: ruby-net-ssh: Update to 7.1.0.

 gnu/packages/ruby.scm | 229 +++++++++++++++++++++++++++++++++---------
 1 file changed, 179 insertions(+), 50 deletions(-)


base-commit: 2986ba899f5ee374008c501e26fb653147ed7891

Comments

Christopher Baines July 10, 2023, 12:53 p.m. UTC | #1
gemmaro <gemmaro.dev@gmail.com> writes:

> Hello,
>
> This patchset updates ruby-net-ssh to 7.1.0.  I also added some packages and
> updated ruby-nbnacl on the way to enable ruby-net-ssh's tests with these
> optional dependencies.
>
> Best,
> gemmaro.
>
> gemmaro (6):
>   gnu: Add ruby-bcrypt-pbkdf.
>   gnu: Add ruby-ed25519.
>   gnu: ruby-rbnacl: Update to 7.1.1.
>   gnu: ruby-rbnacl: Use new package style.
>   gnu: Add ruby-x25519.
>   gnu: ruby-net-ssh: Update to 7.1.0.
>
>  gnu/packages/ruby.scm | 229 +++++++++++++++++++++++++++++++++---------
>  1 file changed, 179 insertions(+), 50 deletions(-)

Thanks, I've made a few tweaks and pushed these changes to master as
83444f2940534910ff10c63c38c8d4da7bc2362e.

In particular, I removed #t from some phases (as this is now
unnecessary) and reduced some indentation in places. I also switched to
using the default test target for ruby-net-ssh since that seemed to run
more tests.

Chris