Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-pymdown-extensions
Commits: 748ca019 by Carl Smedstad at 2024-10-29T09:40:36+01:00 upgpkg: 10.12-1: Upstream release https://github.com/facelessuser/pymdown-extensions/releases/tag/10.12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pymdown-extensions pkgdesc = Extensions for Python Markdown - pkgver = 10.11.2 + pkgver = 10.12 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.11.2.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.11.2.tar.gz - sha256sums = 6b75892ec70e2ef428901e7fb323010677e46605173da51ee8442fcf5bf3065f + source = python-pymdown-extensions-10.12.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.12.tar.gz + sha256sums = 1b9c8eb98a4175447aed6a63572d01526dd9063efa13106cf71adc6bf29a0ad7 pkgname = python-pymdown-extensions ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-pymdown-extensions _pkgname=${pkgname#python-} -pkgver=10.11.2 +pkgver=10.12 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=('6b75892ec70e2ef428901e7fb323010677e46605173da51ee8442fcf5bf3065f') +sha256sums=('1b9c8eb98a4175447aed6a63572d01526dd9063efa13106cf71adc6bf29a0ad7') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymdown-extensions/-/commit/748ca0196880cdc30e29827d2d4f013f8d470a7f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymdown-extensions/-/commit/748ca0196880cdc30e29827d2d4f013f8d470a7f You're receiving this email because of your account on gitlab.archlinux.org.
