From 4e38692f899b719bc31b6fb960bd4b4df3fc4eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Sat, 15 May 2021 16:23:54 +0200 Subject: [PATCH] testing/py3-sh: upgrade to 1.14.2 --- testing/py3-sh/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/testing/py3-sh/APKBUILD b/testing/py3-sh/APKBUILD index e8f3e653835..478cc2be9f5 100644 --- a/testing/py3-sh/APKBUILD +++ b/testing/py3-sh/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Michał Polański pkgname=py3-sh _pyname=sh -pkgver=1.14.1 -pkgrel=1 +pkgver=1.14.2 +pkgrel=0 pkgdesc="Python subprocess replacement" -options="!check" # Tests fail on the builders url="https://amoffat.github.io/sh/" license="MIT" arch="noarch !x86 !armv7" # test_custom_timeout_signal fails on x86 and armv7 +options="!check" # tests fail on the builders depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest lsof coreutils" @@ -28,4 +28,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build } -sha512sums="9a4d9b841e81ae465b036f3fbf5e8ca277b090ffada660b17e9c2c457e09f7dbb0038b687fc0c0f4a6d575a55deb451c572a60f92f8c8d18ea65d6d902abb9b4 py3-sh-1.14.1.tar.gz" +sha512sums=" +b7917504ae85606e1986b681274077777ad3011639bfe933d4133c3ed16f930842e03b572caa396ca4d58f41fd5594bef776cc16c4b0fbd1242e57c6aad19e62 py3-sh-1.14.2.tar.gz +"