GNU bug report logs - #46503
gnu: gandi.cli: Update to 1.6.

Previous Next

Package: guix-patches;

Reported by: Raghav Gururajan <rg <at> raghavgururajan.name>

Date: Sun, 14 Feb 2021 05:52:02 UTC

Severity: normal

Done: 宋文武 <iyzsong <at> outlook.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46503 in the body.
You can then email your comments to 46503 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46503; Package guix-patches. (Sun, 14 Feb 2021 05:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Raghav Gururajan <rg <at> raghavgururajan.name>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 14 Feb 2021 05:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <rg <at> raghavgururajan.name>
To: guix-patches <at> gnu.org
Subject: gnu: gandi.cli: Update to 1.6.
Date: Sun, 14 Feb 2021 00:50:49 -0500
[Message part 1 (text/plain, inline)]

[0003-gnu-gandi.cli-Update-to-1.6.patch (text/x-patch, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

Reply sent to 宋文武 <iyzsong <at> outlook.com>:
You have taken responsibility. (Tue, 16 Feb 2021 09:17:01 GMT) Full text and rfc822 format available.

Notification sent to Raghav Gururajan <rg <at> raghavgururajan.name>:
bug acknowledged by developer. (Tue, 16 Feb 2021 09:17:02 GMT) Full text and rfc822 format available.

Message #10 received at 46503-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> outlook.com>
To: Raghav Gururajan <rg <at> raghavgururajan.name>
Cc: 46503-done <at> debbugs.gnu.org
Subject: Re: bug#46503: gnu: gandi.cli: Update to 1.6.
Date: Tue, 16 Feb 2021 17:17:45 +0800
Hello!

Raghav Gururajan <rg <at> raghavgururajan.name> writes:

> [...]
> 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)

As see in setup.py, python-mock is not needed here, since this package
use 'unittest.mock' with Python 3.

> +       ("python-pytest" ,python-pytest)
>         ("python-pytest-cov" ,python-pytest-cov)
> +       ("python-setuptools" ,python-setuptools)

python-setuptools is not needed too, since our python package have it
builtin.
>         ("python-tox" ,python-tox)))
>      (inputs
> -     `(("openssl" ,openssl)
> +     `(("openssh" ,openssh)

openssh need to be a 'propagated-input', or better we cloud patch
'gandi/cli/modules/iass.py' to execute commands with absolute paths.
> +       ("openssl" ,openssl)
>         ("python-click" ,python-click)
>         ("python-ipy" ,python-ipy)
>         ("python-pyyaml" ,python-pyyaml)

I made above said changes and pushed, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 16 Mar 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 40 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.