python3-pytest-mock: update to 3.9.0

This commit is contained in:
Marcin Puc 2022-10-01 07:46:48 +02:00 committed by classabbyamp
parent 7192bacfe3
commit 533bf0ef80
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pytest-mock'
pkgname=python3-pytest-mock
version=3.7.0
version=3.9.0
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
@ -11,8 +11,9 @@ short_desc="Thin-wrapper around mock for easier use with py.test (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/pytest-dev/pytest-mock/"
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-mock/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pytest-mock/pytest-mock-${version}.tar.gz"
checksum=5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534
checksum=c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82
# pytest-mock requires pytest-mock to be installed so it'll always fail during
# packaging