Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-testtools
Commits:
882d1263 by Felix Yan at 2026-03-03T18:40:21+08:00
upgpkg: 2.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-testtools
pkgdesc = Extensions to the Python standard library unit testing
framework
- pkgver = 2.8.0
- pkgrel = 3
+ pkgver = 2.8.1
+ pkgrel = 1
url = https://github.com/testing-cabal/testtools
arch = any
license = MIT
@@ -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.0
- sha512sums =
eb96549542b937dd9079b5dc241b45d46b3b458c1a9f4692b3b44f14d7935da8c22efe5c29984198e77196d43cb40938195eaf0321d2c1626809dc2ebc32ab27
+ source = git+https://github.com/testing-cabal/testtools.git#tag=2.8.1
+ sha512sums =
91d171ef7e0d64fd810e82c7679ec5936e282701099384ba64cfe0c38d69155e0e4423bc73a9c5a9880d4ab09883e6ad48e75c8c6d27f1e3418d618350040f00
pkgname = python-testtools
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-testtools
-pkgver=2.8.0
-pkgrel=3
+pkgver=2.8.1
+pkgrel=1
pkgdesc="Extensions to the Python standard library unit testing framework"
arch=('any')
license=('MIT')
@@ -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=('eb96549542b937dd9079b5dc241b45d46b3b458c1a9f4692b3b44f14d7935da8c22efe5c29984198e77196d43cb40938195eaf0321d2c1626809dc2ebc32ab27')
+sha512sums=('91d171ef7e0d64fd810e82c7679ec5936e282701099384ba64cfe0c38d69155e0e4423bc73a9c5a9880d4ab09883e6ad48e75c8c6d27f1e3418d618350040f00')
build() {
cd testtools
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testtools/-/commit/882d1263aebc77f167070dd936ec90ce5400c1bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testtools/-/commit/882d1263aebc77f167070dd936ec90ce5400c1bd
You're receiving this email because of your account on gitlab.archlinux.org.