diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-18 13:13:02 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-20 08:59:23 -0500 |
| commit | 9d5f295e9c137c3fd91fae483d0cd23f15974912 (patch) | |
| tree | f1bf12702f52a5ef495f253faec01acf505d415f /meta-openstack | |
| parent | 3af287f179a0512068e73dd0cbd4fb44d30cd5ab (diff) | |
| download | meta-cloud-services-9d5f295e9c137c3fd91fae483d0cd23f15974912.tar.gz | |
python-happybase: 0.9 -> 1.0.0
Upgrade python-happybase from 0.9 to 1.0.0.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-happybase_1.0.0.bb (renamed from meta-openstack/recipes-devtools/python/python-happybase_0.9.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-happybase_0.9.bb b/meta-openstack/recipes-devtools/python/python-happybase_1.0.0.bb index b37907c..669a9cf 100644 --- a/meta-openstack/recipes-devtools/python/python-happybase_0.9.bb +++ b/meta-openstack/recipes-devtools/python/python-happybase_1.0.0.bb | |||
| @@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=41f55ae3d7000e4323e84c468d8b42ee" | |||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "happybase" | 8 | SRCNAME = "happybase" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "https://pypi.python.org/packages/e8/6e/21ec2ff3f14084b2247e59dba89aecf115d1093a5256a343a7b158984b7f/${SRCNAME}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "0d9ca6e22a7edb03ccd75e99d0acf1ea" | 12 | SRC_URI[md5sum] = "1274e74df553bbf800989578b7dfbe59" |
| 13 | SRC_URI[sha256sum] = "744e342936f6c9e384b203435c38ff21a339626a0d7c11aa177988b5e164ef2a" | 13 | SRC_URI[sha256sum] = "cee5f62735c6ba95c8f842decfd23bab5a07bc16cd0c5374f7461c975d4c608c" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
