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

Eli Schwartz eschwartz at archlinux.org
Thu Jun 17 15:20:57 UTC 2021


    Date: Thursday, June 17, 2021 @ 15:20:57
  Author: eschwartz
Revision: 964630

upgpkg: python-pytest-isort 2.0.0-2: drop pytest-cache dependency not needed since 0.2.1

Modified:
  python-pytest-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 15:00:05 UTC (rev 964629)
+++ PKGBUILD	2021-06-17 15:20:57 UTC (rev 964630)
@@ -2,12 +2,12 @@
 
 pkgname=python-pytest-isort
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='pytest plugin to perform isort checks (import ordering)'
 arch=('any')
 license=('BSD')
 url='https://github.com/moccu/pytest-isort'
-depends=('python-pytest-cache' 'python-isort')
+depends=('python-pytest' 'python-isort')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/moccu/pytest-isort/archive/$pkgver.tar.gz")
 sha512sums=('b338bf0de7e98be330c1ee391e0b1aaae363efbcfd89f14138704ad6d0c29a4d7a0b27e17251148dc26d04aae39184e0c5a465f3091769cf1b4043f6faf3c653')



More information about the arch-commits mailing list