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

Felix Yan felixonmars at archlinux.org
Sat Feb 29 07:36:54 UTC 2020


    Date: Saturday, February 29, 2020 @ 07:36:54
  Author: felixonmars
Revision: 586765

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-29 07:36:24 UTC (rev 586764)
+++ PKGBUILD	2020-02-29 07:36:54 UTC (rev 586765)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-oslotest
-pkgver=3.9.0
-pkgrel=2
-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=('62bb3f0097f35bfc2e725844dba97a5ad2b93c0a2eafa3feb40cf0cf67f30ba0adc2b38f4cacd1684fb0fdd9f8a394717da3722202577cf42a113e0de802f125')
-
-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 586764, python-oslotest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-29 07:36:54 UTC (rev 586765)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-oslotest
+pkgver=4.0.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=('3c565a6a1a6ef9efa103f861852b978d93fdbd4babc03bd4556e4e4cafcf2bf5e310aa0edfd1182e16598ebe8be81147f7f8710f84cb4c43da8f56b389b25a33')
+
+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