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

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Thu, 10 Apr 2025 13:05:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.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 77702 in the body.
You can then email your comments to 77702 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#77702; Package guix-patches. (Thu, 10 Apr 2025 13:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 10 Apr 2025 13:05:02 GMT) Full text and rfc822 format available.

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

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: Daniel Ziltener <dziltener <at> lyrion.ch>
Subject: [PATCH] gnu: python-bandit: Update to 1.8.3.
Date: Thu, 10 Apr 2025 15:03:28 +0200
---
 gnu/packages/openstack.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 3ca544260d..7e9d110060 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -55,23 +55,22 @@ (define-module (gnu packages openstack)
 (define-public python-bandit
   (package
     (name "python-bandit")
-    (version "1.7.4")
+    (version "1.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bandit" version))
        (sha256
-        (base32
-         "1lkvf5ffdqa9504mm5fd9vvq0q5wdyqbkm32i4rswys1fg2shqrd"))))
-    (build-system python-build-system)
+        (base32 "0fhr0rsvh44ix31dwxjw8aj0wklj95368djwk0i98c2dcpmpp17m"))))
+    (build-system pyproject-build-system)
     (arguments
      ;; The tests are disabled to avoid a circular dependency with
      ;; python-stestr.
      `(#:tests? #f))
-    (propagated-inputs
-     (list python-gitpython python-pyyaml python-six python-stevedore))
-    (native-inputs
-     (list python-pbr))
+    (propagated-inputs (list python-pyyaml python-rich python-stevedore))
+    (native-inputs (list python-beautifulsoup4
+                         python-setuptools
+                         python-wheel))
     (home-page "https://github.com/PyCQA/bandit")
     (synopsis "Security oriented static analyser for python code")
     (description "Bandit is a tool designed to find common security issues in
-- 
2.49.0





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Wed, 23 Apr 2025 22:23:02 GMT) Full text and rfc822 format available.

Notification sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
bug acknowledged by developer. (Wed, 23 Apr 2025 22:23:02 GMT) Full text and rfc822 format available.

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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 77702-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-bandit: Update to 1.8.3.
Date: Wed, 23 Apr 2025 23:21:58 +0100
[Message part 1 (text/plain, inline)]
Hi,

I've updated commit message and pushed to master as:

721aa8d2a7 * gnu: python-bandit: Update to 1.8.3.

--
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 22 May 2025 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 84 days ago.

Previous Next


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