Received: from mail-qv1-f66.google.com (mail-qv1-f66.google.com [209.85.219.66]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8452E781955 for <~alpine/aports@lists.alpinelinux.org>; Sun, 29 Mar 2020 16:14:34 +0000 (UTC) Received: by mail-qv1-f66.google.com with SMTP id t4so3447026qvz.8 for <~alpine/aports@lists.alpinelinux.org>; Sun, 29 Mar 2020 09:14:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=CPTLHXfavmLnLYSuyqdYVbGboLoGqrAXWMnXJZVitKA=; b=YPs5JLRApR4cxjHta4BBO8VrReocooUwqqyR11bf/icpOyfFr/zRWErGBUAPzckzJr z90oI9V7Ha8Xm6Uxaoa9LOj3CTpcIAopCKSI38Op2pNDfA3/odRCGvFvh+7v2fLSB76z 783yUZ6+DBNEcvEcNecVKO/E/QwTPNGqcbJhyOGswfF4LLmBITXKd3B4Kv4I4CLPcvFl SRv1cd3Mb5JQEOW8FiBmrnkuqldi8SNORjEuj8v/4E+/e9wCPiOg8LrbVOHOUQnqMH4Z oTj32SPeU9MTCyS7XtfcvbMZAbaKNuQuj5Pu5CR8FhzW8B5DwZdPAiOd80OM4Rx5s4hq Kh4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=CPTLHXfavmLnLYSuyqdYVbGboLoGqrAXWMnXJZVitKA=; b=gQyvU5zkV7WFFGxaXhKNBmvcKnxIz1OQjgpGYt6C9Mp0M0c3sRURvtxv9+qTk84FxZ +KV5IjcW3EGPa7EN8LofLf3b4N8W880GsVW4KoDBT7SLLvA7Wvr5ARA+XGd82QhnglVC Uy8tTk2/K+VG27JZYhHaD4yb+Qa1miM3xDlWIf+dsNktrICw0GOGjNRJxCrrZaVAGizT iwzT6Ew9TMKyqxnfbM7Igo93gvZdT3fOeNuuoXdq5NN9FFUZt1i3ZTrYBmomYGaOhxwm QFKfIIcCpqoTqGut8gNz+jRuzRSfyOf3ja6J70r6H3rdlPcukrkGSPw9WRcCP6t30pIx vTAQ== X-Gm-Message-State: ANhLgQ38MCff+gu+vYFzc2I5UrKF2BOiUwQpHd8nfCfBVbSKwLpYSrY3 oclrU8YZXe19huR09C+71SXk6Pll X-Google-Smtp-Source: ADFU+vs0Xjk8SDlA2Z4iTadQjzhxzx1WrLdHQxDuVk8/aLkG7ap6A5Ee3J+kWvl2j43j+JTt15t6IQ== X-Received: by 2002:a0c:aee5:: with SMTP id n37mr7804566qvd.173.1585498473203; Sun, 29 Mar 2020 09:14:33 -0700 (PDT) Received: from enterprise ([2804:431:cfcd:a356:d7d:d055:cf47:d96f]) by smtp.gmail.com with ESMTPSA id p191sm8320806qke.6.2020.03.29.09.14.32 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Mar 2020 09:14:33 -0700 (PDT) Date: Sun, 29 Mar 2020 13:13:52 -0300 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] community/py3-tqdm: upgrade to 4.44.1 Message-ID: <20200329131352.4cfee0c1@enterprise> In-Reply-To: <20200329160537.5962-1-sir@cmpwn.com> References: <20200329160537.5962-1-sir@cmpwn.com> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 29 Mar 2020 12:05:37 -0400 Drew DeVault 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 > 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