python-pyparsing: update to 3.2.4

This commit is contained in:
Dirk Stolle
2025-09-15 18:59:18 +02:00
parent 90d539117b
commit 6fe4c7bc0c

View File

@@ -3,13 +3,17 @@
_realname=pyparsing
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=3.2.3
pkgver=3.2.4
pkgrel=1
pkgdesc='General parsing module for Python'
arch=('any')
url='https://github.com/pyparsing/pyparsing/'
msys2_changelog_url='https://github.com/pyparsing/pyparsing/blob/master/CHANGES'
msys2_references=(
"anitya: 3756"
"archlinux: python-pyparsing"
"cygwin: python-pyparsing"
"gentoo: dev-python/pyparsing"
"purl: pkg:pypi/pyparsing"
)
license=('spdx:MIT')
@@ -19,7 +23,7 @@ makedepends=(
'python-installer'
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be')
sha256sums=('fff89494f45559d0f2ce46613b419f632bbb6afbdaed49696d322bcf98a58e99')
build() {
cd "${srcdir}"/pyparsing-${pkgver}