diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-08 16:00:43 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-08 09:03:54 -0800 |
commit | 8ad3d3f4b57c71d3cca9f6d614613a7910c40da9 (patch) | |
tree | 6964bb5b152f6bada03558bdd8e4a31b1d7e0fe3 /meta-python/recipes-devtools/python/python-serpent.inc | |
parent | 94202316e615fe53940c55052c176e6adda4b283 (diff) | |
download | meta-openembedded-8ad3d3f4b57c71d3cca9f6d614613a7910c40da9.tar.gz |
python-serpent: upgrade 1.25 -> 1.28
-License-Update: Upgrade PKG-INFO.
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-serpent.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-serpent.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-serpent.inc b/meta-python/recipes-devtools/python/python-serpent.inc index 2ba65706ba..1a3aac07fe 100644 --- a/meta-python/recipes-devtools/python/python-serpent.inc +++ b/meta-python/recipes-devtools/python/python-serpent.inc | |||
@@ -1,9 +1,9 @@ | |||
1 | SUMMARY = "Serialization based on ast.literal_eval" | 1 | SUMMARY = "Serialization based on ast.literal_eval" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5a8193ba89f1083617f32d522f6485e9" | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5cd70632b6cdb96df9ddaf6a4ce619e6" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "0f9684622125a527fa4fbe2587738973" | 5 | SRC_URI[md5sum] = "15ef8b67c76a6d19bac9c16731a1e62a" |
6 | SRC_URI[sha256sum] = "264a028e059c1b557701ae7c567cdab330dbd228ff924489343efcb39bd828a0" | 6 | SRC_URI[sha256sum] = "f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab" |
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||