[arch-commits] Commit in python-swiftclient/repos/community-testing-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sat Dec 11 22:28:23 UTC 2021


    Date: Saturday, December 11, 2021 @ 22:28:23
  Author: felixonmars
Revision: 1068379

archrelease: copy trunk to community-testing-any

Added:
  python-swiftclient/repos/community-testing-any/PKGBUILD
    (from rev 1068378, python-swiftclient/trunk/PKGBUILD)
Deleted:
  python-swiftclient/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-11 22:28:14 UTC (rev 1068378)
+++ PKGBUILD	2021-12-11 22:28:23 UTC (rev 1068379)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-swiftclient
-pkgver=3.12.0
-pkgrel=3
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="https://docs.openstack.org/python-swiftclient"
-license=('Apache')
-depends=('python-six' 'python-requests')
-optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
-makedepends=('python-setuptools' 'python-pbr')
-checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1' 'python-keystoneclient')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz")
-sha512sums=('2832c77ebb71f7200f6165557961dc750f70988afa59d2c18b5dc1ba42f305ded35177cc94fd8f47286dd5f84b88f0613233c27172c08251ccf2cf7e2ed6a8aa')
-
-prepare() {
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-testing-any/PKGBUILD (from rev 1068378, python-swiftclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-11 22:28:23 UTC (rev 1068379)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-swiftclient
+pkgver=3.13.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://docs.openstack.org/python-swiftclient"
+license=('Apache')
+depends=('python-six' 'python-requests')
+optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
+makedepends=('python-setuptools' 'python-pbr')
+checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1' 'python-keystoneclient')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz")
+sha512sums=('2906659f0acf32528b46f2b8433479ae230dc1213f72198cd9f236b4efa9154bde349ea238852372775b54cdcdf16050643a80248d06f24dbf3957f0b77546ee')
+
+prepare() {
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list