diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-23 13:18:16 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-24 01:01:44 -0700 |
commit | 90d172da7458831260bf3e363cddd5504935e206 (patch) | |
tree | 4cbc95fc34c15054e12a0cd91a0b12fb15a75604 /meta-python/recipes-devtools/python/python-attrs.inc | |
parent | 582d445fcbbd228527fa85d9409c3e0c258ad475 (diff) | |
download | meta-openembedded-90d172da7458831260bf3e363cddd5504935e206.tar.gz |
python-attrs: upgrade 19.2.0 -> 19.3.0
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-attrs.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-attrs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc index 13c9e5f25c..35d28a44d0 100644 --- a/meta-python/recipes-devtools/python/python-attrs.inc +++ b/meta-python/recipes-devtools/python/python-attrs.inc | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.attrs.org/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "f913492e1663d3c36f502e5e9ba6cd13cf19d7fab50aa13239e420fef95e1396" | 6 | SRC_URI[sha256sum] = "f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72" |
7 | SRC_URI[md5sum] = "d5a6ee80beaa072bd2b3bcb6fee0d508" | 7 | SRC_URI[md5sum] = "5b2db50fcc31be34d32798183c9bd062" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||