[arch-commits] Commit in python-isort/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 16 19:08:55 UTC 2020
Date: Sunday, August 16, 2020 @ 19:08:55
Author: felixonmars
Revision: 394323
upgpkg: python-isort 5.3.0-1
Modified:
python-isort/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-16 19:04:39 UTC (rev 394322)
+++ PKGBUILD 2020-08-16 19:08:55 UTC (rev 394323)
@@ -2,7 +2,7 @@
# Contributor: Yaron de Leeuw <me at jarondl.net>
pkgname=python-isort
-pkgver=5.2.2
+pkgver=5.3.0
pkgrel=1
pkgdesc="A Python utility / library to sort Python imports."
arch=('any')
@@ -10,10 +10,11 @@
license=('MIT')
depends=('python-toml')
makedepends=('python-dephell')
-checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 'python-pip' 'python-pip-api'
- 'python-pipreqs' 'python-pytest' 'python-requirementslib')
+checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 'python-hypothesmith'
+ '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=('ddf7f76ed5783215305df54c53d4e877595b7f19cb4e3972d2e121b5ac872320deb5b4b095e1347cc2e1d6451d645ae76f7c58ea1b515550ad93c615cb4fbea5')
+sha512sums=('59c8e149bbbccf452fdbc710ec3acf426305bb0f21b086e613b1c40fb2305cdf6b507b853598ea3fe34f253aec2d2b29fbb7e9221ba8c275db0693d3cdfe6d4a')
prepare() {
cd isort-$pkgver
More information about the arch-commits
mailing list