Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 635719e

Browse files
kpcyrdsvntogit
authored andcommitted
upgpkg: autopep8 1:1.5.7-2 - PYTHONHASHSEED=0
git-svn-id: file:///srv/repos/svn-community/svn@984319 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 8771c0f commit 635719e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

trunk/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
pkgname=autopep8
66
pkgver=1.5.7
7-
pkgrel=1
7+
pkgrel=2
88
epoch=1
99
pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide"
1010
arch=('any')
@@ -16,6 +16,7 @@ sha512sums=('997cf823e0313013d9ba2ee6df568ed41786d4b7d1baada3099fdc11c3698d54328
1616

1717
build() {
1818
cd autopep8-$pkgver
19+
export PYTHONHASHSEED=0
1920
python setup.py build
2021
}
2122

0 commit comments

Comments
 (0)