python3-mock: update to 5.2.0.

This commit is contained in:
Gonzalo Tornaría 2025-06-22 16:38:03 -03:00 committed by classabbyamp
parent 2c4732a76b
commit b66cf27bf8

View file

@ -1,7 +1,7 @@
# Template file for 'python3-mock' # Template file for 'python3-mock'
pkgname=python3-mock pkgname=python3-mock
version=5.1.0 version=5.2.0
revision=3 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel" hostmakedepends="python3-setuptools python3-wheel"
depends="python3" depends="python3"
@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="http://mock.readthedocs.org/en/latest/" homepage="http://mock.readthedocs.org/en/latest/"
changelog="https://raw.githubusercontent.com/testing-cabal/mock/master/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/testing-cabal/mock/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz" distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
checksum=5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d checksum=4e460e818629b4b173f32d08bf30d3af8123afbb8e04bb5707a1fd4799e503f0
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt