Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / pifpaf
Commits: 2ed3d2ca by Carl Smedstad at 2024-10-13T15:40:56+02:00 upgpkg: 3.2.3-1: Upstream release https://github.com/jd/pifpaf/releases/tag/3.2.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = pifpaf pkgdesc = Suite of tools and fixtures to manage daemons for testing - pkgver = 3.2.1 + pkgver = 3.2.3 pkgrel = 1 url = https://github.com/jd/pifpaf arch = any @@ -27,12 +27,12 @@ pkgbase = pifpaf depends = python-packaging depends = python-psutil depends = python-xattr - provides = python-pifpaf=3.2.1 + provides = python-pifpaf=3.2.3 conflicts = python-pifpaf replaces = python-pifpaf - source = git+https://github.com/jd/pifpaf.git#tag=3.2.1 + source = git+https://github.com/jd/pifpaf.git#tag=3.2.3 source = skip-failing-tests.patch - sha512sums = 9c378bcf880f6f01e701946039018b96386541f94aec15f63eac54c8d638152f6e0d839f862a2ad9033c263d30172932dc369b12c7d1cbec587340e5d87e7e6b + sha512sums = 9443fdff77a2164499a95186755faea16af2aadc6d4e344764e48eb05e19f33cff99f4e278bf498587fa82d81d1debc44387216b8d7e8eb16437951f58596518 sha512sums = d3d470971accce527213d3e811240c867ffcf3c4ba9a62bc60f5991b2eac93d17b9365e7ce0d5f845b3b2fab7667481120f437d6b0e745889ed3543e34f51ece pkgname = pifpaf ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=pifpaf -pkgver=3.2.1 +pkgver=3.2.3 pkgrel=1 pkgdesc='Suite of tools and fixtures to manage daemons for testing' arch=('any') @@ -46,7 +46,7 @@ source=( "git+$url.git#tag=$pkgver" "skip-failing-tests.patch" ) -sha512sums=('9c378bcf880f6f01e701946039018b96386541f94aec15f63eac54c8d638152f6e0d839f862a2ad9033c263d30172932dc369b12c7d1cbec587340e5d87e7e6b' +sha512sums=('9443fdff77a2164499a95186755faea16af2aadc6d4e344764e48eb05e19f33cff99f4e278bf498587fa82d81d1debc44387216b8d7e8eb16437951f58596518' 'd3d470971accce527213d3e811240c867ffcf3c4ba9a62bc60f5991b2eac93d17b9365e7ce0d5f845b3b2fab7667481120f437d6b0e745889ed3543e34f51ece') # Version 3.2.0 is not signed. # validpgpkeys=('5361BD40015B74382739101A611BA9508B78A5C2') # Julien Danjou <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pifpaf/-/commit/2ed3d2cacf68c8f7ac6357f8087a8576a6837e76 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pifpaf/-/commit/2ed3d2cacf68c8f7ac6357f8087a8576a6837e76 You're receiving this email because of your account on gitlab.archlinux.org.
