Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-testtools
Commits:
e36fc6f4 by Felix Yan at 2026-03-04T05:44:17+08:00
upgpkg: 2.8.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-testtools
pkgdesc = Extensions to the Python standard library unit testing
framework
- pkgver = 2.8.1
+ pkgver = 2.8.2
pkgrel = 1
url = https://github.com/testing-cabal/testtools
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-testtools
makedepends = python-hatchling
makedepends = python-hatch-vcs
depends = python-setuptools
- source = git+https://github.com/testing-cabal/testtools.git#tag=2.8.1
- sha512sums =
91d171ef7e0d64fd810e82c7679ec5936e282701099384ba64cfe0c38d69155e0e4423bc73a9c5a9880d4ab09883e6ad48e75c8c6d27f1e3418d618350040f00
+ source = git+https://github.com/testing-cabal/testtools.git#tag=2.8.2
+ sha512sums =
cfff78b0d2fb54e11935faa67745168bab2bf64cf5681f22716fe36288b2248927e333682ebb136a52f2422113c3273d3faeedf11faf6a1eb649e979d7aa8432
pkgname = python-testtools
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-testtools
-pkgver=2.8.1
+pkgver=2.8.2
pkgrel=1
pkgdesc="Extensions to the Python standard library unit testing framework"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-setuptools')
makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
checkdepends=('python-testscenarios' 'python-testresources' 'python-fixtures'
'python-twisted')
source=("git+https://github.com/testing-cabal/testtools.git#tag=$pkgver")
-sha512sums=('91d171ef7e0d64fd810e82c7679ec5936e282701099384ba64cfe0c38d69155e0e4423bc73a9c5a9880d4ab09883e6ad48e75c8c6d27f1e3418d618350040f00')
+sha512sums=('cfff78b0d2fb54e11935faa67745168bab2bf64cf5681f22716fe36288b2248927e333682ebb136a52f2422113c3273d3faeedf11faf6a1eb649e979d7aa8432')
build() {
cd testtools
@@ -20,7 +20,9 @@ build() {
check() {
cd testtools
- python -m testtools.run testtools.tests.test_suite
+ python -m venv --system-site-packages test-env
+ test-env/bin/python -m installer dist/*.whl
+ test-env/bin/python -m testtools.run tests.test_suite
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testtools/-/commit/e36fc6f467a8b17827b47bd37d77359712f0e4c3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testtools/-/commit/e36fc6f467a8b17827b47bd37d77359712f0e4c3
You're receiving this email because of your account on gitlab.archlinux.org.