Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinx-autodoc-typehints


Commits:
dee06284 by Daniel M. Capella at 2024-05-10T14:49:22-04:00
upgpkg: 2.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = python-sphinx-autodoc-typehints
        pkgdesc = Type hints support for the Sphinx autodoc extension
-       pkgver = 2.0.1
-       pkgrel = 2
+       pkgver = 2.1.0
+       pkgrel = 1
        url = https://github.com/tox-dev/sphinx-autodoc-typehints
        arch = any
        license = MIT
+       checkdepends = python-defusedxml
        checkdepends = python-nptyping
        checkdepends = python-pytest
        checkdepends = python-sphobjinv
@@ -17,7 +18,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.0.1
-       b2sums = 
1fee2124be74ba15e92e52d22c2fcea88025f35523c100b683f0c4a4c2b9147110b7cee70e4233b5935950175ea38de4853953214dbc63b24e8e2860cfe71c9b
+       source = 
git+https://github.com/tox-dev/sphinx-autodoc-typehints.git#tag=2.1.0
+       b2sums = 
1cf4a617b27f98945d89ff08d09d846339a99adcb501e0f771448dd84433d6ed04dbdd33c85a36446f510b4c081300777b2b0d6b632cdd132d5612c085b1fe26
 
 pkgname = python-sphinx-autodoc-typehints


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 pkgname=python-sphinx-autodoc-typehints
 _pyname=${pkgname/python-/}
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='Type hints support for the Sphinx autodoc extension'
 arch=('any')
 url='https://github.com/tox-dev/sphinx-autodoc-typehints'
@@ -18,6 +18,7 @@ makedepends=(
   'python-installer'
 )
 checkdepends=(
+  'python-defusedxml'
   'python-nptyping'
   'python-pytest'
   'python-sphobjinv'
@@ -25,7 +26,7 @@ checkdepends=(
 )
 optdepends=('python-nptyping: for numpydoc support')
 source=("git+$url.git#tag=$pkgver")
-b2sums=('1fee2124be74ba15e92e52d22c2fcea88025f35523c100b683f0c4a4c2b9147110b7cee70e4233b5935950175ea38de4853953214dbc63b24e8e2860cfe71c9b')
+b2sums=('1cf4a617b27f98945d89ff08d09d846339a99adcb501e0f771448dd84433d6ed04dbdd33c85a36446f510b4c081300777b2b0d6b632cdd132d5612c085b1fe26')
 
 build() {
   cd "${_pyname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/dee06284a4d6cd6ce9342b1f360db48e72e10637

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autodoc-typehints/-/commit/dee06284a4d6cd6ce9342b1f360db48e72e10637
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to