summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2017-04-07 15:13:28 +1000
committerAndy Botting2017-04-07 15:13:28 +1000
commit94d33a75b5982eb173d6545297407a95f29828e7 (patch)
tree599bc4b4aeee851c2a2812ebd7657fdeb0da31b0
parent8814b319f9e05d08e39416126465bb1dba0974a6 (diff)
downloadaur-94d33a75b5982eb173d6545297407a95f29828e7.tar.gz
Update to v1.19.0
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76d372800fa9..61e981e9a0d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-shade
pkgdesc = Simple client library for interacting with OpenStack clouds
- pkgver = 1.14.1
+ pkgver = 1.19.0
pkgrel = 1
url = http://docs.openstack.org/infra/shade
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://git.openstack.org/openstack-infra/shade#tag=1.14.1
+ source = git+https://git.openstack.org/openstack-infra/shade#tag=1.19.0
sha256sums = SKIP
pkgname = python-shade
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index aa3b878ae2c9..1efa527975fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-shade' 'python2-shade')
-pkgver='1.14.1'
+pkgver='1.19.0'
pkgrel='1'
pkgdesc='Simple client library for interacting with OpenStack clouds'
arch=('any')