Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-diff-cover
Commits: e867bfae by Carl Smedstad at 2025-12-10T09:19:10+01:00 upgpkg: 10.0.0-1: Upstream release https://github.com/Bachmann1234/diff_cover/releases/tag/v10.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-diff-cover pkgdesc = Automatically find diff lines that need test coverage - pkgver = 9.7.2 + pkgver = 10.0.0 pkgrel = 1 url = https://github.com/Bachmann1234/diff_cover arch = any @@ -22,7 +22,7 @@ pkgbase = python-diff-cover depends = python-pluggy depends = python-pygments optdepends = python-tomli: for TOML support - source = python-diff-cover-9.7.2.tar.gz::https://github.com/Bachmann1234/diff_cover/archive/v9.7.2.tar.gz - sha256sums = 366eca726da08442506d50c210071b8b28432ccd0083469cd0e2110a194bb8ba + source = python-diff-cover-10.0.0.tar.gz::https://github.com/Bachmann1234/diff_cover/archive/v10.0.0.tar.gz + sha256sums = e2e8e8c65caee8301709743b13fb65b1b59b7c3e5b078c99a5acd3534a212635 pkgname = python-diff-cover ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-diff-cover _pkgname=diff_cover -pkgver=9.7.2 +pkgver=10.0.0 pkgrel=1 pkgdesc="Automatically find diff lines that need test coverage" arch=(any) @@ -33,7 +33,7 @@ checkdepends=( ) optdepends=('python-tomli: for TOML support') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('366eca726da08442506d50c210071b8b28432ccd0083469cd0e2110a194bb8ba') +sha256sums=('e2e8e8c65caee8301709743b13fb65b1b59b7c3e5b078c99a5acd3534a212635') build() { cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-diff-cover/-/commit/e867bfaecfc0b94b6079e306a70b3461f031bb1d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-diff-cover/-/commit/e867bfaecfc0b94b6079e306a70b3461f031bb1d You're receiving this email because of your account on gitlab.archlinux.org.
