Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id AE302781AA1 for <~alpine/aports@lists.alpinelinux.org>; Tue, 20 Oct 2020 02:23:49 +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=1603160628; 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: in-reply-to:in-reply-to:references:references; bh=FpkvL0NPfIXkTqhXHdndxBDGY6nQ3WJap4Di/mDfceI=; b=bDE06dfK4/FPxCwiw0vZYSv2Uoasz08SwE0qUd4Mj8EA6V4EbwbX5tscv/PCmSxIa9O/VV qQeRV0rMJuENEnKzfq7q7ma/JV4sJl/0P4sVvRAY9D0Sctf03WCk/nsza5EETwi0ztzExs h0jRX6ns0UHyySuUOamI7g4si7qrFFEIxykEwJCcoX6TvReFq1eNYQcxeyncklO5kTJId/ 4taCx1CkRDP4J7bPz7Wn5sHgo4Z9tUTF/AR9Ptih0Y+eloaRGm3FdwHyYEAEwTqyUqdx9Z wDfxq8doc1Q1kaPg8lIcRlIX2xdjJZhx1cQu2pUpGpqf9nnCPM+VChidKx74bw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 3/5] community/py3-configargparse: upgrade to 1.2.3 Date: Mon, 19 Oct 2020 22:23:35 -0400 Message-Id: <20201020022337.3724-4-sir@cmpwn.com> In-Reply-To: <20201020022337.3724-1-sir@cmpwn.com> References: <20201020022337.3724-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.00 --- community/py3-configargparse/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-configargparse/APKBUILD b/community/py3-configargparse/APKBUILD index 59f34e4308..911dcb736c 100644 --- a/community/py3-configargparse/APKBUILD +++ b/community/py3-configargparse/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Stuart Cardall pkgname=py3-configargparse _pkgname=ConfigArgParse -pkgver=0.15.2 +pkgver=1.2.3 pkgrel=0 pkgdesc="A drop-in replacement for argparse" url="https://github.com/bw2/ConfigArgParse" @@ -31,5 +31,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c8403751506b3ce096d707067659492422ecef8e684107935ab26f2e518c7c2c4baca8882cac55dd1961a86e5ad95b73389bc1a681cd2a67b5000bd6d626d2d9 py3-configargparse-0.15.2.tar.gz +sha512sums="bfa8f9ca8ab5c6d4cdf2a7e7c577c99fafdf7f743c81057bebbb6045c45de2cdbf5d738f7765e5dcac5a45baa92e2a8bc7ad3879776b9cf4862e3da94e78c4cc py3-configargparse-1.2.3.tar.gz 32171e9ed37e0662bdb8cd95f9a3ec25fd1fe1e9f68047ecc1da4f20278fe1bc56707a4d21654b75421ecb13f2307817b7116fdb6fc8d44df59c993027511d83 skip-failing-tests.patch" -- 2.28.0