[arch-commits] Commit in python-pytest-isort/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Sep 2 11:30:05 UTC 2020


    Date: Wednesday, September 2, 2020 @ 11:30:04
  Author: felixonmars
Revision: 696330

upgpkg: python-pytest-isort 1.2.0-1

Modified:
  python-pytest-isort/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-02 11:28:43 UTC (rev 696329)
+++ PKGBUILD	2020-09-02 11:30:04 UTC (rev 696330)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-pytest-isort
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='pytest plugin to perform isort checks (import ordering)'
 arch=('any')
@@ -8,8 +8,9 @@
 license=('BSD')
 url='https://github.com/moccu/pytest-isort'
 depends=('python-pytest-cache' 'python-isort')
+makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/moccu/pytest-isort/archive/$pkgver.tar.gz")
-sha512sums=('4eb6438ff19501573d925839761fa4cd476fe37ddb6dc618a2d05116cc0ec7680e84cbc88c834329fd7457deb7f88e1e93e67d471192420e6bdf3693c6dc53a3')
+sha512sums=('521ce288479a253d5b405b27f72e6777b9f5581e00ab7a93870f0df30c98d3d3694ef2b55a5b9eb9a4501c7389194bfa59692c5ff3fb53621f811e0f99a49e4c')
 
 build() {
   cd pytest-isort-$pkgver



More information about the arch-commits mailing list