Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-diff-cover


Commits:
80ad6fca by Carl Smedstad at 2024-09-08T14:21:26+02:00
upgpkg: 9.2.0-1: Upstream release

https://github.com/Bachmann1234/diff_cover/releases/tag/v9.2.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.1.1
+       pkgver = 9.2.0
        pkgrel = 1
        url = https://github.com/Bachmann1234/diff_cover
        arch = any
@@ -21,7 +21,7 @@ pkgbase = python-diff-cover
        depends = python-pluggy
        depends = python-pygments
        optdepends = python-tomli: for TOML support
-       source = 
diff_cover-9.1.1.tar.gz::https://github.com/Bachmann1234/diff_cover/archive/v9.1.1.tar.gz
-       sha256sums = 
f95ec296b50994e17aa2f7098c243c8a200b820071cf122c7d3536f2116b4b05
+       source = 
diff_cover-9.2.0.tar.gz::https://github.com/Bachmann1234/diff_cover/archive/v9.2.0.tar.gz
+       sha256sums = 
af296a16b5fe3f650885ffaef59f9b42153984e2a1296fe854b7612338a9cc90
 
 pkgname = python-diff-cover


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=python-diff-cover
 _pkgname=diff_cover
-pkgver=9.1.1
+pkgver=9.2.0
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=(any)
@@ -32,7 +32,7 @@ checkdepends=(
 )
 optdepends=('python-tomli: for TOML support')
 source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f95ec296b50994e17aa2f7098c243c8a200b820071cf122c7d3536f2116b4b05')
+sha256sums=('af296a16b5fe3f650885ffaef59f9b42153984e2a1296fe854b7612338a9cc90')
 
 build() {
   cd $_pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-diff-cover/-/commit/80ad6fcaad7d9cb3ea6bb66d25558f544e218c8b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-diff-cover/-/commit/80ad6fcaad7d9cb3ea6bb66d25558f544e218c8b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to