Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-mistune
Commits: ea6a8407 by Robin Candau at 2024-12-30T17:35:33+01:00 upgpkg: 1:3.1.0-1: New upstream release https://github.com/lepture/mistune/releases/tag/v3.1.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.0.2 - pkgrel = 3 + pkgver = 3.1.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.0.2/python-mistune-3.0.2.tar.gz - sha512sums = c3075f5834e200a900f31478eb652745e3cce4e9cbc25796b65fe3998bdfa05eef327bb851aefd7128577660c3f48982d36bb2cec2d8d2a6fbb64dee2516b57b - b2sums = c8e24d4af55cc4ba2fd4288b3296d1846a56f15f04f252325ff01be566b0e1eae830bda59a387d4ef3d95f5d0ee9c75561664fcf0211b48c1f62692a0d414bf6 + source = https://github.com/lepture/mistune/archive/v3.1.0/python-mistune-3.1.0.tar.gz + sha512sums = 4672208560457546fdc27708a3a82c6355ea2b3c88ffaf3fa6e4faef526effa878aa3e489e99a97c0cf2fd9c904a76ba2c93aef543dce034d0c593151ee8e9e0 + b2sums = a095dc6eaa300f1eb1ac9a97d7066c28970635b0b88231583fe95e083b470e9f24d7d6a411b8185a75d8ebafa676694cf5af72271d390b86d6ce89a74ab7bc6d pkgname = python-mistune ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ pkgname=python-mistune _pkgname=mistune -pkgver=3.0.2 -pkgrel=3 +pkgver=3.1.0 +pkgrel=1 epoch=1 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins" arch=('any') @@ -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=('c3075f5834e200a900f31478eb652745e3cce4e9cbc25796b65fe3998bdfa05eef327bb851aefd7128577660c3f48982d36bb2cec2d8d2a6fbb64dee2516b57b') -b2sums=('c8e24d4af55cc4ba2fd4288b3296d1846a56f15f04f252325ff01be566b0e1eae830bda59a387d4ef3d95f5d0ee9c75561664fcf0211b48c1f62692a0d414bf6') +sha512sums=('4672208560457546fdc27708a3a82c6355ea2b3c88ffaf3fa6e4faef526effa878aa3e489e99a97c0cf2fd9c904a76ba2c93aef543dce034d0c593151ee8e9e0') +b2sums=('a095dc6eaa300f1eb1ac9a97d7066c28970635b0b88231583fe95e083b470e9f24d7d6a411b8185a75d8ebafa676694cf5af72271d390b86d6ce89a74ab7bc6d') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/ea6a840707eccbe75eb52c6fab83678f0baafd0a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/ea6a840707eccbe75eb52c6fab83678f0baafd0a You're receiving this email because of your account on gitlab.archlinux.org.
