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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 24 12:47:46 UTC 2021


    Date: Tuesday, August 24, 2021 @ 12:47:46
  Author: felixonmars
Revision: 1004551

upgpkg: python-stestr 3.2.0-2: drop subunitsql from checkdeps (sql support will be removed in stestr 4.x)

Modified:
  python-stestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-24 12:45:39 UTC (rev 1004550)
+++ PKGBUILD	2021-08-24 12:47:46 UTC (rev 1004551)
@@ -4,7 +4,7 @@
 
 pkgname=python-stestr
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A test runner runner similar to testrepository"
 url="https://stestr.readthedocs.io/en/latest/"
 license=('Apache')
@@ -11,7 +11,7 @@
 arch=('any')
 depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 'python-fixtures'
          'python-testtools' 'python-yaml' 'python-voluptuous')
-checkdepends=('python-hacking' 'python-sphinx' 'python-mock' 'python-subunit2sql' 'python-coverage'
+checkdepends=('python-hacking' 'python-sphinx' 'python-mock' 'python-coverage'
               'python-ddt')
 source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz")
 sha512sums=('4f5e41c92518104b06f5b9717d59c214a8d87efe47fee199a602e71efd64e29c98711ffcf3b88cd00209946d0ab123c7ec5aa842e1d54bc65d83c8d70fa4898c')



More information about the arch-commits mailing list