[arch-commits] Commit in python-oslotest/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 17 05:38:46 UTC 2020


    Date: Wednesday, June 17, 2020 @ 05:38:45
  Author: felixonmars
Revision: 646298

archrelease: copy trunk to community-any

Added:
  python-oslotest/repos/community-any/PKGBUILD
    (from rev 646297, python-oslotest/trunk/PKGBUILD)
Deleted:
  python-oslotest/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-17 05:38:36 UTC (rev 646297)
+++ PKGBUILD	2020-06-17 05:38:45 UTC (rev 646298)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-oslotest
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest"
-license=('Apache')
-depends=('python-fixtures' 'python-subunit' 'python-stestr' 'python-testscenarios'
-         'python-testtools' 'python-mock' 'python-mox3' 'python-os-client-config'
-         'python-debtcollector')
-makedepends=('python-pbr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz")
-sha512sums=('9c8fa7de3daa8d698362a2abe9ce68461708ac49276ef5a1f89069c941c6b29b8e554f30c593039f78a230b978ce59519d6d71f3526d882b80449d791219a622')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslotest-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslotest-$pkgver
-  stestr run
-}
-
-package() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 646297, python-oslotest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-17 05:38:45 UTC (rev 646298)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-oslotest
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest"
+license=('Apache')
+depends=('python-fixtures' 'python-subunit' 'python-stestr' 'python-testscenarios'
+         'python-testtools' 'python-mock' 'python-mox3' 'python-os-client-config'
+         'python-debtcollector')
+makedepends=('python-pbr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz")
+sha512sums=('b334f8ae3185a49d33e36fd733b01d1b22d799379125308679efa13a500ee42c53bc830b5cd62922b5e721539972aa5909724fedf760a2831626c4797b40cb4e')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslotest-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslotest-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list