David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-click
Commits:
a7d0da6b by David Runge at 2025-12-09T13:09:50+01:00
upgpkg: 6.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-click
pkgdesc = Sphinx plugin to automatically document click-based
applications
- pkgver = 6.1.0
+ pkgver = 6.2.0
pkgrel = 1
url = https://github.com/click-contrib/sphinx-click
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-sphinx-click
depends = python-click
depends = python-docutils
depends = python-sphinx
- source =
sphinx-click-6.1.0.tar.gz::https://github.com/click-contrib/sphinx-click/archive/refs/tags/6.1.0.tar.gz
- sha512sums =
699f15eab1e98d6654ac2c7f7c7401ecbb97917269557ad750805f1d7eb0f3bdc8117232267b70bbaa04882117c0cfd6863aea6a6c7fde39e986107c184a5bc7
- b2sums =
5913edeead2e4205649f243586fe8b0f448602e01dcb3399ff96ac9e7716344338803b74efc3564aa98d9052db4a5254b5fb00e6b86854d9269c6a5a77a0f50e
+ source =
sphinx-click-6.2.0.tar.gz::https://github.com/click-contrib/sphinx-click/archive/refs/tags/6.2.0.tar.gz
+ sha512sums =
2f5c9c9ca6895a2177036d2d137ca3583b739c8144f3556649a8fb020cc28d1e6f8450d0c95af1df764f370bd53f217502dfe5365c63e84707b89294aab26964
+ b2sums =
68b63075465c4f3199840d2e69b061373b68edcd81644065eccd5f089c444981cec75a700a6eff3a1871b410b4eff3965f0546b7387770fb0cd7bb651d77c326
pkgname = python-sphinx-click
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=sphinx-click
pkgname=python-sphinx-click
-pkgver=6.1.0
+pkgver=6.2.0
pkgrel=1
pkgdesc="Sphinx plugin to automatically document click-based applications"
arch=(any)
@@ -26,8 +26,8 @@ checkdepends=(
python-click
)
source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('699f15eab1e98d6654ac2c7f7c7401ecbb97917269557ad750805f1d7eb0f3bdc8117232267b70bbaa04882117c0cfd6863aea6a6c7fde39e986107c184a5bc7')
-b2sums=('5913edeead2e4205649f243586fe8b0f448602e01dcb3399ff96ac9e7716344338803b74efc3564aa98d9052db4a5254b5fb00e6b86854d9269c6a5a77a0f50e')
+sha512sums=('2f5c9c9ca6895a2177036d2d137ca3583b739c8144f3556649a8fb020cc28d1e6f8450d0c95af1df764f370bd53f217502dfe5365c63e84707b89294aab26964')
+b2sums=('68b63075465c4f3199840d2e69b061373b68edcd81644065eccd5f089c444981cec75a700a6eff3a1871b410b4eff3965f0546b7387770fb0cd7bb651d77c326')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-click/-/commit/a7d0da6b6720cd96cda35ca5ebb10da03362fc0e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-click/-/commit/a7d0da6b6720cd96cda35ca5ebb10da03362fc0e
You're receiving this email because of your account on gitlab.archlinux.org.