On 2021-01-11 10:25 a.m., Leon Anavi wrote: > - Update plus sign (+) handling to work with/like HTML form > encoding (POST) by default, fixes #129, and associated > roundtripping > - Package IDNA tables > - Long overdue dependency bumps > > Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin > --- > ...python3-hyperlink_20.0.1.bb => python3-hyperlink_21.0.0.bb} | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > rename meta-python/recipes-devtools/python/{python3-hyperlink_20.0.1.bb => python3-hyperlink_21.0.0.bb} (74%) > > diff --git a/meta-python/recipes-devtools/python/python3-hyperlink_20.0.1.bb b/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb > similarity index 74% > rename from meta-python/recipes-devtools/python/python3-hyperlink_20.0.1.bb > rename to meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb > index c9e281504..5a8791dfb 100644 > --- a/meta-python/recipes-devtools/python/python3-hyperlink_20.0.1.bb > +++ b/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb > @@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/python-hyper/hyperlink" > LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://LICENSE;md5=6dc5b4bd3d02faedf08461621aa2aeca" > > -SRC_URI[sha256sum] = "47fcc7cd339c6cb2444463ec3277bdcfe142c8b1daf2160bdd52248deec815af" > -SRC_URI[md5sum] = "d7983e3d2625e5f7dffc8d12da8803ab" > +SRC_URI[sha256sum] = "427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b" > > inherit pypi setuptools3 > > > >