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

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 1 18:52:39 UTC 2021


    Date: Wednesday, September 1, 2021 @ 18:52:39
  Author: felixonmars
Revision: 1010347

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-01 18:52:27 UTC (rev 1010346)
+++ PKGBUILD	2021-09-01 18:52:39 UTC (rev 1010347)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-glanceclient
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-glanceclient"
-license=('Apache')
-depends=('python-pbr' 'python-prettytable' 'python-keystoneauth1' 'python-requests' 'python-warlock'
-         'python-oslo-utils' 'python-oslo-i18n' 'python-wrapt' 'python-pyopenssl')
-makedepends=('python-setuptools')
-checkdepends=('python-stestr' 'python-ddt' 'python-mock' 'python-requests-mock' 'python-testscenarios')
-options=('!emptydirs')
-source=("https://github.com/openstack/python-glanceclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4586432f651f6e4a8cff3c6678e3979a4ba9c9db3a39c08862a47fa625087414207adb507d92332c5f17e666e9987e84aabf29c3c55608fb159468131068a3d4')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-glanceclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-glanceclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-glanceclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-glanceclient/repos/community-any/PKGBUILD (from rev 1010346, python-glanceclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-01 18:52:39 UTC (rev 1010347)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-glanceclient
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-glanceclient"
+license=('Apache')
+depends=('python-pbr' 'python-prettytable' 'python-keystoneauth1' 'python-requests' 'python-warlock'
+         'python-oslo-utils' 'python-oslo-i18n' 'python-wrapt' 'python-pyopenssl')
+makedepends=('python-setuptools')
+checkdepends=('python-stestr' 'python-ddt' 'python-mock' 'python-requests-mock' 'python-testscenarios')
+options=('!emptydirs')
+source=("https://github.com/openstack/python-glanceclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('1f25df6b35176a5c40c5e384e429afacffc034f45a54a501b8fa60f83cacfee48f79660b7169510b91b144b1697e8acc352b77212aa458aaed5afeeecd4059ad')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-glanceclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-glanceclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-glanceclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list