George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-platformdirs
Commits: 717ce5b1 by George Rawlinson at 2023-10-13T19:36:08+13:00 upgpkg: 3.11.0-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = python-platformdirs + pkgdesc = A library to determine platform-specific system directories + pkgver = 3.11.0 + pkgrel = 1 + url = https://github.com/platformdirs/platformdirs + arch = any + license = MIT + checkdepends = python-pytest + checkdepends = python-pytest-mock + checkdepends = python-appdirs + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-hatchling + makedepends = python-hatch-vcs + depends = python + depends = python-typing_extensions + source = python-platformdirs::git+https://github.com/platformdirs/platformdirs#commit=682cdcbc9a27e1f3d59ef6a00424ac238ed5a04b + b2sums = SKIP + +pkgname = python-platformdirs ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Tobias Roettger <[email protected]> pkgname=python-platformdirs -pkgver=3.10.0 +pkgver=3.11.0 pkgrel=1 pkgdesc='A library to determine platform-specific system directories' arch=('any') @@ -22,7 +22,7 @@ checkdepends=( 'python-pytest-mock' 'python-appdirs' ) -_commit='7035de4344d2ae4e55774c4bdec838f0a59a03fd' +_commit='682cdcbc9a27e1f3d59ef6a00424ac238ed5a04b' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-platformdirs/-/commit/717ce5b1c6fd510eb993137c83848ec4da5d13ae -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-platformdirs/-/commit/717ce5b1c6fd510eb993137c83848ec4da5d13ae You're receiving this email because of your account on gitlab.archlinux.org.
