[arch-commits] Commit in python-oslo-config/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 28 16:09:41 UTC 2016


    Date: Tuesday, June 28, 2016 @ 16:09:40
  Author: felixonmars
Revision: 181507

upgpkg: python-oslo-config 3.12.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-28 16:08:13 UTC (rev 181506)
+++ PKGBUILD	2016-06-28 16:09:40 UTC (rev 181507)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.11.0
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 'python2-netaddr'
              'python-stevedore' 'python2-stevedore' 'python-debtcollector' 'python2-debtcollector'
-             'python-oslo-i18n' 'python2-oslo-i18n')
+             'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 'python2-rfc3986')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 'python2-sphinx')
 options=('!emptydirs')
 source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver")
@@ -42,7 +42,8 @@
 }
 
 package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 'python-debtcollector' 'python-oslo-i18n')
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 'python-debtcollector'
+           'python-oslo-i18n' 'python-rfc3986')
 
   cd "$srcdir"/oslo.config
   python setup.py install --root="$pkgdir/" --optimize=1
@@ -49,7 +50,8 @@
 }
 
 package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 'python2-debtcollector' 'python2-oslo-i18n')
+  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 'python2-debtcollector'
+           'python2-oslo-i18n' 'python2-rfc3986')
 
   cd "$srcdir"/oslo.config-py2
   python2 setup.py install --root="$pkgdir/" --optimize=1



More information about the arch-commits mailing list