Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-autodoc-typehints
Commits:
6ee243bd by Daniel M. Capella at 2025-01-29T19:00:27-05:00
upgpkg: 3.0.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.0.0
+ pkgver = 3.0.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.0.0
- b2sums =
fe29a87fa0b4cb333053d508b79b800656ead11e116d5831f9e5e48e4b4327d823053588bce0fd80e31374eaf0bd91e67a128d60059ba80fea259730ece93e54
+ source =
git+https://github.com/tox-dev/sphinx-autodoc-typehints.git#tag=3.0.1
+ b2sums =
454d796e4c28e0776d9b17870d954fb87f714476e29498e533480cb564fc2f02bc583e96802f11e9053afc0ad258f0c7d89b8ef817c83750f6286c6979fd1522
pkgname = python-sphinx-autodoc-typehints
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-sphinx-autodoc-typehints
_pyname=${pkgname/python-/}
-pkgver=3.0.0
+pkgver=3.0.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=('fe29a87fa0b4cb333053d508b79b800656ead11e116d5831f9e5e48e4b4327d823053588bce0fd80e31374eaf0bd91e67a128d60059ba80fea259730ece93e54')
+b2sums=('454d796e4c28e0776d9b17870d954fb87f714476e29498e533480cb564fc2f02bc583e96802f11e9053afc0ad258f0c7d89b8ef817c83750f6286c6979fd1522')
build() {
cd "$_pyname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/6ee243bda21be59ea526f334f29fc25a9ccef152
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/6ee243bda21be59ea526f334f29fc25a9ccef152
You're receiving this email because of your account on gitlab.archlinux.org.