summaryrefslogtreecommitdiff
path: root/community/python-faker
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-31 22:33:19 +0200
committerErich Eckner <git@eckner.net>2017-08-31 22:33:19 +0200
commit3474ea5891b0b24aab3473a2b42341616d865770 (patch)
tree831cc769d6a55fc34c8fc38b54eb69bddf275d9a /community/python-faker
parent444dbe568dd39ef50ad3905e29abe494c11f13b4 (diff)
downloadpackages-3474ea5891b0b24aab3473a2b42341616d865770.tar.xz
community/python-faker: update patch for new version
Diffstat (limited to 'community/python-faker')
-rw-r--r--community/python-faker/PKGBUILD2
-rw-r--r--community/python-faker/remove-century-tests.patch4
2 files changed, 3 insertions, 3 deletions
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()))