Date: Tuesday, November 1, 2022 @ 20:32:23 Author: felixonmars Revision: 1340310
upgpkg: python-testfixtures 7.0.1-1 Modified: python-testfixtures/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-01 20:31:38 UTC (rev 1340309) +++ PKGBUILD 2022-11-01 20:32:23 UTC (rev 1340310) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-testfixtures -pkgver=7.0.0 +pkgver=7.0.1 pkgrel=1 pkgdesc="A collection of helpers and mock objects that are useful when writing unit tests or doc tests" arch=('any') @@ -12,7 +12,7 @@ checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil' 'python-pytest-django' 'python-django' 'python-twisted') source=("https://github.com/Simplistix/testfixtures/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('a2f6866ac1a173b8371d401a82db1d0a2de1901a0f727222269d10ac87f660ad77365a795b170755c0744086f9041a8cc296dc5e8a81827767439ec724c4e9f9') +sha512sums=('448ac744dd1818ff5bd7788b70ce2ac5b671757c0ddf380433873bc8fbfba430894bd42df83e261d9831e1c0f7368780e8cf4a49af188102fb257705d42eb694') build() { cd testfixtures-$pkgver
