python-pluggy: Update to 0.8.0

This commit is contained in:
Alexey Pavlov
2018-10-24 09:04:30 +03:00
parent f42f8b09a6
commit b396ea0b30

View File

@@ -3,7 +3,7 @@
_realname=pluggy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.7.1
pkgver=0.8.0
pkgrel=1
pkgdesc='Plugin and hook calling mechanisms for python (mingw-w64)'
url='https://github.com/pytest-dev/pluggy'
@@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('95eb8364a4708392bae89035f45341871286a333f749c3141c20573d2b3876e1')
sha256sums=('447ba94990e8014ee25ec853339faf7b0fc8050cdc3289d4d71f7f410fb90095')
prepare() {
for pver in {2,3}; do