[arch-commits] Commit in python-pytest-isort/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 11 19:45:39 UTC 2021
Date: Tuesday, May 11, 2021 @ 19:45:39
Author: felixonmars
Revision: 930578
upgpkg: python-pytest-isort 2.0.0-1
Modified:
python-pytest-isort/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-11 19:45:31 UTC (rev 930577)
+++ PKGBUILD 2021-05-11 19:45:39 UTC (rev 930578)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-pytest-isort
-pkgver=1.3.0
+pkgver=2.0.0
pkgrel=1
pkgdesc='pytest plugin to perform isort checks (import ordering)'
arch=('any')
@@ -10,7 +10,7 @@
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=('b0d1ca6553178161490aed3b11be83909f9d223421e73a1c99dbcc0c4310734ce1850b88fed312cb7f364e170aad098014c5563f19e9c1ac65af8697fff74b30')
+sha512sums=('b338bf0de7e98be330c1ee391e0b1aaae363efbcfd89f14138704ad6d0c29a4d7a0b27e17251148dc26d04aae39184e0c5a465f3091769cf1b4043f6faf3c653')
build() {
cd pytest-isort-$pkgver
More information about the arch-commits
mailing list