[arch-commits] Commit in python-isort/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Aug 17 05:23:52 UTC 2020
Date: Monday, August 17, 2020 @ 05:23:52
Author: felixonmars
Revision: 394325
upgpkg: python-isort 5.3.1-1
Modified:
python-isort/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-16 19:09:04 UTC (rev 394324)
+++ PKGBUILD 2020-08-17 05:23:52 UTC (rev 394325)
@@ -2,7 +2,7 @@
# Contributor: Yaron de Leeuw <me at jarondl.net>
pkgname=python-isort
-pkgver=5.3.0
+pkgver=5.3.1
pkgrel=1
pkgdesc="A Python utility / library to sort Python imports."
arch=('any')
@@ -14,7 +14,7 @@
'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 'python-pytest'
'python-requirementslib')
source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('59c8e149bbbccf452fdbc710ec3acf426305bb0f21b086e613b1c40fb2305cdf6b507b853598ea3fe34f253aec2d2b29fbb7e9221ba8c275db0693d3cdfe6d4a')
+sha512sums=('12f510e3d5826ee4ec8061926d022f03964235fc32eebfc5c85dec4f75bde168bac3f229ebecfdd6353c79df55ede58d6dfeacc233aa7b489c2e5d03d05879df')
prepare() {
cd isort-$pkgver
More information about the arch-commits
mailing list