Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
bandit
Commits:
e8e67e6d by Jelle van der Waa at 2024-07-12T12:28:25+02:00
upgpkg: 1.7.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bandit
pkgdesc = Python security linter from OpenStack Security
- pkgver = 1.7.7
- pkgrel = 2
+ pkgver = 1.7.9
+ pkgrel = 1
url = https://github.com/PyCQA/bandit
arch = any
license = Apache
@@ -9,11 +9,10 @@ pkgbase = bandit
makedepends = git
depends = python-yaml
depends = python-stevedore
- depends = python-six
depends = python-pbr
depends = python-gitpython
depends = python-rich
- source =
https://files.pythonhosted.org/packages/source/b/bandit/bandit-1.7.7.tar.gz
- sha512sums =
32682a9a4c54532be398444799bc6d46d06e2806d3e3e851dd09f0151b21df5974eaa4c940307f32cd6c58b36b99a361cbd8c48f189c27071565be6de63b0db5
+ source =
https://files.pythonhosted.org/packages/source/b/bandit/bandit-1.7.9.tar.gz
+ sha512sums =
a71e3eb359fad952afc9e210795fb8cc6fe178305bb837e002af83eccc4a958664b69422ba93d7d72b24089ba3142667ca17909d712db1b447e78d6f7f4c9634
pkgname = bandit
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=bandit
-pkgver=1.7.7
-pkgrel=2
+pkgver=1.7.9
+pkgrel=1
pkgdesc='Python security linter from OpenStack Security'
arch=('any')
url='https://github.com/PyCQA/bandit'
license=('Apache')
-depends=('python-yaml' 'python-stevedore' 'python-six' 'python-pbr'
'python-gitpython' 'python-rich')
+depends=('python-yaml' 'python-stevedore' 'python-pbr' 'python-gitpython'
'python-rich')
makedepends=('python-setuptools' 'git')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('32682a9a4c54532be398444799bc6d46d06e2806d3e3e851dd09f0151b21df5974eaa4c940307f32cd6c58b36b99a361cbd8c48f189c27071565be6de63b0db5')
+sha512sums=('a71e3eb359fad952afc9e210795fb8cc6fe178305bb837e002af83eccc4a958664b69422ba93d7d72b24089ba3142667ca17909d712db1b447e78d6f7f4c9634')
build() {
cd bandit-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bandit/-/commit/e8e67e6d62516ecafdb4afdb61457a227dc96c25
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bandit/-/commit/e8e67e6d62516ecafdb4afdb61457a227dc96c25
You're receiving this email because of your account on gitlab.archlinux.org.