unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Dhruvin Gandhi <contact@dhruvin.dev>
Cc: 49464-done@debbugs.gnu.org
Subject: bug#49464: [PATCH 0/3] Update yubikey-manager to version 4.0.3.
Date: Mon, 07 Aug 2023 14:11:49 -0400	[thread overview]
Message-ID: <87bkfien8a.fsf_-_@gmail.com> (raw)
In-Reply-To: <20210708122320.23196-4-contact@dhruvin.dev> (Dhruvin Gandhi's message of "Thu, 8 Jul 2021 17:53:20 +0530")

Hello,

Dhruvin Gandhi <contact@dhruvin.dev> writes:

> * gnu/packages/security-token.scm (python-yubikey-manager): Update to 4.0.3.
> ---
>  gnu/packages/security-token.scm | 13 ++++++++++---
>  1 file changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
> index 5ee3cb83f0..9f5340c975 100644
> --- a/gnu/packages/security-token.scm
> +++ b/gnu/packages/security-token.scm
> @@ -660,7 +660,7 @@ implementing a Relying Party.")
>  (define-public python-yubikey-manager
>    (package
>      (name "python-yubikey-manager")
> -    (version "2.1.0")
> +    (version "4.0.3")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -668,7 +668,12 @@ implementing a Relying Party.")
>                      "/yubikey-manager-" version ".tar.gz"))
>                (sha256
>                 (base32
> -                "11rsmcaj60k3y5m5gdhr2nbbz0w5dm3m04klyxz0fh5hnpcmr7fm"))))
> +                "1x36dlsp8mfcgyp50iz64cpg2hpbc9cg2qsf16kw0g7sp3ynzfx7"))
> +              (snippet
> +               #~(begin
> +                   ;; Remove unused platform code.
> +                   (delete-file "ykman/hid/macos.py")
> +                   (delete-file "ykman/hid/windows.py")))))
>      (build-system python-build-system)
>      (propagated-inputs
>       `(("python-six" ,python-six)
> @@ -684,7 +689,9 @@ implementing a Relying Party.")
>         ("libusb" ,libusb)))
>      (native-inputs
>       `(("swig" ,swig)
> -       ("python-mock" ,python-mock)))
> +       ("python-mock" ,python-mock)
> +       ("python-pytest" ,python-pytest)
> +       ("python-makefun" ,python-makefun)))
>      (home-page "https://developers.yubico.com/yubikey-manager/")
>      (synopsis "Command line tool and library for configuring a YubiKey")
>      (description

Sorry these were left lingering without review; it seems since
yubikey-manager has made it to 5.1.1 in master.

Thank you!

-- 
Maxim




      reply	other threads:[~2023-08-07 18:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08 11:15 [bug#49464] [PATCH 0/3] Update yubikey-manager to version 4.0.3 Dhruvin Gandhi via Guix-patches via
2021-07-08 11:21 ` [bug#49464] [PATCH 1/3] gnu: python-fido2: Update to 0.9.1 Dhruvin Gandhi via Guix-patches via
2021-07-08 11:21   ` [bug#49464] [PATCH 2/3] gnu: Add python-makefun Dhruvin Gandhi via Guix-patches via
2021-07-08 11:21   ` [bug#49464] [PATCH 3/3] gnu: python-yubikey-manager: Update to 4.0.3 Dhruvin Gandhi via Guix-patches via
2021-07-08 12:23 ` [bug#49464] [PATCH v2 0/3] With updated copyright and lint suggestions Dhruvin Gandhi via Guix-patches via
2021-07-08 12:23   ` [bug#49464] [PATCH v2 1/3] gnu: python-fido2: Update to 0.9.1 Dhruvin Gandhi via Guix-patches via
2021-07-08 12:23   ` [bug#49464] [PATCH v2 2/3] gnu: Add python-makefun Dhruvin Gandhi via Guix-patches via
2021-07-08 12:23   ` [bug#49464] [PATCH v2 3/3] gnu: python-yubikey-manager: Update to 4.0.3 Dhruvin Gandhi via Guix-patches via
2023-08-07 18:11     ` Maxim Cournoyer [this message]

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=87bkfien8a.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=49464-done@debbugs.gnu.org \
    --cc=contact@dhruvin.dev \
    /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).