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

2021-12-02 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 21:37:17
  Author: felixonmars
Revision: 1062615

upgpkg: python-stestr 3.2.1-3: Python 3.10 rebuild

Modified:
  python-stestr/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 21:37:16 UTC (rev 1062614)
+++ PKGBUILD2021-12-02 21:37:17 UTC (rev 1062615)
@@ -4,7 +4,7 @@
 
 pkgname=python-stestr
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A test runner runner similar to testrepository"
 url="https://stestr.readthedocs.io/en/latest/";
 license=('Apache')



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:53
  Author: felixonmars
Revision: 1059038

upgpkg: python-stestr 3.2.1-2: Python 3.10 rebuild

Modified:
  python-stestr/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:53 UTC (rev 1059037)
+++ PKGBUILD2021-11-30 22:31:53 UTC (rev 1059038)
@@ -4,7 +4,7 @@
 
 pkgname=python-stestr
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A test runner runner similar to testrepository"
 url="https://stestr.readthedocs.io/en/latest/";
 license=('Apache')



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

2021-09-23 Thread Felix Yan via arch-commits
Date: Thursday, September 23, 2021 @ 14:25:24
  Author: felixonmars
Revision: 1022618

upgpkg: python-stestr 3.2.1-1

Modified:
  python-stestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-23 14:11:33 UTC (rev 1022617)
+++ PKGBUILD2021-09-23 14:25:24 UTC (rev 1022618)
@@ -3,8 +3,8 @@
 # Contributor: Kyle Keen 
 
 pkgname=python-stestr
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="A test runner runner similar to testrepository"
 url="https://stestr.readthedocs.io/en/latest/";
 license=('Apache')
@@ -14,7 +14,7 @@
 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')
+sha512sums=('43187ca0d81e3b31e16ed60a1db561dc49c34f679594d11cad8cb0e658bf790af0b3d606bf99233a5767e2511675d3aedb6a476046d2f5483ffab05eaae393ed')
 
 build() {
   cd stestr-$pkgver



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

2021-08-24 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2021-08-24 12:45:39 UTC (rev 1004550)
+++ PKGBUILD2021-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')



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

2021-04-22 Thread Felix Yan via arch-commits
Date: Thursday, April 22, 2021 @ 11:39:24
  Author: felixonmars
Revision: 920905

upgpkg: python-stestr 3.2.0-1

Modified:
  python-stestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-22 11:38:55 UTC (rev 920904)
+++ PKGBUILD2021-04-22 11:39:24 UTC (rev 920905)
@@ -3,7 +3,7 @@
 # Contributor: Kyle Keen 
 
 pkgname=python-stestr
-pkgver=3.1.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="A test runner runner similar to testrepository"
 url="https://stestr.readthedocs.io/en/latest/";
@@ -14,7 +14,7 @@
 checkdepends=('python-hacking' 'python-sphinx' 'python-mock' 
'python-subunit2sql' 'python-coverage'
   'python-ddt')
 source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz";)
-sha512sums=('fd17cc7ac4ecf1dd527883a7147e67f76eeff7a1c5d05286e748641c1ca1c5d3cd20404b6e05f0f62cff9416e401de252166020816d8d5894b0b101e958424ce')
+sha512sums=('4f5e41c92518104b06f5b9717d59c214a8d87efe47fee199a602e71efd64e29c98711ffcf3b88cd00209946d0ab123c7ec5aa842e1d54bc65d83c8d70fa4898c')
 
 build() {
   cd stestr-$pkgver