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

Felix Yan felixonmars at archlinux.org
Thu Dec 3 19:22:34 UTC 2020


    Date: Thursday, December 3, 2020 @ 19:22:33
  Author: felixonmars
Revision: 769734

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-03 19:22:19 UTC (rev 769733)
+++ PKGBUILD	2020-12-03 19:22:33 UTC (rev 769734)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-magnumclient
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="Client library for Magnum API"
-arch=('any')
-url="https://docs.openstack.org/python-magnumclient/latest/"
-license=('Apache')
-depends=('python-pbr' 'python-babel' 'python-keystoneauth1' 'python-stevedore' 'python-requests'
-         'python-oslo-i18n' 'python-oslo-log' 'python-oslo-serialization' 'python-oslo-utils'
-         'python-os-client-config' 'python-osc-lib' 'python-prettytable' 'python-cryptography'
-         'python-debtcollector')
-checkdepends=('python-openstackclient' 'python-oslotest' 'python-osprofiler')
-source=("https://github.com/openstack/python-magnumclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6901840f522021212c1535addd4dd5eea4f08b8f72505aa1a1566fce00fab43f814f117d274f173283bebfde3a65b88c994a226ca37582b7f965abf6bcd7da91')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-magnumclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-magnumclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-magnumclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-magnumclient/repos/community-any/PKGBUILD (from rev 769733, python-magnumclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-03 19:22:33 UTC (rev 769734)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-magnumclient
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Client library for Magnum API"
+arch=('any')
+url="https://docs.openstack.org/python-magnumclient/latest/"
+license=('Apache')
+depends=('python-pbr' 'python-babel' 'python-keystoneauth1' 'python-stevedore' 'python-requests'
+         'python-oslo-i18n' 'python-oslo-log' 'python-oslo-serialization' 'python-oslo-utils'
+         'python-os-client-config' 'python-osc-lib' 'python-prettytable' 'python-cryptography'
+         'python-debtcollector')
+checkdepends=('python-openstackclient' 'python-oslotest' 'python-osprofiler')
+source=("https://github.com/openstack/python-magnumclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('0c38bdc150e166e8f6209d82823e3f05d28ced32308b3dc634870f727c867016ae4fda5037760ccfc01be4b12fe699c62dfe9206770f1395e21ff990310a3cbd')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-magnumclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-magnumclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-magnumclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list