~alpine/aports

community/py3-tqdm: upgrade to 4.64.0 v1 PROPOSED

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

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

[PATCH] community/py3-tqdm: upgrade to 4.64.0 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 f8d706923a..0da2da09e7 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.63.2
pkgver=4.64.0
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="
2268a225a9029ff4c6b7ec6094aabbc9b32b1dbb1363be1ca14ae82b17f38eb8d9fb1ff66e9f3c792ba9a464db980e7eceba373e9e06ce156b5b32e7b18c4cff  tqdm-4.63.2.tar.gz
84d243b86ea3665e915e6a79e7887a4d0487b166971d211e34229b7a46429f4e4f5808c03f24420b20fb85d274e1e6b36ed852af99c5c9d177c8ce71f0ce0c17  tqdm-4.64.0.tar.gz
"
-- 
2.35.1
Hi!

We received your patch, but we were unable to apply it to the upstream
GitLab repository. Did you rebase?