From 8f3787527f5f97c520b55b50bf2974c1c207a906 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 1 Oct 2022 07:46:48 +0200 Subject: [PATCH] python3-pytest-mock: update to 3.9.0 --- srcpkgs/python3-pytest-mock/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template index 3cbfc61e835a..e4925919bf2d 100644 --- a/srcpkgs/python3-pytest-mock/template +++ b/srcpkgs/python3-pytest-mock/template @@ -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 " 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