[arch-commits] Commit in bandit/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Dec 11 21:11:38 UTC 2020


    Date: Friday, December 11, 2020 @ 21:11:38
  Author: jelle
Revision: 773218

Bumpd to 1.6.3 and make reproducible

Modified:
  bandit/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-11 21:00:37 UTC (rev 773217)
+++ PKGBUILD	2020-12-11 21:11:38 UTC (rev 773218)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=bandit
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 pkgdesc='Python security linter from OpenStack Security'
 arch=('any')
 url='https://github.com/PyCQA/bandit'
@@ -10,9 +10,9 @@
 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=('9facce98411ceb9e33e5a978ca4aad2dab541ffe215e480806ac921b7f7067572445d8e32e8d473ef30bb57155b72b2ffd4e06d458a3da82e2a9fb1b1d8a4b9f')
+sha512sums=('56132b018698f3e495f8d6f94b81808a37bad24b64d7f92a73cce89f36ea7f2a2f7cecde719b3249aaa44669cf6e782aebea20c8f0308070271c711fcc313ba7')
 
 package() {
     cd bandit-$pkgver
-    python setup.py install --root="$pkgdir" --optimize=1
+    PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list