summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-08-08 16:51:02 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-12 10:56:40 -0400
commitbfdd032dd09fe37fe182b65afc6aea5212624f8e (patch)
treefd76593c42388be19766eb5a3c847e331ca9a64d /meta-openstack/recipes-devtools/python
parentb849d21c0c2466a238ea0e0966492917e1dd5f59 (diff)
downloadmeta-cloud-services-bfdd032dd09fe37fe182b65afc6aea5212624f8e.tar.gz
python-futures: upgrade 3.0.3 -> 3.3.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-futures_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-futures_git.bb b/meta-openstack/recipes-devtools/python/python-futures_git.bb
index f26be9a..015ae5f 100644
--- a/meta-openstack/recipes-devtools/python/python-futures_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-futures_git.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=dd6708d05936d3f6c4e20ed14c87b5e3" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=dd6708d05936d3f6c4e20ed14c87b5e3"
6 6
7PV = "3.0.3+git${SRCPV}" 7PV = "3.3.0+git${SRCPV}"
8SRCREV = "6532a7449d8102c172ea5011f1552fcc163c09f1" 8SRCREV = "ec78e222ece60721fc92a6c650df3116cb15d24e"
9 9
10SRCNAME = "futures" 10SRCNAME = "futures"
11SRC_URI = "git://github.com/agronholm/python${SRCNAME}.git" 11SRC_URI = "git://github.com/agronholm/python${SRCNAME}.git"