George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-platformdirs
Commits:
11f50967 by George Rawlinson at 2026-02-23T23:44:26+00:00
upgpkg: 4.9.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-platformdirs
pkgdesc = A library to determine platform-specific system directories
- pkgver = 4.9.2
+ pkgver = 4.9.3
pkgrel = 1
url = https://github.com/tox-dev/platformdirs
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-platformdirs
makedepends = python-hatchling
makedepends = python-hatch-vcs
depends = python
- source =
python-platformdirs::git+https://github.com/tox-dev/platformdirs#tag=4.9.2
- sha512sums =
6e0eb2443c10c2333cc0d8f0ba41508edeb6c0229caea18353e182b02cd54a85e72f66f667be14812d0b22df583475b2df26256ee450a8536efdc1e1fd359b2d
- b2sums =
f506b13c988318c94ff94a476f936f39a8d11ba6dda8420a2839dff73d33e638add96a1b7ee128ac6283b5ab6b9b32e30567c95b45d66066e4574f92b564c8a9
+ source =
python-platformdirs::git+https://github.com/tox-dev/platformdirs#tag=4.9.3
+ sha512sums =
7a9a9f24f3f1081300fc1d1ec2391ab61edb00c0b72ab6c8bea096733d39bcf94d08379cbb43c11756bc850ebfbc3881f3a08e679bd45bde7d0d42722f4a369f
+ b2sums =
f2894476a44bbb648abbdb8297e8e71c7348993bac63966ee39f52d915e5d37dff6917f08e1897547f4e8087e31ad50e5eda438119482e6d3622bcbbaca9a241
pkgname = python-platformdirs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tobias Roettger <[email protected]>
pkgname=python-platformdirs
-pkgver=4.9.2
+pkgver=4.9.3
pkgrel=1
pkgdesc='A library to determine platform-specific system directories'
arch=(any)
@@ -23,8 +23,8 @@ checkdepends=(
python-appdirs
)
source=("$pkgname::git+$url#tag=$pkgver")
-sha512sums=('6e0eb2443c10c2333cc0d8f0ba41508edeb6c0229caea18353e182b02cd54a85e72f66f667be14812d0b22df583475b2df26256ee450a8536efdc1e1fd359b2d')
-b2sums=('f506b13c988318c94ff94a476f936f39a8d11ba6dda8420a2839dff73d33e638add96a1b7ee128ac6283b5ab6b9b32e30567c95b45d66066e4574f92b564c8a9')
+sha512sums=('7a9a9f24f3f1081300fc1d1ec2391ab61edb00c0b72ab6c8bea096733d39bcf94d08379cbb43c11756bc850ebfbc3881f3a08e679bd45bde7d0d42722f4a369f')
+b2sums=('f2894476a44bbb648abbdb8297e8e71c7348993bac63966ee39f52d915e5d37dff6917f08e1897547f4e8087e31ad50e5eda438119482e6d3622bcbbaca9a241')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-platformdirs/-/commit/11f50967c6b7324564852bedcdb2792d895f0469
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-platformdirs/-/commit/11f50967c6b7324564852bedcdb2792d895f0469
You're receiving this email because of your account on gitlab.archlinux.org.