George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-packaging
Commits:
d5b71717 by George Rawlinson at 2026-01-20T20:56:19+00:00
upgpkg: 26.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,18 @@
pkgbase = python-packaging
pkgdesc = Core utilities for Python packages
- pkgver = 25.0
- pkgrel = 4
+ pkgver = 26.0
+ pkgrel = 1
url = https://github.com/pypa/packaging
arch = any
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-pretend
+ checkdepends = python-tomli-w
makedepends = python-build
makedepends = python-flit-core
makedepends = python-installer
depends = python
- source =
https://github.com/pypa/packaging/archive/25.0/python-packaging-25.0.tar.gz
- sha512sums =
fb8419f81f0f817440c0b297fc6e963832e219e7a324bf4e0321f1e131a4822f17a19f2eb033a8d4adb622ccb16db59776ec44906a0c0b34f2877b59b9558c18
+ source =
https://github.com/pypa/packaging/archive/26.0/python-packaging-26.0.tar.gz
+ sha512sums =
9c96b3f70e483af3812a859de217e58e07cc48210cfb3b7e64fbc3118bd7c53c39e9f5f33d13f532a4e0ce4c208bed58c64ed5ea16390371f3480706d72a9011
pkgname = python-packaging
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@ _bootstrap=0
_bootstrap_version=3.14.0
pkgname=python-packaging
_name=${pkgname#python-}
-pkgver=25.0
-pkgrel=4
+pkgver=26.0
+pkgrel=1
pkgdesc="Core utilities for Python packages"
arch=('any')
url="https://github.com/pypa/packaging"
@@ -20,7 +20,7 @@ if (( _bootstrap == 0 )); then
else
makedepends=('git')
fi
-checkdepends=('python-pytest' 'python-pretend')
+checkdepends=('python-pytest' 'python-pretend' 'python-tomli-w')
if (( _bootstrap == 0 )); then
source=("https://github.com/pypa/packaging/archive/$pkgver/$pkgname-$pkgver.tar.gz")
else
@@ -35,7 +35,7 @@ else
python-setuptools::git+https://github.com/pypa/setuptools.git
)
fi
-sha512sums=('fb8419f81f0f817440c0b297fc6e963832e219e7a324bf4e0321f1e131a4822f17a19f2eb033a8d4adb622ccb16db59776ec44906a0c0b34f2877b59b9558c18')
+sha512sums=('9c96b3f70e483af3812a859de217e58e07cc48210cfb3b7e64fbc3118bd7c53c39e9f5f33d13f532a4e0ce4c208bed58c64ed5ea16390371f3480706d72a9011')
prepare() {
if (( _bootstrap == 0 )); then
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-packaging/-/commit/d5b71717808660e6293131d1ca472c47a32d4bcc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-packaging/-/commit/d5b71717808660e6293131d1ca472c47a32d4bcc
You're receiving this email because of your account on gitlab.archlinux.org.