Date: Saturday, March 14, 2020 @ 19:29:40 Author: felixonmars Revision: 597109
upgpkg: python-subunit 1.4.0-1 Modified: python-subunit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-14 19:29:21 UTC (rev 597108) +++ PKGBUILD 2020-03-14 19:29:40 UTC (rev 597109) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-subunit -pkgver=1.3.0 -pkgrel=5 +pkgver=1.4.0 +pkgrel=1 pkgdesc="Python implementation of subunit test streaming protocol" arch=('any') license=('Apache') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-fixtures' 'python-hypothesis' 'python-testscenarios') source=("https://pypi.io/packages/source/p/python-subunit/python-subunit-$pkgver.tar.gz") -sha512sums=('387c9ce8ed679d8998d33c7a295412e4f9de46b8dccdfab92eb82d8c4290958760b6c9bd99d50abd0836e4556c1b0c0132fc01e16801a3113844ab1bf28cf962') +sha512sums=('7f8ebf1cfdd7ff22bfd68367cb90dd75e7f3b5f7da71830b304225905e1799ad1ec8f0d41f5f98895c831dc10fe77229137a472b8e8e57ea84c05c66694a5b5b') prepare() { sed -i 's|import unittest2 as unittest|import unittest|' python-subunit-$pkgver/python/subunit/tests/test_test_protocol.py
