Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-cov
Commits: acde38fa by Antonio Rojas at 2024-12-15T22:58:26+01:00 upgpkg: 6.0.0-1: Update to 6.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pytest-cov pkgdesc = py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing - pkgver = 5.0.0 - pkgrel = 2 + pkgver = 6.0.0 + pkgrel = 1 url = https://github.com/pytest-dev/pytest-cov arch = any license = MIT @@ -13,7 +13,7 @@ pkgbase = python-pytest-cov makedepends = python-setuptools depends = python-coverage depends = python-pytest - source = git+https://github.com/pytest-dev/pytest-cov.git#tag=v5.0.0 - sha512sums = cac0a4d5dd5d070ac9feb83ab820bd8d611150b3ccf33bcbd157edcf7a2195517f51222cd7a83153b701300612d8ceac300fce9fea7423d3bd2f41a4eea4c419 + source = git+https://github.com/pytest-dev/pytest-cov.git#tag=v6.0.0 + sha512sums = ce5fb463cee78e84da5b3489530f21f6f96b6b2aa33f64f7dc8a0328bca6cea6dfba0393f38af9479aa0ae79cbdb9ab1fb6ddddec3cb983818932f9b6a8f16d5 pkgname = python-pytest-cov ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Andrey Mikhaylenko <neithere at gmail dot com> pkgname=python-pytest-cov -pkgver=5.0.0 -pkgrel=2 +pkgver=6.0.0 +pkgrel=1 pkgdesc='py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing' arch=('any') license=('MIT') @@ -13,7 +13,7 @@ depends=('python-coverage' 'python-pytest') makedepends=('git' 'python-setuptools') checkdepends=('python-virtualenv' 'python-process-tests' 'python-pytest-xdist' 'python-fields') source=("git+https://github.com/pytest-dev/pytest-cov.git#tag=v$pkgver") -sha512sums=('cac0a4d5dd5d070ac9feb83ab820bd8d611150b3ccf33bcbd157edcf7a2195517f51222cd7a83153b701300612d8ceac300fce9fea7423d3bd2f41a4eea4c419') +sha512sums=('ce5fb463cee78e84da5b3489530f21f6f96b6b2aa33f64f7dc8a0328bca6cea6dfba0393f38af9479aa0ae79cbdb9ab1fb6ddddec3cb983818932f9b6a8f16d5') build() { cd pytest-cov View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-cov/-/commit/acde38fac49b71e5fd73197ed0eb571b260aa575 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-cov/-/commit/acde38fac49b71e5fd73197ed0eb571b260aa575 You're receiving this email because of your account on gitlab.archlinux.org.