summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2017-04-07 15:12:50 +1000
committerAndy Botting2017-04-07 15:12:50 +1000
commita1a06cc15c3f687c826c565ad003cbe9f5b8a06e (patch)
tree684cae85611ab7c24bfd0f5098d83c3deda83632
parentd6cf3f199ff951b6e3f5909c42da6480f2d8d6ff (diff)
downloadaur-a1a06cc15c3f687c826c565ad003cbe9f5b8a06e.tar.gz
Update to v1.12.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 4d8aa5a01455..4cec5cca0e01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-ironicclient
pkgdesc = Python client library for Ironic
- pkgver = 1.11.0
+ pkgver = 1.12.0
pkgrel = 1
url = http://docs.openstack.org/developer/python-ironicclient
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://git.openstack.org/openstack/python-ironicclient#tag=1.11.0
+ source = git+https://git.openstack.org/openstack/python-ironicclient#tag=1.12.0
md5sums = SKIP
pkgname = python-ironicclient
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 bfc5130246fa..c75064069914 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-ironicclient' 'python2-ironicclient')
-pkgver='1.11.0'
+pkgver='1.12.0'
pkgrel='1'
pkgdesc='Python client library for Ironic'
arch=('any')