Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-autodoc-typehints
Commits:
99656f87 by Daniel M. Capella at 2024-06-20T22:18:57-04:00
upgpkg: 2.2.0-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 = 2.1.1
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/tox-dev/sphinx-autodoc-typehints
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-sphinx-autodoc-typehints
depends = python
depends = python-sphinx
optdepends = python-nptyping: for numpydoc support
- source =
git+https://github.com/tox-dev/sphinx-autodoc-typehints.git#tag=2.1.1
- b2sums =
52ae69598a91d0175f7d7aab87d48507a31f741635782e7c5ada9fea98d6d9e618a4d4339b25ba6f2b20ef621b1b85ad8203faaaab4e16e1c155a8f4d013eb77
+ source =
git+https://github.com/tox-dev/sphinx-autodoc-typehints.git#tag=2.2.0
+ b2sums =
ff3d6fd8caae7116d579f5963db429aebc25c6df9ef1cd5f12e0e7fb62c948be98e537565cf4f1b68cae3174ecf5c63e65b10363dd4dc67a4525e5b921715176
pkgname = python-sphinx-autodoc-typehints
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-sphinx-autodoc-typehints
_pyname=${pkgname/python-/}
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc='Type hints support for the Sphinx autodoc extension'
arch=(any)
@@ -28,7 +28,7 @@ checkdepends=(
)
optdepends=('python-nptyping: for numpydoc support')
source=("git+$url.git#tag=$pkgver")
-b2sums=('52ae69598a91d0175f7d7aab87d48507a31f741635782e7c5ada9fea98d6d9e618a4d4339b25ba6f2b20ef621b1b85ad8203faaaab4e16e1c155a8f4d013eb77')
+b2sums=('ff3d6fd8caae7116d579f5963db429aebc25c6df9ef1cd5f12e0e7fb62c948be98e537565cf4f1b68cae3174ecf5c63e65b10363dd4dc67a4525e5b921715176')
build() {
cd "$_pyname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/99656f87275e6e06ab677e000146f87c26f3228c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/99656f87275e6e06ab677e000146f87c26f3228c
You're receiving this email because of your account on gitlab.archlinux.org.