summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-12-13 20:37:16 -0600
committercarlwgeorge2016-12-13 20:37:16 -0600
commit4edbbc737bcab37285f24f288615fff273c7ed8f (patch)
tree1cf3b656b17c1b105dad3c767d3f13bcfa1ece22
parenta26cff557cb882e6ee32d0bb6dc4d1b823f8531e (diff)
downloadaur-4edbbc737bcab37285f24f288615fff273c7ed8f.tar.gz
3.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b95f7cdf48d..32638aca8d9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 02:58:09 UTC 2016
+# Wed Dec 14 02:36:58 UTC 2016
pkgbase = python-swiftclient
pkgdesc = OpenStack Object Storage API Client Library
- pkgver = 3.0.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/openstack/python-swiftclient
arch = any
license = Apache
makedepends = python-pbr
makedepends = python2-pbr
- source = https://tarballs.openstack.org/python-swiftclient/python-swiftclient-3.0.0.tar.gz
- sha256sums = 824b8f204c5a7764de51795256e4175fdcd655ae4df85b8ae6e6ea9ec0b41f68
+ source = https://tarballs.openstack.org/python-swiftclient/python-swiftclient-3.2.0.tar.gz
+ sha256sums = 8761697584ab060520d6094e8394242ee3b94c643ed1f3fe1dbc67df585ab3fa
pkgname = python-swiftclient
depends = python-requests>=1.1
depends = python-six>=1.5.2
pkgname = python2-swiftclient
- depends = python2-futures>=2.1.3
+ depends = python2-futures>=3.0
depends = python-requests>=1.1
depends = python-six>=1.5.2
diff --git a/PKGBUILD b/PKGBUILD
index 0def1e92a2b7..0187856913a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _module="${_name#python-}"
_cmd="${_module%client}"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="3.0.0"
+pkgver="3.2.0"
pkgrel="1"
pkgdesc="OpenStack Object Storage API Client Library"
arch=("any")
@@ -13,7 +13,7 @@ url="https://github.com/openstack/${_name}"
license=("Apache")
makedepends=("python-pbr" "python2-pbr")
source=("https://tarballs.openstack.org/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('824b8f204c5a7764de51795256e4175fdcd655ae4df85b8ae6e6ea9ec0b41f68')
+sha256sums=('8761697584ab060520d6094e8394242ee3b94c643ed1f3fe1dbc67df585ab3fa')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}" "${srcdir}/${_name}-${pkgver}-python2"
@@ -39,7 +39,7 @@ package_python-swiftclient() {
package_python2-swiftclient() {
depends=(
- "python2-futures>=2.1.3"
+ "python2-futures>=3.0"
"python-requests>=1.1"
"python-six>=1.5.2"
)