From fd2176401c1faf561da6a1d056248e6c01897766 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 11 Jan 2021 17:25:06 +0200 Subject: [PATCH] python3-hyperlink: Upgrade 20.0.1 -> 21.0.0 Upgrade to release 21.0.0: - 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 Signed-off-by: Khem Raj --- ...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 c9e2815045d..5a8791dfbc1 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