~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] community/py3-tqdm: upgrade to 4.44.1

Details
Message ID
<20200329160537.5962-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 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 7a72d74cce..a3561a5dc5 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.44.0
pkgver=4.44.1
pkgrel=0
pkgdesc="Fast, Extensible Progress Meter"
options="!check" # Broken on our current Python build due to setuptools version conflict
@@ -43,4 +43,4 @@ package() {
	ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm
}

sha512sums="55b2b9feeeaec4a3219c933f6b85a77e641f536e347bd81fa1cc3a8a10f6bd2fe2c643d3a8b535f21578c2bb5634df41c4161b542b7037e6776fb395de7790dd  tqdm-4.44.0.tar.gz"
sha512sums="25fa96dbbdc87dac947b29fa0cfd15624c15f9bb4339335fa055d0556a0cc693d121392702b7b53f647ea40c5a379113a842754726b8f7885ae96d36929eff0f  tqdm-4.44.1.tar.gz"
-- 
2.26.0
Details
Message ID
<20200329131352.4cfee0c1@enterprise>
In-Reply-To
<20200329160537.5962-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
On Sun, 29 Mar 2020 12:05:37 -0400
Drew DeVault <sir@cmpwn.com> wrote:

> ---
>  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 7a72d74cce..a3561a5dc5 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.44.0
> +pkgver=4.44.1
>  pkgrel=0
>  pkgdesc="Fast, Extensible Progress Meter"
>  options="!check" # Broken on our current Python build due to
> setuptools version conflict @@ -43,4 +43,4 @@ package() {
>  	ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm
>  }
>  
> -sha512sums="55b2b9feeeaec4a3219c933f6b85a77e641f536e347bd81fa1cc3a8a10f6bd2fe2c643d3a8b535f21578c2bb5634df41c4161b542b7037e6776fb395de7790dd
>  tqdm-4.44.0.tar.gz"
> +sha512sums="25fa96dbbdc87dac947b29fa0cfd15624c15f9bb4339335fa055d0556a0cc693d121392702b7b53f647ea40c5a379113a842754726b8f7885ae96d36929eff0f
>  tqdm-4.44.1.tar.gz"

Merged
Reply to thread Export thread (mbox)