[arch-commits] Commit in python-sphinx-autodoc-typehints/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 19 23:04:01 UTC 2020
Date: Thursday, November 19, 2020 @ 23:04:01
Author: foutrelis
Revision: 757838
upgpkg: python-sphinx-autodoc-typehints 1.11.1-1: new upstream release
Modified:
python-sphinx-autodoc-typehints/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-19 23:03:56 UTC (rev 757837)
+++ PKGBUILD 2020-11-19 23:04:01 UTC (rev 757838)
@@ -2,9 +2,9 @@
pkgname=python-sphinx-autodoc-typehints
_pyname=${pkgname/python-/}
-_gitcommit=a1afbaba3067aee273ec0b14036e0f4ac44f79a9
-pkgver=1.8.0
-pkgrel=4
+_gitcommit=2fac99f455855c832b22a272edde3f9852ba6a04
+pkgver=1.11.1
+pkgrel=1
pkgdesc='Type hints support for the Sphinx autodoc extension'
url='https://github.com/agronholm/sphinx-autodoc-typehints'
arch=('any')
@@ -11,7 +11,7 @@
license=('MIT')
depends=('python' 'python-sphinx' 'python-typing_extensions')
makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-sphobjinv')
source=("git+https://github.com/agronholm/sphinx-autodoc-typehints#commit=${_gitcommit}")
sha512sums=('SKIP')
@@ -27,7 +27,7 @@
check() {
cd ${_pyname}
- PYTHONPATH=. py.test -k 'not test_sphinx_output'
+ PYTHONPATH=. pytest
}
package() {
More information about the arch-commits
mailing list