Date: Friday, September 4, 2020 @ 23:09:35 Author: felixonmars Revision: 395445
upgpkg: python-isort 5.5.1-1 Modified: python-isort/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-04 21:15:01 UTC (rev 395444) +++ PKGBUILD 2020-09-04 23:09:35 UTC (rev 395445) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python-isort -pkgver=5.5.0 +pkgver=5.5.1 pkgrel=1 pkgdesc="A Python utility / library to sort Python imports." arch=('any') @@ -12,9 +12,9 @@ makedepends=('python-dephell') checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 'python-hypothesmith' 'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 'python-pytest' - 'python-requirementslib') + 'python-pytest-mock' 'python-requirementslib') source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('8c48c833bf72d94eb3295db140e2cb5dda3b3b87356f9705b9804d83593d83136f0baa4ad720b985b1e391eae260fa4a7f560af50bc9814720b79889acdc5d99') +sha512sums=('12a051e061fe139bc78528d5aba1bd7bc55bd079811902fc8bf78157fd1f4a8278d42169b416a6ffd0b3a13a095daa09b9fdaf2716e07d1a288835e99b004822') prepare() { cd isort-$pkgver
