main/py3-testtools: upgrade to 2.6.0

This commit is contained in:
psykose 2023-03-15 02:30:58 +00:00
parent 84714516a7
commit c84ad08c92

View File

@ -2,13 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-testtools
_pkgname=testtools
pkgver=2.5.0
pkgrel=3
pkgver=2.6.0
pkgrel=0
pkgdesc="Extensions to the Python standard library unit testing framework"
url="https://pypi.org/project/testtools"
arch="noarch"
license="MIT"
depends="python3 py3-pbr py3-fixtures py3-extras py3-setuptools"
depends="python3 py3-pbr py3-fixtures"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
options="!check" # needs community/py3-twisted and testscenarios from pypi
@ -22,5 +23,5 @@ package() {
}
sha512sums="
6adbf9e90f0647a44130e99cd94e4c0cbfab3a1b5c28b6bb124d061defe69d8043186cfe554099936effe16a6b07d59927bfeb6820f5a0fb34970ff243030fd4 testtools-2.5.0.tar.gz
309893693b2ae63ff75395bf543bd42caa9aee3b1208ce5921d893b3635012f6aa8ed5e797b4d130d83e1b530778e87b91e57b901e8351f86d44f3289d54d04b testtools-2.6.0.tar.gz
"