On 2021-01-11 10:25 a.m., Leon Anavi wrote: > - Add 2 basic unit tests > - Add Github workflow for pytest run > - Various cleanups > > Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin > --- > ...thon3-certifi_2020.11.8.bb => python3-certifi_2020.12.5.bb} | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > rename meta-python/recipes-devtools/python/{python3-certifi_2020.11.8.bb => python3-certifi_2020.12.5.bb} (79%) > > diff --git a/meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb b/meta-python/recipes-devtools/python/python3-certifi_2020.12.5.bb > similarity index 79% > rename from meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb > rename to meta-python/recipes-devtools/python/python3-certifi_2020.12.5.bb > index b680fade6..dd2f6a2f6 100644 > --- a/meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb > +++ b/meta-python/recipes-devtools/python/python3-certifi_2020.12.5.bb > @@ -7,8 +7,7 @@ HOMEPAGE = " http://certifi.io/" > LICENSE = "ISC" > LIC_FILES_CHKSUM = "file://LICENSE;md5=f77f61d14ee6feac4228d3ebd26cc1f1" > > -SRC_URI[md5sum] = "b25267355218d11652c707e46accd059" > -SRC_URI[sha256sum] = "f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4" > +SRC_URI[sha256sum] = "1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c" > > inherit pypi setuptools3 > > > >