~alpine/aports

community/py3-tqdm: upgrade to 4.61.1 v1 APPLIED

Drew DeVault: 1
 community/py3-tqdm: upgrade to 4.61.1

 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/3541/mbox | git am -3
Learn more about email & git

[PATCH] community/py3-tqdm: upgrade to 4.61.1 Export this patch

---
 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 <sir@cmpwn.com>
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