Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-lockfile
Commits: 02cb3aa8 by Jelle van der Waa at 2024-04-06T13:47:23+02:00 upgpkg: 0.12.2-13: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-lockfile + pkgdesc = Platform-independent file locking module + pkgver = 0.12.2 + pkgrel = 13 + url = https://github.com/openstack/pylockfile + arch = any + license = MIT + checkdepends = python-nose + makedepends = python-setuptools + makedepends = python-pbr + depends = python + source = https://files.pythonhosted.org/packages/source/l/lockfile/lockfile-0.12.2.tar.gz + sha256sums = 6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799 + +pkgname = python-lockfile ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgbase=python-lockfile pkgname=(python-lockfile) pkgver=0.12.2 -pkgrel=12 +pkgrel=13 pkgdesc='Platform-independent file locking module' arch=(any) url='https://github.com/openstack/pylockfile' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-lockfile/-/commit/02cb3aa89de97b1bc32cf6a497b72eaaf6941dd7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-lockfile/-/commit/02cb3aa89de97b1bc32cf6a497b72eaaf6941dd7 You're receiving this email because of your account on gitlab.archlinux.org.