GNU bug report logs - #62900
[PATCH] gnu: python-anyio: Update to 3.6.2

Previous Next

Package: guix-patches;

Reported by: Hugo Buddelmeijer <hugo <at> buddelmeijer.nl>

Date: Mon, 17 Apr 2023 13:06:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Greg Hogan <code <at> greghogan.com>
To: Hugo Buddelmeijer <hugo <at> buddelmeijer.nl>
Cc: 62900 <at> debbugs.gnu.org
Subject: Re: [bug#62900] [PATCH] gnu: python-anyio: Update to 3.6.2
Date: Tue, 18 Apr 2023 16:37:03 -0400
On Mon, Apr 17, 2023 at 9:06 AM Hugo Buddelmeijer <hugo <at> buddelmeijer.nl> wrote:
>
> python-anyio 3.6.2 works fine.
>
> * gnu/packages/python-xyz.scm (python-anyio): Update to 3.6.2
>
> ---
>  gnu/packages/python-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 0147870b06..4f936164ba 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -25711,14 +25711,14 @@ (define-public python-iocapture
>  (define-public python-anyio
>    (package
>      (name "python-anyio")
> -    (version "3.5.0")
> +    (version "3.6.2")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (pypi-uri "anyio" version))
>         (sha256
>          (base32
> -         "19m58805wir4i2s45dd5ynwlzb7ky1218isbir53gpqzzgigzbm0"))))
> +         "8bljjq5xq0l9id36q3vvjgygirq7g7q2bs41hdg82p379khvsi5x"))))
>      (build-system python-build-system)
>      (arguments
>       `(#:phases
>
> base-commit: 9a5e1dc1f16f5f8c056e64f2077b035784003673
> --
> 2.39.2

I see that this is still scheduled on qa.guix.gnu.org, with
python-pillow the only attempted package, even though that package is
a (4th-level) dependency of python-anyio, so why would this be a
derivation change?

I also see a slightly different hash, with a leading zero replacing
the trailing 'x'. I find this puzzling.

$ guix describe
Generation 43   Apr 18 2023 20:30:44    (current)
  guix bb721d8
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: bb721d88618d93d38aa5dfc33629e223c8b1c884

$ guix graph --path python-anyio python-pillow
python-anyio <at> 3.5.0
python-trio <at> 0.22.0
python-ipython <at> 8.2.0
python-matplotlib <at> 3.5.2
python-pillow <at> 9.2.0

$ wget --quiet -O -
https://files.pythonhosted.org/packages/8b/94/6928d4345f2bc1beecbff03325cad43d320717f51ab74ab5a571324f4f5a/anyio-3.6.2.tar.gz
| guix hash -
08bljjq5xq0l9id36q3vvjgygirq7g7q2bs41hdg82p379khvsi5




This bug report was last modified 1 year and 280 days ago.

Previous Next


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