Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
bandit
Commits:
ed39675c by Jelle van der Waa at 2024-10-05T12:18:43+02:00
upgpkg: 1.7.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bandit
pkgdesc = Python security linter from OpenStack Security
- pkgver = 1.7.9
+ pkgver = 1.7.10
pkgrel = 1
url = https://github.com/PyCQA/bandit
arch = any
@@ -12,7 +12,7 @@ pkgbase = bandit
depends = python-pbr
depends = python-gitpython
depends = python-rich
- source =
https://files.pythonhosted.org/packages/source/b/bandit/bandit-1.7.9.tar.gz
- sha512sums =
a71e3eb359fad952afc9e210795fb8cc6fe178305bb837e002af83eccc4a958664b69422ba93d7d72b24089ba3142667ca17909d712db1b447e78d6f7f4c9634
+ source =
https://files.pythonhosted.org/packages/source/b/bandit/bandit-1.7.10.tar.gz
+ sha512sums =
c9c5d098186a23f856f4bdecdebfe863f7ddce8627608b80c62a537416d2aa91666a95c304f5cdde43ff1a41e1f6a58b30dce1042159a1ea74b8b5c9a8ee381a
pkgname = bandit
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=bandit
-pkgver=1.7.9
+pkgver=1.7.10
pkgrel=1
pkgdesc='Python security linter from OpenStack Security'
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache')
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=('a71e3eb359fad952afc9e210795fb8cc6fe178305bb837e002af83eccc4a958664b69422ba93d7d72b24089ba3142667ca17909d712db1b447e78d6f7f4c9634')
+sha512sums=('c9c5d098186a23f856f4bdecdebfe863f7ddce8627608b80c62a537416d2aa91666a95c304f5cdde43ff1a41e1f6a58b30dce1042159a1ea74b8b5c9a8ee381a')
build() {
cd bandit-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bandit/-/commit/ed39675c052dfc2b23f4e5eca0e0ccc893536986
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bandit/-/commit/ed39675c052dfc2b23f4e5eca0e0ccc893536986
You're receiving this email because of your account on gitlab.archlinux.org.