Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-mpl
Commits: 4d046b2a by Jelle van der Waa at 2024-09-30T20:56:03+02:00 upgpkg: 0.17.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pytest-mpl pkgdesc = Pytest plugin to help with testing figures output from Matplotlib - pkgver = 0.16.1 - pkgrel = 4 + pkgver = 0.17.0 + pkgrel = 1 url = https://github.com/matplotlib/pytest-mpl arch = any license = BSD @@ -16,7 +16,7 @@ pkgbase = python-pytest-mpl depends = python-matplotlib depends = python-jinja depends = python-packaging - source = python-pytest-mpl::git+https://github.com/matplotlib/pytest-mpl.git#tag=v0.16.1 - sha256sums = SKIP + source = python-pytest-mpl::git+https://github.com/matplotlib/pytest-mpl.git#tag=v0.17.0 + sha256sums = 8a621f6d355e8dad50cb8b244bbece5a7d3e33c7d1bff136a496f2c09f51b3de pkgname = python-pytest-mpl ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Astro Benzene <universebenzene at sina dot com> _pkgname='pytest-mpl' pkgname="python-${_pkgname}" -pkgver=0.16.1 -pkgrel=4 +pkgver=0.17.0 +pkgrel=1 pkgdesc="Pytest plugin to help with testing figures output from Matplotlib" arch=('any') url="https://github.com/matplotlib/pytest-mpl" @@ -12,7 +12,7 @@ depends=('python-pytest' 'python-matplotlib' 'python-jinja' 'python-packaging') makedepends=('python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel' 'git') checkdepends=('python-pytest-cov' 'python-jinja') source=("${pkgname}::git+https://github.com/matplotlib/pytest-mpl.git#tag=v${pkgver}") -sha256sums=('SKIP') +sha256sums=('8a621f6d355e8dad50cb8b244bbece5a7d3e33c7d1bff136a496f2c09f51b3de') build() { cd "${srcdir}/${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpl/-/commit/4d046b2af0e9c66b4964d43e5ec9378027f1b742 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpl/-/commit/4d046b2af0e9c66b4964d43e5ec9378027f1b742 You're receiving this email because of your account on gitlab.archlinux.org.