diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-24 10:50:47 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-26 20:14:14 +0200 |
commit | 67595636e983d09386a7cda34d7c2312c65c07c1 (patch) | |
tree | 349beb4936fdf71981803ada0d44b6e38ff71b5b /meta-python | |
parent | 91fa3724d3e3fac8503b56627ab8cd6cad3a5d07 (diff) | |
download | meta-openembedded-67595636e983d09386a7cda34d7c2312c65c07c1.tar.gz |
python-unidiff: Upgrade to 0.5.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb (renamed from meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb b/meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb index 3b018c750..6d40cca74 100644 --- a/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb +++ b/meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "http://github.com/matiasb/python-unidiff" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "20dd70ba5a35bc95bf869322d6852227" | 6 | SRC_URI[md5sum] = "31a61729e64ee409135a2ccec80c7104" |
7 | SRC_URI[sha256sum] = "344330ec3637e96b44dca77e086b205645b55648cf4d2b80fc673200f8a6a7e9" | 7 | SRC_URI[sha256sum] = "79b4be3e5479dfc6d77747d23ec98200559ca6a842fad1f92c2a7eb56b99195b" |
8 | 8 | ||
9 | inherit pypi setuptools | 9 | inherit pypi setuptools |
10 | 10 | ||