Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-autodoc-typehints
Commits:
63d3d8c0 by Daniel M. Capella at 2025-10-15T14:10:33-04:00
upgpkg: 3.5.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-autodoc-typehints
pkgdesc = Type hints support for the Sphinx autodoc extension
- pkgver = 3.4.0
+ pkgver = 3.5.1
pkgrel = 1
url = https://github.com/tox-dev/sphinx-autodoc-typehints
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-sphinx-autodoc-typehints
makedepends = python-installer
depends = python
depends = python-sphinx
- source =
git+https://github.com/tox-dev/sphinx-autodoc-typehints.git#tag=3.4.0
- b2sums =
626253ad212e7576eec21e6fa2862c8f5623e88c486f0ef9d9a71a949f6d6a845444521a509eb0f729990000a592fedcd2a0c3d149d3fd403f3b3fa274cde3b7
+ source =
git+https://github.com/tox-dev/sphinx-autodoc-typehints.git#tag=3.5.1
+ b2sums =
97ca73a27551fa91416feb975f163e368efc34aeaeaa08fc7616d3beecda117a6ea01e7f9f8bdad7cd5d52a9f58e1f9645198a9fc8bc7224ff11de93e961dd7e
pkgname = python-sphinx-autodoc-typehints
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-sphinx-autodoc-typehints
_pyname=${pkgname/python-/}
-pkgver=3.4.0
+pkgver=3.5.1
pkgrel=1
pkgdesc='Type hints support for the Sphinx autodoc extension'
arch=(any)
@@ -26,7 +26,7 @@ checkdepends=(
python-typing_extensions
)
source=("git+$url.git#tag=$pkgver")
-b2sums=('626253ad212e7576eec21e6fa2862c8f5623e88c486f0ef9d9a71a949f6d6a845444521a509eb0f729990000a592fedcd2a0c3d149d3fd403f3b3fa274cde3b7')
+b2sums=('97ca73a27551fa91416feb975f163e368efc34aeaeaa08fc7616d3beecda117a6ea01e7f9f8bdad7cd5d52a9f58e1f9645198a9fc8bc7224ff11de93e961dd7e')
build() {
cd "$_pyname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/63d3d8c0843f7212cac4697343bb5c1226fcb531
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/63d3d8c0843f7212cac4697343bb5c1226fcb531
You're receiving this email because of your account on gitlab.archlinux.org.