From: wangmy Date: Thu, 13 May 2021 23:44:58 +0000 (+0800) Subject: python3-attrs: upgrade 20.3.0 -> 21.2.0 X-Git-Tag: uninative-3.2~65 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f6e624046afbbf6853c7fe409f77ecd2ab802f21;p=openembedded-core.git python3-attrs: upgrade 20.3.0 -> 21.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-attrs_20.3.0.bb b/meta/recipes-devtools/python/python3-attrs_21.2.0.bb similarity index 74% rename from meta/recipes-devtools/python/python3-attrs_20.3.0.bb rename to meta/recipes-devtools/python/python3-attrs_21.2.0.bb index 55cfda7180..e89fbc96f2 100644 --- a/meta/recipes-devtools/python/python3-attrs_20.3.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_21.2.0.bb @@ -3,8 +3,7 @@ HOMEPAGE = "http://www.attrs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff" -SRC_URI[sha256sum] = "832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700" -SRC_URI[md5sum] = "4fe38f89297b2b446d83190fce189f29" +SRC_URI[sha256sum] = "ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" inherit pypi setuptools3