testing/py3-sh: upgrade to 1.14.2

This commit is contained in:
Michał Polański 2021-05-15 16:23:54 +02:00
parent 28a8342d9b
commit 4e38692f89

View File

@ -2,13 +2,13 @@
# Maintainer: Michał Polański <michal@polanski.me>
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
"