Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1DA06780D14 for <~alpine/aports@lists.alpinelinux.org>; Mon, 28 Feb 2022 20:16:46 +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=1646078945; 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=M6b2QBU48NfixB98gDWq2W5V0bBR3XK/0D9SLCjMZVI=; b=TijnOZPNkfdFo/OqbGXPk1FL2xdZ2It5CCO7xYy5WkvOwF7Jja9H14dmKU3L0wu0htLVw7 Ugu5r7xQiE+Q2tskplE09iPQyqu/RwEvrlYbrqFmB+EGgzyOfdaiXr8f9rh1eeqTgUhbrB 1iTpCRsNoWxtaJXw/WYoBifm7tpJWiDWLuiI2AsOE61TXA3Yagsgp6PkBNpYCrKbRboezI 3s12terbbDpHCddly48I1ufAsbQloNPvNmRk7w6/sRhLEY+Sx46XCI0ZOEx5lzjKSS0a3f ICVuVNtzF9n9aVYg+fLeEXSASZdDrefbhp2Wq8CnhNkQMMKn4U5F+pUuz53grw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.63.0 Date: Mon, 28 Feb 2022 21:09:03 +0100 Message-Id: <20220228200903.12455-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- community/py3-tqdm/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD index 0aa04179a3..ff10840197 100644 --- a/community/py3-tqdm/APKBUILD +++ b/community/py3-tqdm/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Drew DeVault pkgname=py3-tqdm _pkgname=tqdm -pkgver=4.62.3 -pkgrel=1 +pkgver=4.63.0 +pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" options="!check" # Broken on our current Python build due to setuptools version conflict url="https://pypi.python.org/pypi/tqdm" @@ -49,5 +49,5 @@ package() { } sha512sums=" -1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee tqdm-4.62.3.tar.gz +939ac7e310204094cb0c6a935ba6a91af45cd63fa8fa83865b75d1bcea440d5ff21a4d3405f5bcce864b43159921d3ef7b92d9c390fe30902f24e4e724c7eaf9 tqdm-4.63.0.tar.gz " -- 2.35.1