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

Felix Yan felixonmars at archlinux.org
Thu May 16 17:35:41 UTC 2019


    Date: Thursday, May 16, 2019 @ 17:35:39
  Author: felixonmars
Revision: 467528

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-16 17:35:26 UTC (rev 467527)
+++ PKGBUILD	2019-05-16 17:35:39 UTC (rev 467528)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-cinderclient
-pkgver=4.1.0
-pkgrel=2
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient"
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 'python-keystoneclient'
-         'python-requests' 'python-oslo-utils')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz")
-sha512sums=('c436dbc6fb840a301d1b3f5461f5614759ee7a81923d00d71c8e60f12c7bee1523710c516a38da0b482eedd282b371db77c9ff9abad3d42bc29db22f1081a6bc')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-cinderclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cinderclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 467527, python-cinderclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-16 17:35:39 UTC (rev 467528)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-cinderclient
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient"
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 'python-keystoneclient'
+         'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz")
+sha512sums=('7e0a3ffc0294717a8dc12c2c09a4dc3368499ee2b5661e4b773c0cd27f8ab46b3628b1ea789a6474c471ba1e9ff1253eac2bcf110633a595630a257b2f8b55cd')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list