Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4A982781D67 for <~alpine/aports@lists.alpinelinux.org>; Tue, 17 Nov 2020 18:04:08 +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=1605636247; 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=LOd2ceah0GptmIOrjLUV+booXhfycFtFXO1tbbtURx4=; b=j775xqWCOsRnI7kCeHB2a8myKmHJVLCCqTUarjJ0A21g3UTuSsTeS8PT+Gml5fUEN4Sv6V AtGtAwjlTq1TQHezJn3LnAgONLeFvzBeRYGctsWsECJAC9c+TNLSJF0B+ZZTr7h8fTmxRn XEo85olnYn9t4kG9HxxSsVtbvpo5gVYeZIq720Z4boCfVc6BFIBA3DXc3AET+hCdLQFvYE KhBYJGfKerqB3vOln0DKj8pZqA2+juuuva+iqkyPxzyppNKfN36buLzwz1Tcu/oDwggPhm UVs6HddmqBFGuuZVp4k/uHkGWx+6CN/zIWJj4URIGGCbMHOy4LitlhXSusfy5Q== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-faker: upgrade to 4.16.0 Date: Tue, 17 Nov 2020 13:04:02 -0500 Message-Id: <20201117180402.22144-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-User: sir@cmpwn.com 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 782e79e81f..d41c718fa4 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.14.2 +pkgver=4.16.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="89fa126caea37c1b33b0b60e4ab58161244903ad0aa820a9111ea4b76565b69845dea61e0abe1558189b6ad8ab069638218529857592ef772666933a6a6dcdd3 Faker-4.14.2.tar.gz" +sha512sums="76f80d41af1d937b1f5d42cd78ff1b6118ec71feb9ccd06cb24d168267e0d4495b2e0ca7e2b2d269167f47483e89fd20e5c3599c95dd649c68200e3a0ef2ae05 Faker-4.16.0.tar.gz" -- 2.29.2