Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-coverage
Commits: be0b18dc by Antonio Rojas at 2024-11-29T19:56:07+01:00 upgpkg: 7.6.8-1: Update to 7.6.8 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-coverage pkgdesc = A tool for measuring code coverage of Python programs - pkgver = 7.6.3 - pkgrel = 2 + pkgver = 7.6.8 + pkgrel = 1 url = https://coverage.readthedocs.io/en/latest/ arch = x86_64 license = Apache-2.0 @@ -17,8 +17,8 @@ pkgbase = python-coverage makedepends = python-wheel depends = glibc depends = python - source = python-coverage-7.6.3.tar.gz::https://github.com/nedbat/coveragepy/archive/7.6.3.tar.gz - sha512sums = c3289add34c8182a8dedb534ce30b2f8cf3a2badf60faf463cc5b2f65491f98c8a6e6f50a4da8fd4d5521eaa9aab70f3f7a9325bff199878d98d0e61a0635c57 - b2sums = 277cdc8c653fd3b0bf1cafd154df12a30ad650c0383cf0d746c5eec5649e70c6eb0ef5670a44f8cb969bdf02b11bfd19c90831bb0d187c8b5095a3706195be57 + source = python-coverage-7.6.8.tar.gz::https://github.com/nedbat/coveragepy/archive/7.6.8.tar.gz + sha512sums = ddd5a01fb368b0a460768823f7d82664a32f7dfdc04e0f8197fc3e345e83f5211420a6c09f248904247fac61c9905501331084183e37d6594a60916d61134287 + b2sums = d16d0fbe671416ef5c7c0e51ed0ab1ae3a031622b3807aebdd06b552b41ce393a268c1a73fb042b9cac3aad41a49e448aea350e78888fe36cfda45216060d833 pkgname = python-coverage ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ _pkgname=coveragepy pkgname=python-coverage -pkgver=7.6.3 -pkgrel=2 +pkgver=7.6.8 +pkgrel=1 pkgdesc="A tool for measuring code coverage of Python programs" arch=('x86_64') url="https://coverage.readthedocs.io/en/latest/" @@ -16,8 +16,8 @@ checkdepends=('python-flaky' 'python-hypothesis' 'python-pytest' 'python-pytest-xdist' 'python-unittest-mixins' 'python-virtualenv') source=("$pkgname-$pkgver.tar.gz::https://github.com/nedbat/coveragepy/archive/$pkgver.tar.gz") -sha512sums=('c3289add34c8182a8dedb534ce30b2f8cf3a2badf60faf463cc5b2f65491f98c8a6e6f50a4da8fd4d5521eaa9aab70f3f7a9325bff199878d98d0e61a0635c57') -b2sums=('277cdc8c653fd3b0bf1cafd154df12a30ad650c0383cf0d746c5eec5649e70c6eb0ef5670a44f8cb969bdf02b11bfd19c90831bb0d187c8b5095a3706195be57') +sha512sums=('ddd5a01fb368b0a460768823f7d82664a32f7dfdc04e0f8197fc3e345e83f5211420a6c09f248904247fac61c9905501331084183e37d6594a60916d61134287') +b2sums=('d16d0fbe671416ef5c7c0e51ed0ab1ae3a031622b3807aebdd06b552b41ce393a268c1a73fb042b9cac3aad41a49e448aea350e78888fe36cfda45216060d833') build() { cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-coverage/-/commit/be0b18dc8589bf25dc53df027dc7eee4d8643295 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-coverage/-/commit/be0b18dc8589bf25dc53df027dc7eee4d8643295 You're receiving this email because of your account on gitlab.archlinux.org.