From 7cd17acd6a729078bb7e3089a2206fcc1bc080bb Mon Sep 17 00:00:00 2001 From: Naveen Date: Thu, 28 Jan 2021 19:17:39 +0000 Subject: [PATCH] python-pytest: update to 6.2.2 --- mingw-w64-python-pytest/PKGBUILD | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/mingw-w64-python-pytest/PKGBUILD b/mingw-w64-python-pytest/PKGBUILD index 7945a9a41f..3aa92e3af6 100644 --- a/mingw-w64-python-pytest/PKGBUILD +++ b/mingw-w64-python-pytest/PKGBUILD @@ -6,23 +6,21 @@ 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=6.2.1 -pkgrel=2 +pkgver=6.2.2 +pkgrel=1 pkgdesc='simple powerful testing with Python (mingw-w64)' url='https://pytest.org/' license=('MIT') arch=('any') install=${_realname}3-${CARCH}.install -depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-atomicwrites>=1.0" - "${MINGW_PACKAGE_PREFIX}-python-attrs>=17.4.0" - "${MINGW_PACKAGE_PREFIX}-python-more-itertools>=4.0.0" - "${MINGW_PACKAGE_PREFIX}-python-pluggy>=0.7" - "${MINGW_PACKAGE_PREFIX}-python-py>=1.5.0" - "${MINGW_PACKAGE_PREFIX}-python-setuptools" - "${MINGW_PACKAGE_PREFIX}-python-six" +depends=("${MINGW_PACKAGE_PREFIX}-python-atomicwrites" + "${MINGW_PACKAGE_PREFIX}-python-attrs" "${MINGW_PACKAGE_PREFIX}-python-colorama" - "${MINGW_PACKAGE_PREFIX}-python-wcwidth") + "${MINGW_PACKAGE_PREFIX}-python-iniconfig" + "${MINGW_PACKAGE_PREFIX}-python-packaging" + "${MINGW_PACKAGE_PREFIX}-python-pluggy" + "${MINGW_PACKAGE_PREFIX}-python-py" + "${MINGW_PACKAGE_PREFIX}-python-toml") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-hypothesis" "${MINGW_PACKAGE_PREFIX}-python-mock" @@ -32,7 +30,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-hypothesis" "${MINGW_PACKAGE_PREFIX}-python-tox" "${MINGW_PACKAGE_PREFIX}-python-yaml") source=("${_realname}-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") -sha256sums=('efc60ff9d50f63a6cc1571f5f121155cd1775905a29dbc58b55612ac5a81f530') +sha256sums=('2c27c2cbde166b930f15853df9cb5680207a4e320181c5a6753394592b559fe2') prepare() { sed -i "s/'_pytest.vendored_packages'//" ${_realname}-${pkgver}/setup.py