Date: Friday, November 11, 2022 @ 22:08:36 Author: jelle Revision: 1346874
upgpkg: python-copr 1.123-2: drop python-mock Modified: python-copr/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-11 22:07:22 UTC (rev 1346873) +++ PKGBUILD 2022-11-11 22:08:36 UTC (rev 1346874) @@ -2,7 +2,7 @@ pkgname=python-copr pkgver=1.123 -pkgrel=1 +pkgrel=2 pkgdesc="Python client for copr service" url="https://pagure.io/copr/copr" license=('GPL') @@ -10,7 +10,7 @@ depends=('python-marshmallow' 'python-requests' 'python-requests-toolbelt' 'python-six' 'python-munch' 'python-future' 'python-filelock' 'python-requests-gssapi') makedepends=('python-setuptools') -checkdepends=('python-pytest' 'python-mock') +checkdepends=('python-pytest') source=("https://pagure.io/copr/copr/archive/python-copr-$pkgver-1/copr-python-copr-$pkgver-1.tar.gz") sha512sums=('ecad765e83b5310616561bd5fc1ec956fb22667a71f6ade040970290843b0703e3559f15c76c9f0d4ea20db75e90b49ee7fce24a93c04fbe1ffa7dfa63edd346')
