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

Felix Yan felixonmars at archlinux.org
Thu Apr 29 23:23:03 UTC 2021


    Date: Thursday, April 29, 2021 @ 23:23:02
  Author: felixonmars
Revision: 925303

upgpkg: python-copr 1.110-1

Modified:
  python-copr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 23:22:56 UTC (rev 925302)
+++ PKGBUILD	2021-04-29 23:23:02 UTC (rev 925303)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-copr
-pkgver=1.109
+pkgver=1.110
 pkgrel=1
 pkgdesc="Python client for copr service"
 url="https://pagure.io/copr/copr"
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-mock')
 source=("https://pagure.io/copr/copr/archive/python-copr-$pkgver-1/copr-python-copr-$pkgver-1.tar.gz")
-sha512sums=('3896c5fe7328115c85f1ea5bc5f43df2254de2f420a7bbee904720bc1ece2de28ddacd12cce4b42acfa64da2b3b8d0f5fd18aa4afd50642cc28fe652b5f47b5f')
+sha512sums=('fc926550350a7dd46922c676473cecb2a066bb38fa47e26317bf368ea53a70d874a00f0cbc9bf4648292e6cf9646b7f82ea32c2764b2ca53a0cae3a361067a91')
 
 build() {
   cd copr-python-copr-$pkgver-1/python
@@ -20,7 +20,7 @@
 
 check() {
   cd copr-python-copr-$pkgver-1/python
-  pytest
+  python -m pytest
 }
 
 package() {



More information about the arch-commits mailing list