Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id A32FB781A7A for <~alpine/aports@lists.alpinelinux.org>; Sat, 31 Jul 2021 07:49:53 +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=1627717791; 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=6gBuITjUEjd6RXoNkuz5HGBGy/4UPB+B4oG251eQ+fk=; b=mVzzQVW09KgtnOfq6h5el8yBTGiHgNpp6WsAhEaHy0BeIA2sah9qi05e6T2ceGr0amiUeD 1eohWPkHJwoRPTBGQ4Ow7JNdkyGo4MrFtq7l6lo0WaEQERfNnGcf9M5KQHTapacg/GlwWn +YStd7OpP/ukENJ4cJYySwCdmX0qTH71H8IdmthnrfktkujEetI4rxQjOLBVMGin6uhPx9 z2cbJKDTiPW/uGbr5fbBs1I4X09NSs1Ieq4plP3irnq+LBPKbIh6caom3vPYQeuLh87XMm EvSD9jvarduhQsocK9QMxoogQsieji3yIzPdsNpOHS30GjjqQNPINQDOaBlMng== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.62.0 Date: Sat, 31 Jul 2021 09:49:49 +0200 Message-Id: <20210731074949.21056-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 fafdb5b5dd..dc97ab5012 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.2 +pkgver=4.62.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=" -bc33e8fe00244f90f61ab51d0c7c0b98d5580efebd9758284d9dbe2a699eabeb0d92871eedc2f95f377e29dd0f7ea4b5247b96cb4cc1687dcfea3a9ed1152ab7 tqdm-4.61.2.tar.gz +dd60d5522b68086410ec5f02574477dcc33a887ef509cc1d1735921dd906f951180d6115680517b3abbd2cf6c4ee1c60b9c950654ea9b7642d52d28052326088 tqdm-4.62.0.tar.gz " -- 2.32.0