Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-filelock
Commits: bd71feb7 by Carl Smedstad at 2026-01-03T16:44:28+01:00 upgpkg: 3.20.2-1: Upstream release https://github.com/tox-dev/filelock/releases/tag/3.20.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-filelock pkgdesc = A platform independent file lock - pkgver = 3.20.0 - pkgrel = 4 + pkgver = 3.20.2 + pkgrel = 1 url = https://github.com/benediktschmitt/py-filelock arch = any license = Unlicense @@ -16,7 +16,7 @@ pkgbase = python-filelock makedepends = python-hatchling makedepends = python-installer depends = python - source = git+https://github.com/benediktschmitt/py-filelock.git#tag=3.20.0 - sha512sums = dd13674fcd51353d549462435a023347f898d53392efbc064fce3fcc8720af9f2e36c8a2e9eeaa8582f7bc6410537aca258dc9ea9c432d0eba127eb9e6b2216c + source = git+https://github.com/benediktschmitt/py-filelock.git#tag=3.20.2 + b2sums = 99165d59448c1f5c8edbd8d0ee9d876558d35dc94ab64c01f3e6844bf0a04f18a9cde1d030e037089ba32aa2ca59258026f26a3f25438ce2e5ffa608e3324e1a pkgname = python-filelock ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-filelock -pkgver=3.20.0 -pkgrel=4 +pkgver=3.20.2 +pkgrel=1 pkgdesc="A platform independent file lock" url="https://github.com/benediktschmitt/py-filelock" license=('Unlicense') @@ -23,8 +23,8 @@ checkdepends=( 'python-pytest-timeout' 'python-virtualenv' ) -source=("git+https://github.com/benediktschmitt/py-filelock.git#tag=$pkgver") -sha512sums=('dd13674fcd51353d549462435a023347f898d53392efbc064fce3fcc8720af9f2e36c8a2e9eeaa8582f7bc6410537aca258dc9ea9c432d0eba127eb9e6b2216c') +source=("git+$url.git#tag=$pkgver") +b2sums=('99165d59448c1f5c8edbd8d0ee9d876558d35dc94ab64c01f3e6844bf0a04f18a9cde1d030e037089ba32aa2ca59258026f26a3f25438ce2e5ffa608e3324e1a') build() { cd py-filelock View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-filelock/-/commit/bd71feb72b083b434aef3fc2c217257c60a6be43 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-filelock/-/commit/bd71feb72b083b434aef3fc2c217257c60a6be43 You're receiving this email because of your account on gitlab.archlinux.org.
