Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
bandit
Commits:
c1fda19b by Jelle van der Waa at 2026-02-28T15:41:24+01:00
upgpkg: 1.9.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bandit
pkgdesc = Python security linter from OpenStack Security
- pkgver = 1.9.3
+ pkgver = 1.9.4
pkgrel = 1
url = https://github.com/PyCQA/bandit
arch = any
@@ -15,7 +15,7 @@ pkgbase = bandit
depends = python-stevedore
depends = python-gitpython
depends = python-rich
- source =
https://files.pythonhosted.org/packages/source/b/bandit/bandit-1.9.3.tar.gz
- sha512sums =
4c5844b311953b67bd8fdbd0182c25e5e86317638564969693d5a23aa7fdfaad1c0384db8c269e75dceabb9f304171fc3d0248a8cd54dc4d2219d4814ce669ce
+ source =
https://files.pythonhosted.org/packages/source/b/bandit/bandit-1.9.4.tar.gz
+ sha512sums =
c7708f63800daaace130c08abae4c131f488baef4b81dde9b05959abfef88d1a28667c3abcbe258cf01e234bb4d5352b5c0d7a9e433d8a9ff58149e5bd48c8fa
pkgname = bandit
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=bandit
-pkgver=1.9.3
+pkgver=1.9.4
pkgrel=1
pkgdesc='Python security linter from OpenStack Security'
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache-2.0')
depends=('python-yaml' 'python-stevedore' 'python-gitpython' 'python-rich')
makedepends=('python-build' 'python-installer' 'python-pbr'
'python-setuptools' 'python-wheel' 'git')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('4c5844b311953b67bd8fdbd0182c25e5e86317638564969693d5a23aa7fdfaad1c0384db8c269e75dceabb9f304171fc3d0248a8cd54dc4d2219d4814ce669ce')
+sha512sums=('c7708f63800daaace130c08abae4c131f488baef4b81dde9b05959abfef88d1a28667c3abcbe258cf01e234bb4d5352b5c0d7a9e433d8a9ff58149e5bd48c8fa')
build() {
cd bandit-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bandit/-/commit/c1fda19b0bd9ab362d439000fed9676136a8109a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bandit/-/commit/c1fda19b0bd9ab362d439000fed9676136a8109a
You're receiving this email because of your account on gitlab.archlinux.org.