[arch-commits] Commit in python-testfixtures/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Sep 21 13:13:18 UTC 2021
Date: Tuesday, September 21, 2021 @ 13:13:18
Author: felixonmars
Revision: 1020295
upgpkg: python-testfixtures 6.18.2-1
Modified:
python-testfixtures/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-21 13:13:11 UTC (rev 1020294)
+++ PKGBUILD 2021-09-21 13:13:18 UTC (rev 1020295)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-testfixtures
-pkgver=6.18.1
+pkgver=6.18.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=('3f6d5442dc61ea335c20226598d6bbc695e544abc02f10ed06f29ec3839f89a3e0a474b3c120ba77ecdf4d008b149b32751b98d1956a17ebe2d3d7fb7b6ba690')
+sha512sums=('28d1ba813443f012b80298422ef13ba6074256a7aa4d1661c2ac192809518048cbe205125ac2d1186018b8e36f285ddc1e2bf9a175834bb4e51598b3a55f761f')
build() {
cd "$srcdir"/testfixtures-$pkgver
More information about the arch-commits
mailing list