Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DD843781921 for <~alpine/aports@lists.alpinelinux.org>; Sat, 12 Jun 2021 16:25:30 +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=1623515129; 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=DB1IicJ8WD+kY0z0sOnafXfm1JtknZqMX3ZTgMUnrmE=; b=WC3U8huEt+BpQO+gtcVGirRtdrQBiMTTaTAAmMfUfF8zny5cJz4ESHxnpflJ8/u3KtZEv1 mQJ+ldCZc4TVT3fWeGDxXsKbwMqgLzcmH5yB7MgaqOljjjM6OTWK0wOknR9C4llbbFwn86 XnE8568ZhEdjfuAHc4vl2/hRHN6nS78G5F1VmMpLrl9ZU+OAsbtEiMUN5Df5nkIMwelGy6 7dbFASWF51JT8N+MLwxoKlOOCEkKpnDDsZFzQOhFM/5mP5U7xtUvmiyvHKCoG0vd8ijzLw z+V0YQiOLc2JDsD/zQhbHd8lRzTcz/hnt5AvD3Yc2N0R/33Hen19lTcMbySQng== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.61.1 Date: Sat, 12 Jun 2021 12:25:27 -0400 Message-Id: <20210612162527.27690-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/py3-tqdm/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD index eb5f1a8be9..30b53b65d6 100644 --- a/community/py3-tqdm/APKBUILD +++ b/community/py3-tqdm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=py3-tqdm _pkgname=tqdm -pkgver=4.61.0 +pkgver=4.61.1 pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" options="!check" # Broken on our current Python build due to setuptools version conflict @@ -49,5 +49,5 @@ package() { } sha512sums=" -7c13c98572ac2800b695cf38d6de84b348c20967187dfcd3a358fc3a9999bfda509d3b4fbb77272840e1568ed975fc038cfb4034288c72560e09a58fbdc636f1 tqdm-4.61.0.tar.gz +6092a30389380a511abc8bee7e6144556d6dc1a993ba4a2685707afa2838a12f472aa216ac5e55d144da74f9be1d398d4c6f5352986a200557e4aba67831a505 tqdm-4.61.1.tar.gz " -- 2.32.0