diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-08 15:35:55 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-08 09:03:54 -0800 |
commit | eba1ee4578d6861df43f9b998031717fa515760d (patch) | |
tree | 711045cae75c0d2f1129d36da81352661a387c5c /meta-python/recipes-devtools/python | |
parent | bcf5dfe9c5134cc421839502a51938bbdfe845e6 (diff) | |
download | meta-openembedded-eba1ee4578d6861df43f9b998031717fa515760d.tar.gz |
python-pysmi: upgrade 0.2.2 -> 0.3.4
-License-Update: Copyright year updated to 2019.
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb (renamed from meta-python/recipes-devtools/python/python-pysmi_0.2.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysmi_0.2.2.bb b/meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb index 7a2d89d99a..43aa4b84c7 100644 --- a/meta-python/recipes-devtools/python/python-pysmi_0.2.2.bb +++ b/meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb | |||
@@ -6,10 +6,10 @@ HOMEPAGE = "https://pypi.python.org/pypi/pysmi" | |||
6 | SECTION = "devel/python" | 6 | SECTION = "devel/python" |
7 | 7 | ||
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d8b1bbadd635f187dee74d999a8c67b8" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a088b5c72b59d51a5368ad3b18e219bf" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "3b0f71e4e9f730d211f09d8ef5371140" | 11 | SRC_URI[md5sum] = "10a9dd140ad512eed9f37344df83ce9d" |
12 | SRC_URI[sha256sum] = "2a315cc3e556b3428372b69da663a24d2f0df9e9ab075b022cb133855f25aef7" | 12 | SRC_URI[sha256sum] = "bd15a15020aee8376cab5be264c26330824a8b8164ed0195bd402dd59e4e8f7c" |
13 | 13 | ||
14 | inherit pypi setuptools | 14 | inherit pypi setuptools |
15 | 15 | ||