diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-20 19:07:05 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-20 19:07:05 -0500 |
commit | 4eacab29814dc2110b4bc1fe441dd452252cf873 (patch) | |
tree | 49193901f1a7ee01df743b5acd117d8202cbe9fb /pcr/python-oslo-serialization/PKGBUILD | |
parent | d09e178728ffab4face18ef27aefa0527b09d2e0 (diff) | |
download | abslibre-4eacab29814dc2110b4bc1fe441dd452252cf873.tar.gz abslibre-4eacab29814dc2110b4bc1fe441dd452252cf873.tar.bz2 abslibre-4eacab29814dc2110b4bc1fe441dd452252cf873.zip |
python-oslo-serialization-1.7.0-1: updating version
Diffstat (limited to 'pcr/python-oslo-serialization/PKGBUILD')
-rw-r--r-- | pcr/python-oslo-serialization/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/python-oslo-serialization/PKGBUILD b/pcr/python-oslo-serialization/PKGBUILD index 8640f76c6..e75bf30c5 100644 --- a/pcr/python-oslo-serialization/PKGBUILD +++ b/pcr/python-oslo-serialization/PKGBUILD @@ -5,7 +5,7 @@ _name="oslo.serialization" _module="${_name/./-}" pkgname=("python-${_module}" "python2-${_module}") -pkgver="1.6.0" +pkgver="1.7.0" pkgrel="1" pkgdesc="Oslo Serialization library" arch=("any") @@ -13,14 +13,14 @@ url="https://github.com/openstack/${_name}" license=("Apache") makedepends=("python-pbr>=0.11" "python2-pbr>=0.11") source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz") -sha256sums=('e549ab5228f10dd13e6e1ea1f0dfe62af71de8d7df55665c37e2712ed7801595') +sha256sums=('164f32e9ba3ea95530fcfa6367d0d57bc0840834050123496b979fdd703f6412') package_python-oslo-serialization() { depends=("python-babel>=1.3" "python-six>=1.9.0" "python-msgpack>=0.4.0" "python-iso8601>=0.1.9" - "python-oslo-utils>=1.4.0" + "python-oslo-utils>=1.6.0" "python-pbr>=0.11" "python-pytz>=2013.6") cd "${srcdir}/${_name}-${pkgver}" @@ -32,7 +32,7 @@ package_python2-oslo-serialization() { "python2-six>=1.9.0" "python2-msgpack>=0.4.0" "python2-iso8601>=0.1.9" - "python2-oslo-utils>=1.4.0" + "python2-oslo-utils>=1.6.0" "python2-pbr>=0.11" "python2-pytz>=2013.6") cd "${srcdir}/${_name}-${pkgver}" |