Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-pymdown-extensions
Commits: a21dd555 by Carl Smedstad at 2025-04-28T08:23:29+02:00 upgpkg: 10.15-1: Upstream release https://github.com/facelessuser/pymdown-extensions/releases/tag/10.15 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pymdown-extensions pkgdesc = Extensions for Python Markdown - pkgver = 10.14.3 + pkgver = 10.15 pkgrel = 1 url = https://github.com/facelessuser/pymdown-extensions arch = any @@ -17,7 +17,7 @@ pkgbase = python-pymdown-extensions optdepends = python-pygments: for code highlighting provides = pymdown-extensions replaces = pymdown-extensions - source = python-pymdown-extensions-10.14.3.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.14.3.tar.gz - sha256sums = 4e902ef07324660a3b9f8215e75d82cd2b291bf4cc9a1a108355dfa70c0c2433 + source = python-pymdown-extensions-10.15.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.15.tar.gz + sha256sums = c4ba1c52da708aa37a87c1a717ed754d2bf3ae78731ea2b0dbec02d54965c38b pkgname = python-pymdown-extensions ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-pymdown-extensions _pkgname=${pkgname#python-} -pkgver=10.14.3 +pkgver=10.15 pkgrel=1 pkgdesc="Extensions for Python Markdown" arch=(any) @@ -27,7 +27,7 @@ optdepends=('python-pygments: for code highlighting') provides=(pymdown-extensions) replaces=(pymdown-extensions) source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('4e902ef07324660a3b9f8215e75d82cd2b291bf4cc9a1a108355dfa70c0c2433') +sha256sums=('c4ba1c52da708aa37a87c1a717ed754d2bf3ae78731ea2b0dbec02d54965c38b') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymdown-extensions/-/commit/a21dd5551d2a30a6a2426fedce24afe5782fc419 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymdown-extensions/-/commit/a21dd5551d2a30a6a2426fedce24afe5782fc419 You're receiving this email because of your account on gitlab.archlinux.org.
