Date: Friday, November 4, 2022 @ 22:50:24 Author: felixonmars Revision: 1341876
upgpkg: python-testfixtures 7.0.2-1 Modified: python-testfixtures/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-04 22:50:14 UTC (rev 1341875) +++ PKGBUILD 2022-11-04 22:50:24 UTC (rev 1341876) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-testfixtures -pkgver=7.0.1 +pkgver=7.0.2 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=('448ac744dd1818ff5bd7788b70ce2ac5b671757c0ddf380433873bc8fbfba430894bd42df83e261d9831e1c0f7368780e8cf4a49af188102fb257705d42eb694') +sha512sums=('f5de315fed9e15aa9b3a48c5d5a84d2fb9b39316da67c146900044e9d09e0d9885e7f7d1a9cc6718dc02e22cbac98585f660a400fa310275e266b84eeefc4674') build() { cd testfixtures-$pkgver
