GNU bug report logs - #55917
[PATCH] gnu: python-bandit: Update to 1.7.4.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 12 Jun 2022 06:14:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#55917: closed ([PATCH] gnu: python-bandit: Update to 1.7.4.)
Date: Thu, 23 Jun 2022 12:11:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 23 Jun 2022 13:10:20 +0100
with message-id <878rpnmvgj.fsf <at> cbaines.net>
and subject line Re: [bug#55917] [PATCH] gnu: python-bandit: Update to 1.7.4.
has caused the debbugs.gnu.org bug report #55917,
regarding [PATCH] gnu: python-bandit: Update to 1.7.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
55917: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55917
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: python-bandit: Update to 1.7.4.
Date: Sun, 12 Jun 2022 01:13:24 -0500
* gnu/packages/openstack.scm (python-bandit): Update to 1.7.4.
---
 gnu/packages/openstack.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 4c28bb9283..c5e8ed5527 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -49,14 +49,14 @@ (define-module (gnu packages openstack)
 (define-public python-bandit
   (package
     (name "python-bandit")
-    (version "1.6.2")
+    (version "1.7.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bandit" version))
        (sha256
         (base32
-         "0rb034c99pyhb4a60z7f2kz40cjydhm8m9v2blaal1rmhlam7rs1"))))
+         "1lkvf5ffdqa9504mm5fd9vvq0q5wdyqbkm32i4rswys1fg2shqrd"))))
     (build-system python-build-system)
     (arguments
      ;; The tests are disabled to avoid a circular dependency with
-- 
2.36.1



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: jgart <jgart <at> dismail.de>
Cc: 55917-done <at> debbugs.gnu.org
Subject: Re: [bug#55917] [PATCH] gnu: python-bandit: Update to 1.7.4.
Date: Thu, 23 Jun 2022 13:10:20 +0100
[Message part 4 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/openstack.scm (python-bandit): Update to 1.7.4.
> ---
>  gnu/packages/openstack.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
> index 4c28bb9283..c5e8ed5527 100644
> --- a/gnu/packages/openstack.scm
> +++ b/gnu/packages/openstack.scm
> @@ -49,14 +49,14 @@ (define-module (gnu packages openstack)
>  (define-public python-bandit
>    (package
>      (name "python-bandit")
> -    (version "1.6.2")
> +    (version "1.7.4")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (pypi-uri "bandit" version))
>         (sha256
>          (base32
> -         "0rb034c99pyhb4a60z7f2kz40cjydhm8m9v2blaal1rmhlam7rs1"))))
> +         "1lkvf5ffdqa9504mm5fd9vvq0q5wdyqbkm32i4rswys1fg2shqrd"))))
>      (build-system python-build-system)
>      (arguments
>       ;; The tests are disabled to avoid a circular dependency with

Thanks, I've pushed this as 8e2ff622ed7e493a644ebcff62299d2ed1c4e806.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 330 days ago.

Previous Next


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