summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2017-04-07 15:14:16 +1000
committerAndy Botting2017-04-07 15:14:16 +1000
commitf09523cfe9c45d663b0915aa4617fa192903edf4 (patch)
tree083f7c6175a56302b63ea62770e6a4009a9fc9b8
parentb81e1184552c7e36ccf22adf2daa66ebcf3bb247 (diff)
downloadaur-f09523cfe9c45d663b0915aa4617fa192903edf4.tar.gz
Update to v2.5.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 ced40d2da93d..0ac8d2efc065 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-magnumclient
pkgdesc = Python client library for Magnum
- pkgver = 2.3.1
+ pkgver = 2.5.0
pkgrel = 1
url = http://docs.openstack.org/developer/python-magnumclient
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://git.openstack.org/openstack/python-magnumclient#tag=2.3.1
+ source = git+https://git.openstack.org/openstack/python-magnumclient#tag=2.5.0
md5sums = SKIP
pkgname = python-magnumclient
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 a8593c2e3ff1..4a7213b9c93f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-magnumclient' 'python2-magnumclient')
-pkgver='2.3.1'
+pkgver='2.5.0'
pkgrel='1'
pkgdesc='Python client library for Magnum'
arch=('any')