python-pytest: update to 7.3.1

This commit is contained in:
Mehdi Chinoune
2023-04-15 00:32:52 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 8132276a4c
commit 3fa36c0cda

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=7.3.0
pkgver=7.3.1
pkgrel=1
pkgdesc='simple powerful testing with Python (mingw-w64)'
url='https://pytest.org/'
@@ -36,7 +36,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-hypothesis"
"${MINGW_PACKAGE_PREFIX}-python-yaml")
options=(!strip)
source=("${_realname}-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha256sums=('e24dfffb74c20f7623ded259c675b49a1e9bdd51c4f80876629f7fe93425fed8')
sha256sums=('6ffc0dd767f706de5a4013aa78d098133e4f88d2e60b45f930ec6ec556db3ce4')
prepare() {
sed -i "s/'_pytest.vendored_packages'//" ${_realname}-${pkgver}/setup.py