[arch-commits] Commit in python-isort/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Aug 3 08:27:05 UTC 2020
Date: Monday, August 3, 2020 @ 08:27:04
Author: felixonmars
Revision: 393087
upgpkg: python-isort 5.1.4-1
Modified:
python-isort/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-03 08:04:58 UTC (rev 393086)
+++ PKGBUILD 2020-08-03 08:27:04 UTC (rev 393087)
@@ -2,7 +2,7 @@
# Contributor: Yaron de Leeuw <me at jarondl.net>
pkgname=python-isort
-pkgver=5.1.3
+pkgver=5.1.4
pkgrel=1
pkgdesc="A Python utility / library to sort Python imports."
arch=('any')
@@ -13,7 +13,7 @@
checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 'python-pipreqs'
'python-pytest' 'python-requirementslib')
source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('803415cd56385cd6ecd31361c3ab001d17274c6a0f081f905dacf57ce09d91c8b70921813785b678fcbdbddd942c3d2bb79aad282314b674148081e9379b81b1')
+sha512sums=('49c78d3731caac0c70e49d07336cc87110042dcfd3e0ba191cd0bbe65a59fe14488d6361506a2a0308402d4b09a8d1e00f7dd3c79ca889e13bbc175b4f2c3417')
prepare() {
cd isort-$pkgver
More information about the arch-commits
mailing list