diff options
author | Derek Straka <derek@asterius.io> | 2017-06-16 13:19:32 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-19 19:30:42 +0200 |
commit | 743476145fa15978d0e4aef37f1e3cb13405e336 (patch) | |
tree | 995719b40c88f875e27b79f28a73a26d7c58fc7d | |
parent | 13c51f587d344b1a1beae72de21c333822c6ba50 (diff) | |
download | meta-openembedded-743476145fa15978d0e4aef37f1e3cb13405e336.tar.gz |
python-serpent: update to version 1.22
Verify the license terms have not changed and update checksum based on the
latest PKG-INFO
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-serpent.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-serpent_1.22.bb (renamed from meta-python/recipes-devtools/python/python-serpent_1.19.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-serpent_1.22.bb (renamed from meta-python/recipes-devtools/python/python3-serpent_1.19.bb) | 0 |
3 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 0b1aa91f3..8b9804361 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=3773e39c491bb1f9ccc98389d57169d7" | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=dd6e89638fc70146d17dd7087fa817ae" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "cdef596f727cb6b4176c89769d2d41ee" | 5 | SRC_URI[md5sum] = "6950f234edcacfa1d31b6655ac3c6256" |
6 | SRC_URI[sha256sum] = "946b2c837f889971df3575af9dadd8f09bfe48549ebc1b9f6434263b653707ce" | 6 | SRC_URI[sha256sum] = "a67ca57082b00ea734854d751ab19e8a49d4ea0d4be7194985da35863fb9fb19" |
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python-serpent_1.19.bb b/meta-python/recipes-devtools/python/python-serpent_1.22.bb index 0db3cf98a..0db3cf98a 100644 --- a/meta-python/recipes-devtools/python/python-serpent_1.19.bb +++ b/meta-python/recipes-devtools/python/python-serpent_1.22.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.19.bb b/meta-python/recipes-devtools/python/python3-serpent_1.22.bb index 199dcfafd..199dcfafd 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.19.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.22.bb | |||