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

Felix Yan felixonmars at archlinux.org
Wed Apr 8 23:19:35 UTC 2020


    Date: Wednesday, April 8, 2020 @ 23:19:34
  Author: felixonmars
Revision: 612839

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-08 23:19:09 UTC (rev 612838)
+++ PKGBUILD	2020-04-08 23:19:34 UTC (rev 612839)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-cinderclient
-pkgver=6.0.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="https://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=('0074b4bb6ea584f77e6af446ca3239dfdabc7e40c88bee2497eab237d0e04be3fc90d3794354da21ce12fd821082b68746fed03ade56ef45b97317736440c9f9')
-
-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 612838, python-cinderclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-08 23:19:34 UTC (rev 612839)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-cinderclient
+pkgver=7.0.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="https://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=('7c05560c0d2318296f54607799aa3d6bbd2c12112993e7d9502a010a43a6d57fe3445984d0c94155152861c3122265c40bdb23c0581821175e7919609f31eeb0')
+
+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