Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 65FD67819D8 for <~alpine/aports@lists.alpinelinux.org>; Sun, 5 Jan 2020 14:22:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1578234160; bh=gdCPyor6x30M5y5DomA7cQWYhT8+19witGHYbBTMC6g=; h=From:To:Cc:Subject:Date; b=HpUlaLNz7Ia8TtQl5R5InDEibb95kDnM53/hEtbPwHxffyRqMArJflaLXv/zcPvNV AifjuLKKBwcVpva0fAvhrup5K9sruTqlmluhPT7Je8rQFzuDMQhKcw8tBzBPtxvVtC t81i4x99nGbs+mHBJZSiJhLZVho/sbC439GGVuz4= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.41.1 Date: Sun, 5 Jan 2020 09:23:31 -0500 Message-Id: <20200105142331.23809-1-sir@cmpwn.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- 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 8ed95b90ff..a67e28b3ee 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.41.0 +pkgver=4.41.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="0d350f8f8e897815ba37da0ff4eb9dfc1a6f841db4026ebdb6b7e8d19de273f4e795ce0566458f4f8508db5b3cb4daf213cf527b9f257637423f11f29052604f tqdm-4.41.0.tar.gz" +sha512sums="b81eeab029e2e9d54868784289dc47740d068515b96aecaa89b247575cb61049f5288c2c6617766fa9522f91c0eda1f71671140ad81c88cf6f9461ae9c32f45c tqdm-4.41.1.tar.gz" -- 2.24.1