Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-mistune
Commits: 18fa420b by Robin Candau at 2025-12-23T19:33:42+01:00 upgpkg: 1:3.2.0-1: New upstream release https://github.com/lepture/mistune/releases/tag/v3.2.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-mistune pkgdesc = A fast yet powerful Python Markdown parser with renderers and plugins - pkgver = 3.1.4 - pkgrel = 2 + pkgver = 3.2.0 + pkgrel = 1 epoch = 1 url = https://mistune.lepture.com arch = any @@ -12,8 +12,8 @@ pkgbase = python-mistune makedepends = python-setuptools makedepends = python-wheel depends = python - source = https://github.com/lepture/mistune/archive/v3.1.4/python-mistune-3.1.4.tar.gz - sha512sums = c645379e269a80e63011769b829f34e818a9dd2839e67bfc0515d1e7a217f193d273ce0e11169266f163bae966cf35fda34d24063a0d61e882aefcb4956b171c - b2sums = 44d649e860a07229d95365aae3192f81f4efe04dc731d9d803014e4a3422f60b0a194fc594b2f5aa5fd52beb58114c9686bb04ca1ca161297363c184b8c07133 + source = https://github.com/lepture/mistune/archive/v3.2.0/python-mistune-3.2.0.tar.gz + sha512sums = dc4ab1536b71a5710127cdc6c623ff3cef3452bf843908eebf514213edb6ad29b475e08dabc9b88902d873d01dc9033ff3253a6a413aa90a04dfedf2f6598144 + b2sums = f92ea0cb2799c2a80a3812815d9f6b5284492b76ad0cb4883706173754b7d54439705c356129918cd470596a9a9ab60c7fd2c4cfcf0667eafa233bde92d78fd8 pkgname = python-mistune ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ pkgname=python-mistune _pkgname=mistune -pkgver=3.1.4 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 epoch=1 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins" url="https://mistune.lepture.com" @@ -16,8 +16,8 @@ depends=('python') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-pytest') source=("https://github.com/lepture/mistune/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('c645379e269a80e63011769b829f34e818a9dd2839e67bfc0515d1e7a217f193d273ce0e11169266f163bae966cf35fda34d24063a0d61e882aefcb4956b171c') -b2sums=('44d649e860a07229d95365aae3192f81f4efe04dc731d9d803014e4a3422f60b0a194fc594b2f5aa5fd52beb58114c9686bb04ca1ca161297363c184b8c07133') +sha512sums=('dc4ab1536b71a5710127cdc6c623ff3cef3452bf843908eebf514213edb6ad29b475e08dabc9b88902d873d01dc9033ff3253a6a413aa90a04dfedf2f6598144') +b2sums=('f92ea0cb2799c2a80a3812815d9f6b5284492b76ad0cb4883706173754b7d54439705c356129918cd470596a9a9ab60c7fd2c4cfcf0667eafa233bde92d78fd8') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/18fa420b736f6e7bf078ce268f384030d5acfd0a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/18fa420b736f6e7bf078ce268f384030d5acfd0a You're receiving this email because of your account on gitlab.archlinux.org.
