[arch-commits] Commit in python-isort/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Aug 5 08:29:30 UTC 2020
Date: Wednesday, August 5, 2020 @ 08:29:29
Author: felixonmars
Revision: 393163
upgpkg: python-isort 5.2.1-1
Modified:
python-isort/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-05 08:20:09 UTC (rev 393162)
+++ PKGBUILD 2020-08-05 08:29:29 UTC (rev 393163)
@@ -2,7 +2,7 @@
# Contributor: Yaron de Leeuw <me at jarondl.net>
pkgname=python-isort
-pkgver=5.2.0
+pkgver=5.2.1
pkgrel=1
pkgdesc="A Python utility / library to sort Python imports."
arch=('any')
@@ -13,7 +13,7 @@
checkdepends=('git' 'pylama' 'python-black' '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=('864b71b1162571d359f31568640cf1ae15fea99317954327a42d43c2521075a1d18527f437252e0f74f503db85d5a9657643199882a4171edfe031fdb208bb92')
+sha512sums=('36d4cc84e3aedf53cd11d9b87d8bef379ea8da92310c70e7281557ef171c528b979b2fba9cfce6575cce12c0f767f851d2f4cd23ea5aed0f9f7718675a2af118')
prepare() {
cd isort-$pkgver
More information about the arch-commits
mailing list