[arch-commits] Commit in python-isort/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 23 20:07:19 UTC 2020
Date: Thursday, July 23, 2020 @ 20:07:18
Author: felixonmars
Revision: 392461
upgpkg: python-isort 5.0.4-1
Modified:
python-isort/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-23 19:46:09 UTC (rev 392460)
+++ PKGBUILD 2020-07-23 20:07:18 UTC (rev 392461)
@@ -2,7 +2,7 @@
# Contributor: Yaron de Leeuw <me at jarondl.net>
pkgname=python-isort
-pkgver=5.0.3
+pkgver=5.0.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=('06a65ae077ba5f1f0a793253d0e709c83fd15f904adfd522c4401e90e36e54c675a22e5036081c8585523ad6434d132d3c7d1ee4e797015eab9cac5b158ae069')
+sha512sums=('99c8d6b6322829cdb1d1a0df935b2857edef96b166eb342f1fc3cee6d109e1a774e2b84df925dac81fc9d3d4532be008e6581230e527fda4362ba1809b237c8e')
prepare() {
cd isort-$pkgver
More information about the arch-commits
mailing list