Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / mkdocstrings
Commits: c76ea31f by Carl Smedstad at 2025-03-12T12:01:35+01:00 upgpkg: 0.29.0-1: Upstream release https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.29.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = mkdocstrings pkgdesc = Automatic documentation from sources, for MkDocs - pkgver = 0.28.3 + pkgver = 0.29.0 pkgrel = 1 url = https://github.com/mkdocstrings/mkdocstrings arch = any @@ -22,7 +22,7 @@ pkgbase = mkdocstrings depends = python-markupsafe depends = python-pymdown-extensions depends = python-yaml - source = mkdocstrings-0.28.3.tar.gz::https://github.com/mkdocstrings/mkdocstrings/archive/0.28.3.tar.gz - sha256sums = 552d3a4f0673b1210f612b92a7e44f06cb01817a7cc28cc9a8acb8bc95b44dfd + source = mkdocstrings-0.29.0.tar.gz::https://github.com/mkdocstrings/mkdocstrings/archive/0.29.0.tar.gz + sha256sums = 67ee35c96c32bdbdd603ac8fca834faa5c4a1d429ac4035ee80c56736fd3d1d8 pkgname = mkdocstrings ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=mkdocstrings -pkgver=0.28.3 +pkgver=0.29.0 pkgrel=1 pkgdesc="Automatic documentation from sources, for MkDocs" arch=(any) @@ -31,7 +31,7 @@ checkdepends=( python-pytest ) source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('552d3a4f0673b1210f612b92a7e44f06cb01817a7cc28cc9a8acb8bc95b44dfd') +sha256sums=('67ee35c96c32bdbdd603ac8fca834faa5c4a1d429ac4035ee80c56736fd3d1d8') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkdocstrings/-/commit/c76ea31f7ef5965472a6c4dfbc09049047439506 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkdocstrings/-/commit/c76ea31f7ef5965472a6c4dfbc09049047439506 You're receiving this email because of your account on gitlab.archlinux.org.
