diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-07 11:53:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-07 17:43:43 -0800 |
commit | 8ba4a76c74ab8f200635e32a4a677e6489e5ba13 (patch) | |
tree | 304315589370ede6cfb2aafcb6580c76331e8d3a /meta-python/recipes-devtools/python/python-flask-babel.inc | |
parent | 20e5af0eeee721cbd350ce6f9999708688b9d3e1 (diff) | |
download | meta-openembedded-8ba4a76c74ab8f200635e32a4a677e6489e5ba13.tar.gz |
python-flask-babel: upgrade 0.11.2 -> 0.12.2
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-babel.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-babel.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-babel.inc b/meta-python/recipes-devtools/python/python-flask-babel.inc index f560f3ed58..0e507f3372 100644 --- a/meta-python/recipes-devtools/python/python-flask-babel.inc +++ b/meta-python/recipes-devtools/python/python-flask-babel.inc | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "i18n and l10n support for Flask based on babel and pytz" | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51917f3e8e858f5ae295a7d0e2eb3cc9" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51917f3e8e858f5ae295a7d0e2eb3cc9" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "07803453743f139309021572a799c6b3" | 5 | SRC_URI[md5sum] = "fcf2f360ff279d3133e40974804efd72" |
6 | SRC_URI[sha256sum] = "c0d75710bd4b0fe866f9f2347de6e19208712f9cec006436b4c1c15d4cb0c939" | 6 | SRC_URI[sha256sum] = "316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86" |
7 | 7 | ||
8 | PYPI_PACKAGE = "Flask-Babel" | 8 | PYPI_PACKAGE = "Flask-Babel" |
9 | 9 | ||