~alpine/aports

community/py3-faker: upgrade to 5.0.2 v1 APPLIED

Drew DeVault: 1
 community/py3-faker: upgrade to 5.0.2

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3398/mbox | git am -3
Learn more about email & git

[PATCH] community/py3-faker: upgrade to 5.0.2 Export this patch

---
 community/py3-faker/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/py3-faker/APKBUILD b/community/py3-faker/APKBUILD
index d60a6ea822..9bc9ca2550 100644
--- a/community/py3-faker/APKBUILD
+++ b/community/py3-faker/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-faker
_pyname=Faker
pkgver=5.0.1
pkgver=5.0.2
pkgrel=0
pkgdesc="Python package that generates fake data for you"
url="https://faker.readthedocs.io/en/master"
@@ -36,4 +36,4 @@ package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="8d9f3aad79cd847114cd9fcf675d66551a4dffa2f38f9c7b1254537187ef9ad2c5bee8b545c402f3db51036b34ea9b521b3e0cc075d9c09c24fa1c5129a69628  Faker-5.0.1.tar.gz"
sha512sums="53588f6da44e7f98c6cc75e5b254ac13a5df13436fd69dd14c9d98691fb83727bc9fef4827872b98cd07f804ff84566abc15dca1378a3f6e1c4aeefe6a6b8328  Faker-5.0.2.tar.gz"
-- 
2.29.2