[arch-commits] Commit in python-isort/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 22 18:46:08 UTC 2020
Date: Wednesday, July 22, 2020 @ 18:46:08
Author: felixonmars
Revision: 392366
upgpkg: python-isort 5.0.3-1
Modified:
python-isort/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-22 18:45:30 UTC (rev 392365)
+++ PKGBUILD 2020-07-22 18:46:08 UTC (rev 392366)
@@ -2,7 +2,7 @@
# Contributor: Yaron de Leeuw <me at jarondl.net>
pkgname=python-isort
-pkgver=5.0.2
+pkgver=5.0.3
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=('e49a39931beea75c7f0f5ae2311fa06da859c796a13415084a507510efca499cefa8a309017fc1806f10434709250fc4ecbdf3f2661bdacd672126ebb43df138')
+sha512sums=('06a65ae077ba5f1f0a793253d0e709c83fd15f904adfd522c4401e90e36e54c675a22e5036081c8585523ad6434d132d3c7d1ee4e797015eab9cac5b158ae069')
prepare() {
cd isort-$pkgver
More information about the arch-commits
mailing list