Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-shutilwhich
Commits: aad2f00b by Morten Linderud at 2024-04-05T21:03:53+02:00 upgpkg: 1.1.0-9: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = python-shutilwhich + pkgdesc = Backport of shutil.which + pkgver = 1.1.0 + pkgrel = 9 + url = https://github.com/mbr/shutilwhich + arch = any + license = PSF + makedepends = python + makedepends = python-setuptools + depends = python + source = python-shutilwhich-1.1.0.tar.gz::https://github.com/mbr/shutilwhich/archive/1.1.0.tar.gz + sha256sums = 4292a973312c58ca1935ea75d7bd378b17668ef6aacfc812d00019e0726dea44 + +pkgname = python-shutilwhich ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-shutilwhich pkgver=1.1.0 -pkgrel=8 +pkgrel=9 pkgdesc="Backport of shutil.which" url="https://github.com/mbr/shutilwhich" arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-shutilwhich/-/commit/aad2f00b9a487a40f130c8a072f7d2e0f48bb26c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-shutilwhich/-/commit/aad2f00b9a487a40f130c8a072f7d2e0f48bb26c You're receiving this email because of your account on gitlab.archlinux.org.
