[arch-commits] Commit in python-pytest-flake8/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 23 23:02:39 UTC 2020
Date: Thursday, April 23, 2020 @ 23:02:39
Author: felixonmars
Revision: 618416
upgpkg: python-pytest-flake8 1.0.5-1
Modified:
python-pytest-flake8/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 23:02:24 UTC (rev 618415)
+++ PKGBUILD 2020-04-23 23:02:39 UTC (rev 618416)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-pytest-flake8
-pkgver=1.0.4
-pkgrel=4
+pkgver=1.0.5
+pkgrel=1
pkgdesc='pytest plugin to check FLAKE8 requirements'
arch=('any')
license=('MIT')
@@ -9,7 +9,7 @@
url='https://github.com/tholo/pytest-flake8'
depends=('python-pytest' 'flake8')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz")
-sha512sums=('5955492b9dc32f7098a314d85d44a5b3b394f218d8a2b0470a70b5c3e6e6068eea5d9ddc385cd10cdf374ea44799966da8c7095f3901a10c337cfd76fe1123f1')
+sha512sums=('87caa4e80dfd3148ae2c92f863f2ffd1f6561bf5f09fca477cb41aabfbc7af1fee1356a57bcb830e3f2d2976d29bca78ce5700bd8b36e09a6e0fe08f2464f13e')
prepare() {
sed -i 's/ignore = E128/ignore = E128 W605/' pytest-flake8-$pkgver/tox.ini
More information about the arch-commits
mailing list