Python package updates (#5616)

* python-markdown: Update to 3.9

* python-pytest: Update to 8.4.2

* python-lxml: Update to 6.0.1

* python-setuptools-scm: Update to 9.2.0

* gi-docgen: Update to 2025.4
This commit is contained in:
Christoph Reiter
2025-09-08 18:30:29 +02:00
committed by GitHub
parent 1e542ddc9b
commit 071d57bf0f
5 changed files with 12 additions and 12 deletions

View File

@@ -3,8 +3,8 @@
_realname=lxml
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=6.0.0
pkgrel=2
pkgver=6.0.1
pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('i686' 'x86_64')
url="https://lxml.de/"
@@ -26,7 +26,7 @@ makedepends=(
"python-installer"
)
source=("https://github.com/lxml/lxml/archive/${_realname}-${pkgver}.tar.gz")
sha256sums=('5560ee7bd3bcea0e64221bbb23f4ee1d222296ef25ba217e327a5f1d963005d9')
sha256sums=('2d7e4e2f141d935bcecb96a0de4e7662b120ecb3f60cfd7fe771d9cc52d246ba')
prepare() {
mv "lxml-lxml-${pkgver}" "lxml-${pkgver}"