index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-faker/PKGBUILD | 2 | ||||
-rw-r--r-- | community/python-faker/remove-century-tests.patch | 4 |
diff --git a/community/python-faker/PKGBUILD b/community/python-faker/PKGBUILD index 88b903c8..44379fcd 100644 --- a/community/python-faker/PKGBUILD +++ b/community/python-faker/PKGBUILD @@ -1,7 +1,7 @@ # time-tests requiring 64 bit fail on i686 - obviously source+=('remove-century-tests.patch') -sha512sums+=('0db0780b0fbb89b4bff35fce4bc18e1f1ecafb46d55f00b4391f8f2a8f66e0244b3b988d67d922c3c206917404ee5ca6beb3f0cbd2b20c167179a2681aaf0782') +sha512sums+=('29613bb221b07a92cc3a7da61a7c0cbae520a6307f208c68db8523a3318138fb11f27182e4f645ffc95bc3b55c78b46f7d252d88c1881b3a761114247856c657') eval "$( declare -f prepare | \ diff --git a/community/python-faker/remove-century-tests.patch b/community/python-faker/remove-century-tests.patch index 5c944377..99418a42 100644 --- a/community/python-faker/remove-century-tests.patch +++ b/community/python-faker/remove-century-tests.patch @@ -1,5 +1,5 @@ ---- a/tests/providers/date_time.py 2017-08-30 14:27:30.361571816 +0200 -+++ b/tests/providers/date_time.py 2017-08-30 14:28:01.231669046 +0200 +--- a/tests/providers/test_date_time.py 2017-08-30 14:27:30.361571816 +0200 ++++ b/tests/providers/test_date_time.py 2017-08-30 14:28:01.231669046 +0200 @@ -162,9 +162,6 @@ return int(time.mktime(value.timetuple())) |