diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-10-31 13:18:13 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-02 19:30:06 -0400 |
| commit | b704e1b715dae078e47328f1d2b986b40e489b91 (patch) | |
| tree | 23f80f40a852d30ea4a7b008e02e1f89d95aac2f /meta-openstack | |
| parent | 9efe8938d5f815cb2eb3d6449481408fb31bd25c (diff) | |
| download | meta-cloud-services-b704e1b715dae078e47328f1d2b986b40e489b91.tar.gz | |
python-eventlet:upgrade to 0.21.0
Upgrade python-eventlet from 0.18.4 to 0.21.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-eventlet_0.21.0.bb (renamed from meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.21.0.bb index 8c5e904..768759c 100644 --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.21.0.bb | |||
| @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | |||
| 6 | 6 | ||
| 7 | SRCNAME = "eventlet" | 7 | SRCNAME = "eventlet" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "https://pypi.python.org/packages/cb/ec/eae487c106a7e38f86ac4cadafb3eec77d29996f64ca0c7015067538069b/${SRCNAME}-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "8d1c646d8cc10a4958c92fe8a30f3676" | 11 | SRC_URI[md5sum] = "92aaac4c0abaddff9329f55d8f5bcd76" |
| 12 | SRC_URI[sha256sum] = "74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685" | 12 | SRC_URI[sha256sum] = "08faffab88c1b08bd53ea28bf084a572c89f7e7648bd9d71e6116ac17a51a15d" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 15 | 15 | ||
