summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-routes_git.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-01-20 17:44:15 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-20 08:59:23 -0500
commit598e75d4ff358b7e89603d54481528de0b783bea (patch)
tree559b30eb139e48d7405034c658b7569feda4a917 /meta-openstack/recipes-devtools/python/python-routes_git.bb
parent5bf8903617c9d754c904a94ac337ad17536f2b30 (diff)
downloadmeta-cloud-services-598e75d4ff358b7e89603d54481528de0b783bea.tar.gz
python-routes: 1.13 -> 2.4.1
1) Upgrade python-routes from 1.13 to 2.4.1. 2) Change the License file's name and checksum,since the license file is changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-routes_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-routes_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-routes_git.bb b/meta-openstack/recipes-devtools/python/python-routes_git.bb
index 814339b..408f0a8 100644
--- a/meta-openstack/recipes-devtools/python/python-routes_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-routes_git.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "A Python re-implementation of the Rails routes system."
2HOMEPAGE = "http://routes.groovie.org" 2HOMEPAGE = "http://routes.groovie.org"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=aa6285dc7b7c93b3905bb2757f33eb62" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae"
6 6
7PV = "1.13+git${SRCPV}" 7PV = "2.4.1+git${SRCPV}"
8SRCREV = "467501d5fcfa265b3dfae615e7f0dcda8ce79d4e" 8SRCREV = "2dcef8079cf09f427eeb0be62374f6c1a52bf59d"
9 9
10SRCNAME = "Routes" 10SRCNAME = "Routes"
11SRC_URI = "git://github.com/bbangert/routes.git" 11SRC_URI = "git://github.com/bbangert/routes.git"