Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-autodoc-typehints
Commits:
d6b47455 by Daniel M. Capella at 2024-06-21T15:22:29-04:00
upgpkg: 2.2.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 = 2.2.0
+ pkgver = 2.2.1
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.2.0
- b2sums =
ff3d6fd8caae7116d579f5963db429aebc25c6df9ef1cd5f12e0e7fb62c948be98e537565cf4f1b68cae3174ecf5c63e65b10363dd4dc67a4525e5b921715176
+ source =
git+https://github.com/tox-dev/sphinx-autodoc-typehints.git#tag=2.2.1
+ b2sums =
f58712a584e3d48d7891380b74aec027367c11d57168327b9074f97189126ef3776a141ea7b109aade9a977d86c1c92755d9d9b65532e3c4ae263c45ac1bdfc5
pkgname = python-sphinx-autodoc-typehints
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-sphinx-autodoc-typehints
_pyname=${pkgname/python-/}
-pkgver=2.2.0
+pkgver=2.2.1
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=('ff3d6fd8caae7116d579f5963db429aebc25c6df9ef1cd5f12e0e7fb62c948be98e537565cf4f1b68cae3174ecf5c63e65b10363dd4dc67a4525e5b921715176')
+b2sums=('f58712a584e3d48d7891380b74aec027367c11d57168327b9074f97189126ef3776a141ea7b109aade9a977d86c1c92755d9d9b65532e3c4ae263c45ac1bdfc5')
build() {
cd "$_pyname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/d6b47455383cd220c6d0b0bfef8dcdcb41caf634
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/d6b47455383cd220c6d0b0bfef8dcdcb41caf634
You're receiving this email because of your account on gitlab.archlinux.org.