python-packaging: Update to 24.0

This commit is contained in:
Christoph Reiter
2024-05-31 18:21:33 +02:00
parent 742d0fa68e
commit b7fe040c4b

View File

@@ -3,7 +3,7 @@
_realname=packaging
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=23.2
pkgver=24.0
pkgrel=1
pkgdesc="Core utilities for Python packages"
arch=('any')
@@ -15,7 +15,7 @@ provides=("python3-${_realname}")
replaces=("python3-${_realname}")
conflicts=("python3-${_realname}")
source=("https://pypi.io/packages/source/p/packaging/packaging-${pkgver}.tar.gz")
sha256sums=('048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5')
sha256sums=('eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9')
build() {
cd "${srcdir}"/packaging-${pkgver}