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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
_pyname=gi_docgen
pkgname=gi-docgen
pkgver=2025.3
pkgver=2025.4
pkgrel=1
pkgdesc="Documentation generator for GObject-based libraries"
url="https://gnome.pages.gitlab.gnome.org/gi-docgen/"
@ -26,7 +26,7 @@ makedepends=(
python-setuptools
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('2fdb4f0f6b61184ab862fcfb41dafe1a795636de9fd8d21a8ca4feea3b6bf858')
sha256sums=('7fe066da082a4edcf924063767404f9d04a998f6c0f0c475b180fd9823a72dc5')
build() {
cd "$_pyname-$pkgver"

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}"

View File

@ -2,7 +2,7 @@
_pyname=markdown
pkgname=python-markdown
pkgver=3.8.1
pkgver=3.9
pkgrel=1
pkgdesc="Python implementation of John Gruber's Markdown"
arch=('any')
@ -17,7 +17,7 @@ msys2_references=(
'purl: pkg:pypi/markdown'
)
source=("${_pyname}-$pkgver.tar.gz"::"https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('a2e2f01cead4828ee74ecca9623045f62216aef2212a7685d6eb9163f590b8c1')
sha256sums=('d2900fe1782bd33bdbbd56859defef70c2e78fc46668f8eb9df3128138f2cb6a')
build() {
cd "${_pyname}-$pkgver"

View File

@ -2,8 +2,8 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=8.4.1
pkgrel=2
pkgver=8.4.2
pkgrel=1
provides=("python3-pytest")
replaces=("python3-pytest")
conflicts=("python3-pytest")
@ -27,7 +27,7 @@ makedepends=('python-build'
'python-setuptools'
'python-setuptools-scm')
source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha256sums=('9a41951da668f437335d6f7fca41b38d5194d7ef6dcf8575be11c68dfe3b4485')
sha256sums=('cf4388e84d74018068b3ffc158aaecfa2c077f7fa1db320ca2862bbecccf284d')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}

View File

@ -4,7 +4,7 @@ _pyname=setuptools_scm
_realname=setuptools-scm
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=8.3.1
pkgver=9.2.0
pkgrel=1
pkgdesc="Handles managing your python package versions in scm metadata"
arch=('any')
@ -25,7 +25,7 @@ makedepends=(
"python-installer"
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('3d555e92b75dacd037d32bafdf94f97af51ea29ae8c7b234cf94b7a5bd242a63')
sha256sums=('6662c9b9497b6c9bf13bead9d7a9084756f68238302c5ed089fb4dbd29d102d7')
build() {
cd "${_pyname}-${pkgver}"