Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8272D782AF4 for <~alpine/aports@lists.alpinelinux.org>; Thu, 19 Nov 2020 16:17:25 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1605802671; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=e/2ebmboYpah9bDzIqyBgJgF0oKa8av9ytf2IKFbRaM=; b=qfWmMphlkLTxRvrNwTaImqv5CYfciL8NzH/gi3zrC0JCkGop44b+5eJaqKQrEpfRby/N3y JwWlPm7P6Mil7nZoLhYKeL5SpEAwDFAUzvyyndwiTKOGTgBtV3qM5X9zWgc2CjoFJCJoym jHBzTimD4D8BND5udgfSy+/32RHZLXxujGiFB6knowK8MpgqlOo0KLnrkFUUNMrXSuPxEn tjNy3nSN8SvhiyjKYaPWxrOmyJQ6dK7iwfn6gu74O8ue9MvQwtXU1Irzznsyny7BeFGZVz qTP7o56ZufBo+5nQuH1tlnrd3CwDhDdFVp7Pt2WKD97mxzzatf5aytYkaJjJzg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-faker: upgrade to 4.17.0 Date: Thu, 19 Nov 2020 11:17:21 -0500 Message-Id: <20201119161721.15879-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.00 --- 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 d41c718fa4..9f5ea9205f 100644 --- a/community/py3-faker/APKBUILD +++ b/community/py3-faker/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=py3-faker _pyname=Faker -pkgver=4.16.0 +pkgver=4.17.0 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="76f80d41af1d937b1f5d42cd78ff1b6118ec71feb9ccd06cb24d168267e0d4495b2e0ca7e2b2d269167f47483e89fd20e5c3599c95dd649c68200e3a0ef2ae05 Faker-4.16.0.tar.gz" +sha512sums="aa3fe8062f99cf3cf7769530c8c27255c965a3a03658369b487c4ed144893c343de15b6087c4fb9a4d118348ae2a269e1289bb90163aff5fcb6b7ac3ef23bc9c Faker-4.17.0.tar.gz" -- 2.29.2