Date: Thursday, July 15, 2021 @ 14:10:36 Author: felixonmars Revision: 977310
upgpkg: python-testfixtures 6.18.0-1 Modified: python-testfixtures/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-15 14:01:25 UTC (rev 977309) +++ PKGBUILD 2021-07-15 14:10:36 UTC (rev 977310) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-testfixtures -pkgver=6.17.1 +pkgver=6.18.0 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=('6424f813926516fd90693ac7ecf39a30c71e19b02965c6c7e5c23971555dc8f18a6f09dd419d6efea7bb1e35de1234684b10358ba25fcaa7ba191e9f7aa5c933') +sha512sums=('0a6d2105405d1a97df06765479e1cbce042779240353a33accf748b69c8d0011ea0c2dcb3c6f568aac0436608cd84a7293987110723dcf4e61c6836e1bf95b8a') build() { cd "$srcdir"/testfixtures-$pkgver
