[arch-commits] Commit in python-pdoc/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 18 14:19:15 UTC 2021


    Date: Wednesday, August 18, 2021 @ 14:19:14
  Author: felixonmars
Revision: 1003644

upgpkg: python-pdoc 7.3.0-1

Modified:
  python-pdoc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 14:19:10 UTC (rev 1003643)
+++ PKGBUILD	2021-08-18 14:19:14 UTC (rev 1003644)
@@ -4,7 +4,7 @@
 # Contributor: Thomas S Hatch <thatch45 at gmail.com>
 
 pkgname=python-pdoc
-pkgver=7.2.0
+pkgver=7.3.0
 pkgrel=1
 pkgdesc='A simple program and library to auto generate API documentation for Python modules.'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-jinja' 'python-pygments' 'python-markupsafe')
 checkdepends=('python-pytest' 'python-pytest-timeout' 'python-hypothesis')
 source=("https://github.com/mitmproxy/pdoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e00ea5f5b3212fb439c301053a59e996ee6cbb925165164682ab14c5a9adae243f09679e0da8e76b5c92b59fec88e308cd0d6344d3a209c90dc8133599db15ef')
+sha512sums=('1cd9fe192c130ec503ca5e503c73c5ab0c4c9eab53f38e23b6e0d928bab81439ca07f77d7a041ba61b1616b05e26db29afdf7b32f3962b3ece5e4b42b9d83c4a')
 
 build() {
   cd pdoc-$pkgver
@@ -23,8 +23,8 @@
 check() {
   cd pdoc-$pkgver
 
-  # test #11 of test_snapshot.py currently fails
-  pytest --deselect test/test_snapshot.py::test_snapshots[html-snapshot11]
+  # test #10 of test_snapshot.py currently fails
+  pytest --deselect test/test_snapshot.py::test_snapshots[html-snapshot10]
 }
 
 package() {



More information about the arch-commits mailing list