On 2021-02-23 10:22 a.m., Leon Anavi wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Upgrade to release 0.812: > > - Improved source file finding > - Excluding paths > > Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin > --- > .../python/{python3-mypy_0.800.bb => python3-mypy_0.812.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-python/recipes-devtools/python/{python3-mypy_0.800.bb => python3-mypy_0.812.bb} (82%) > > diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.800.bb b/meta-python/recipes-devtools/python/python3-mypy_0.812.bb > similarity index 82% > rename from meta-python/recipes-devtools/python/python3-mypy_0.800.bb > rename to meta-python/recipes-devtools/python/python3-mypy_0.812.bb > index 0d019dfe1a..8faab60b97 100644 > --- a/meta-python/recipes-devtools/python/python3-mypy_0.800.bb > +++ b/meta-python/recipes-devtools/python/python3-mypy_0.812.bb > @@ -13,6 +13,6 @@ PYPI_PACKAGE = "mypy" > > inherit pypi setuptools3 > > -SRC_URI[sha256sum] = "e0202e37756ed09daf4b0ba64ad2c245d357659e014c3f51d8cd0681ba66940a" > +SRC_URI[sha256sum] = "cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119" > > BBCLASSEXTEND = "native" > -- > 2.17.1 > > > >