unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <rg@raghavgururajan.name>
To: 46503@debbugs.gnu.org
Subject: [bug#46503] gnu: gandi.cli: Update to 1.6.
Date: Sun, 14 Feb 2021 00:50:49 -0500	[thread overview]
Message-ID: <8f58f8e1-0cd6-0c0d-e2db-f84a7ae40016@raghavgururajan.name> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.1.2: 0003-gnu-gandi.cli-Update-to-1.6.patch --]
[-- Type: text/x-patch, Size: 1778 bytes --]

From fa4e19d77c5d5c7510652c11387455caa23f2896 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <rg@raghavgururajan.name>
Date: Sun, 14 Feb 2021 00:46:30 -0500
Subject: [PATCH 3/3] gnu: gandi.cli: Update to 1.6.

* gnu/packages/networking.scm (gandi.cli) [version]: Update to 1.6.
[native-inputs]: Add python-mock, python-pytest and python-setuptools.
[inputs]: Add openssh.
---
 gnu/packages/networking.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5e0022ac76..cc66434045 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1454,13 +1454,13 @@ round-robin fashion.")
 (define-public gandi.cli
   (package
     (name "gandi.cli")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri name version))
        (sha256
-        (base32 "110wc9zgxsrvw4yzp21p0ian5lcf7vhcpxhnmsc4fg9pzl2bwxd5"))))
+        (base32 "1h36jahbp7273wn3yd747kbiwjc0bm3sja67bcxdsd54ln0vyndg"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -1484,10 +1484,14 @@ round-robin fashion.")
                #t))))))
     (native-inputs
      `(("python-docutils" ,python-docutils)   ; for rst2man.py
+       ("python-mock" ,python-mock)
+       ("python-pytest" ,python-pytest)
        ("python-pytest-cov" ,python-pytest-cov)
+       ("python-setuptools" ,python-setuptools)
        ("python-tox" ,python-tox)))
     (inputs
-     `(("openssl" ,openssl)
+     `(("openssh" ,openssh)
+       ("openssl" ,openssl)
        ("python-click" ,python-click)
        ("python-ipy" ,python-ipy)
        ("python-pyyaml" ,python-pyyaml)
-- 
2.30.0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

             reply	other threads:[~2021-02-14  5:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-14  5:50 Raghav Gururajan [this message]
2021-02-16  9:17 ` bug#46503: gnu: gandi.cli: Update to 1.6 宋文武

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8f58f8e1-0cd6-0c0d-e2db-f84a7ae40016@raghavgururajan.name \
    --to=rg@raghavgururajan.name \
    --cc=46503@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).