Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-stestr
Commits: 19a64b56 by Felix Yan at 2023-10-06T09:23:39+03:00 upgpkg: 4.1.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = python-stestr + pkgdesc = A test runner runner similar to testrepository + pkgver = 4.1.0 + pkgrel = 1 + url = https://stestr.readthedocs.io/en/latest/ + arch = any + license = Apache + checkdepends = python-hacking + checkdepends = python-sphinx + checkdepends = python-coverage + checkdepends = python-ddt + depends = python-cliff + depends = python-pbr + depends = python-subunit + depends = python-fixtures + depends = python-testtools + depends = python-yaml + depends = python-voluptuous + depends = python-tomlkit + depends = python-extras + source = https://pypi.io/packages/source/s/stestr/stestr-4.1.0.tar.gz + sha512sums = 77287ffdfe59042c4d189aa6c662df4357633d3a134ea60a4533b5b8b1b433ffd6f265a430977da175f242cc1c8e8514f876a486cc900a436cf93ab629fe7b7d + +pkgname = python-stestr ===================================== PKGBUILD ===================================== @@ -3,18 +3,18 @@ # Contributor: Kyle Keen <[email protected]> pkgname=python-stestr -pkgver=4.0.1 -pkgrel=4 +pkgver=4.1.0 +pkgrel=1 pkgdesc="A test runner runner similar to testrepository" url="https://stestr.readthedocs.io/en/latest/" license=('Apache') arch=('any') -depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 'python-fixtures' - 'python-testtools' 'python-yaml' 'python-voluptuous') +depends=('python-cliff' 'python-pbr' 'python-subunit' 'python-fixtures' 'python-testtools' + 'python-yaml' 'python-voluptuous' 'python-tomlkit' 'python-extras') checkdepends=('python-hacking' 'python-sphinx' 'python-coverage' 'python-ddt') source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz") -sha512sums=('a74b9278b1941da62af58a087a10e5a0624901ceb81dcdd25eab3a05f003756773551fe6eec46dfb371f7b726cf296abfe0116444fb32c94fb6811440ee22a58') +sha512sums=('77287ffdfe59042c4d189aa6c662df4357633d3a134ea60a4533b5b8b1b433ffd6f265a430977da175f242cc1c8e8514f876a486cc900a436cf93ab629fe7b7d') build() { cd stestr-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-stestr/-/commit/19a64b56f760e9729a63fd9372423f60b22064a0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-stestr/-/commit/19a64b56f760e9729a63fd9372423f60b22064a0 You're receiving this email because of your account on gitlab.archlinux.org.
