Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-autodoc-typehints
Commits:
f7d7b0bd by Daniel M. Capella at 2026-01-03T11:01:10-05:00
upgpkg: 3.6.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sphinx-autodoc-typehints
pkgdesc = Type hints support for the Sphinx autodoc extension
- pkgver = 3.5.2
- pkgrel = 2
+ pkgver = 3.6.2
+ pkgrel = 1
url = https://github.com/tox-dev/sphinx-autodoc-typehints
arch = any
license = MIT
@@ -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.5.2
- b2sums =
db51e518f820ef57c2925afb3dc67561bb09efd5e1a786c28d0be7d8c16642c3db182d824e3283ef42592ce99fbf1a38b29c76037b6d9e3cc7b019bc13fa49a6
+ source =
git+https://github.com/tox-dev/sphinx-autodoc-typehints.git#tag=3.6.2
+ b2sums =
a54e8f9b894f759190fbe0c1ebf1d503e40501fc8daa607b0a7342f9e69e7e31a14b0f878143bf9dce5030337902e417ce6171cfdd29f9310a90c24263997498
pkgname = python-sphinx-autodoc-typehints
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-sphinx-autodoc-typehints
_pyname=${pkgname/python-/}
-pkgver=3.5.2
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
pkgdesc='Type hints support for the Sphinx autodoc extension'
arch=(any)
url=https://github.com/tox-dev/sphinx-autodoc-typehints
@@ -26,7 +26,7 @@ checkdepends=(
python-typing_extensions
)
source=("git+$url.git#tag=$pkgver")
-b2sums=('db51e518f820ef57c2925afb3dc67561bb09efd5e1a786c28d0be7d8c16642c3db182d824e3283ef42592ce99fbf1a38b29c76037b6d9e3cc7b019bc13fa49a6')
+b2sums=('a54e8f9b894f759190fbe0c1ebf1d503e40501fc8daa607b0a7342f9e69e7e31a14b0f878143bf9dce5030337902e417ce6171cfdd29f9310a90c24263997498')
build() {
cd "$_pyname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/f7d7b0bd50097ffb96ba384b2011238367168303
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/f7d7b0bd50097ffb96ba384b2011238367168303
You're receiving this email because of your account on gitlab.archlinux.org.