[arch-commits] Commit in python-pytest-tap/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Wed Mar 25 01:45:29 UTC 2020
Date: Wednesday, March 25, 2020 @ 01:45:29
Author: lfleischer
Revision: 603966
upgpkg: python-pytest-tap 3.1-1: upstream update
Modified:
python-pytest-tap/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-25 01:39:32 UTC (rev 603965)
+++ PKGBUILD 2020-03-25 01:45:29 UTC (rev 603966)
@@ -2,7 +2,7 @@
pkgname=python-pytest-tap
_pyname=${pkgname#python-}
-pkgver=3.0
+pkgver=3.1
pkgrel=1
pkgdesc="Test Anything Protocol (TAP) reporting plugin for pytest."
arch=(any)
@@ -11,7 +11,7 @@
depends=('python-pytest' 'python-tappy')
makedepends=('python-setuptools' 'python-tox')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('226fc056b83ab3578f64faa478abe459')
+md5sums=('bab3a774f4a4564c2196f6b40e5a81db')
build() {
cd "${srcdir}/${_pyname}-${pkgver}"
More information about the arch-commits
mailing list