Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-mistune
Commits: c77ce705 by Robin Candau at 2025-02-19T09:24:00+01:00 upgpkg: 1:3.1.2-1: New upstream release https://github.com/lepture/mistune/releases/tag/v3.1.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-mistune pkgdesc = A fast yet powerful Python Markdown parser with renderers and plugins - pkgver = 3.1.1 + pkgver = 3.1.2 pkgrel = 1 epoch = 1 url = https://mistune.lepture.com @@ -12,8 +12,8 @@ pkgbase = python-mistune makedepends = python-setuptools makedepends = python-wheel depends = python - source = https://github.com/lepture/mistune/archive/v3.1.1/python-mistune-3.1.1.tar.gz - sha512sums = 61565e298b110679de1e2afbac0b0064073a6e6225b589d936cc87ad8b07e24b95a42e59c45dc8d29c3a954e49eb7f8d7c10329b6bd2d77f9b56fd1536b23dd8 - b2sums = db7492a7100708739d58262a43da0c3aa3fbf6c75e21ea6320eed2ead8f95a605fe636e2ef1f79437790a1cce0ffea45f12155353d952b326f043b7db627681b + source = https://github.com/lepture/mistune/archive/v3.1.2/python-mistune-3.1.2.tar.gz + sha512sums = fb9fd62760a789c00fafb233f14e7d2f4f6177f6ee19ccf9bf3c9a7b89659e28889d8ec5b43e770ca0045c0ca9e55b3689ec01beb8320ec2e4c119ec76f53003 + b2sums = 15bfd4bb84211e29585cea3768912bb24f1bdb9b28a7b5c0962987b38c8a24d7948f0d80bd167714126b5f90ccdcd0b75740ff51b5b3ad42ef4899179aed74b1 pkgname = python-mistune ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=python-mistune _pkgname=mistune -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 epoch=1 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins" @@ -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=('61565e298b110679de1e2afbac0b0064073a6e6225b589d936cc87ad8b07e24b95a42e59c45dc8d29c3a954e49eb7f8d7c10329b6bd2d77f9b56fd1536b23dd8') -b2sums=('db7492a7100708739d58262a43da0c3aa3fbf6c75e21ea6320eed2ead8f95a605fe636e2ef1f79437790a1cce0ffea45f12155353d952b326f043b7db627681b') +sha512sums=('fb9fd62760a789c00fafb233f14e7d2f4f6177f6ee19ccf9bf3c9a7b89659e28889d8ec5b43e770ca0045c0ca9e55b3689ec01beb8320ec2e4c119ec76f53003') +b2sums=('15bfd4bb84211e29585cea3768912bb24f1bdb9b28a7b5c0962987b38c8a24d7948f0d80bd167714126b5f90ccdcd0b75740ff51b5b3ad42ef4899179aed74b1') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/c77ce7055c7a4c26ed7190bbb3a7482f72270d95 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/c77ce7055c7a4c26ed7190bbb3a7482f72270d95 You're receiving this email because of your account on gitlab.archlinux.org.
