Date: Saturday, September 5, 2020 @ 04:53:40 Author: felixonmars Revision: 699018
upgpkg: python-testfixtures 6.14.2-1 Modified: python-testfixtures/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-05 04:36:57 UTC (rev 699017) +++ PKGBUILD 2020-09-05 04:53:40 UTC (rev 699018) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-testfixtures -pkgver=6.14.1 +pkgver=6.14.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=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz") -sha512sums=('10e411971d016b342ff3a45bd6663bdeec84a2eae8de938fe2103a07ec37e8e524fa203d7ef9f57f2569d724e3cf60a32a4c4cabe6773dc8801d9a900396233e') +sha512sums=('19eee4a2a898e272818fd144b5ae0aac997bdb116d02f16a52ca509998c66ca330ae44784086623d88f2a2a9e76418d8934e511a26026b5baf15db860314465f') build() { cd "$srcdir"/testfixtures-$pkgver
