Date: Wednesday, June 17, 2020 @ 08:19:19 Author: jelle Revision: 646322
upgpkg: bandit 1.6.2-1 Modified: bandit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-17 08:01:45 UTC (rev 646321) +++ PKGBUILD 2020-06-17 08:19:19 UTC (rev 646322) @@ -1,8 +1,8 @@ # Maintainer: Jelle van der Waa <[email protected]> pkgname=bandit -pkgver=1.6.0 -pkgrel=2 +pkgver=1.6.2 +pkgrel=1 pkgdesc='Python security linter from OpenStack Security' arch=('any') url='https://github.com/PyCQA/bandit' @@ -10,7 +10,7 @@ depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 'python-pbr') makedepends=('python-setuptools' 'git') source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('94d2de2009e4992ed8a9aee92fc0e3b7250534c2f65a6ca25492ae6ee01a9fb3e18ca7c09c12a6ec4373a899357676e0f1f3e7c43ce402860752c3e321d06854') +sha512sums=('9facce98411ceb9e33e5a978ca4aad2dab541ffe215e480806ac921b7f7067572445d8e32e8d473ef30bb57155b72b2ffd4e06d458a3da82e2a9fb1b1d8a4b9f') package() { cd "bandit-$pkgver"
