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

Thore Bödecker foxxx0 at gemini.archlinux.org
Sun May 29 20:30:43 UTC 2022


    Date: Sunday, May 29, 2022 @ 20:30:42
  Author: foxxx0
Revision: 1214770

upgpkg: python-kubernetes 23.6.0-2 | drop python-recommonmark

As requested by dmc via IRC this rebuild drops the python-recommonmark check dependency.
We've not been building the docs for this package anyways, so this checkdeps removal does not have an impact on the package contents itself.

Modified:
  python-kubernetes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 18:45:00 UTC (rev 1214769)
+++ PKGBUILD	2022-05-29 20:30:42 UTC (rev 1214770)
@@ -5,7 +5,7 @@
 _pkgbase="${pkgname#python-}"
 _kubernetes_base_commit=b4d3aad42dc23e7a6c0e5c032691f8dc385a786c
 pkgver=23.6.0
-pkgrel=1
+pkgrel=2
 license=('Apache')
 pkgdesc='Python client for the kubernetes API'
 arch=('any')
@@ -15,7 +15,7 @@
          'python-websocket-client' 'python-requests' 'python-requests-oauthlib'
          'python-adal')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pluggy' 'python-py' 'python-mock' 'python-recommonmark' 'python-isort' 'python-nose')
+checkdepends=('python-pytest' 'python-pluggy' 'python-py' 'python-mock' 'python-isort' 'python-nose')
 source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
         "${_pkgbase}-base-${_kubernetes_base_commit}.tar.gz::https://github.com/kubernetes-client/python-base/archive/${_kubernetes_base_commit}.tar.gz")
 sha256sums=('432f994ccb9c53f67cb5027c83e753966843a4650c8dcf563a37651b1583cf97'



More information about the arch-commits mailing list