From 90d82e806c7b4b3ee10ff7fc443bf748d16907bf Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 13 May 2019 13:52:52 +0800 Subject: python-rfc3987: upgrade 1.3.7 -> 1.3.8 -Upgrade from python-rfc3987_1.3.7.bb to python-rfc3987_1.3.8.bb. -Upgrade from python3-rfc3987_1.3.7.bb to python3-rfc3987_1.3.8.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-rfc3987.inc | 4 ++-- meta-python/recipes-devtools/python/python-rfc3987_1.3.7.bb | 2 -- meta-python/recipes-devtools/python/python-rfc3987_1.3.8.bb | 2 ++ meta-python/recipes-devtools/python/python3-rfc3987_1.3.7.bb | 2 -- meta-python/recipes-devtools/python/python3-rfc3987_1.3.8.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-rfc3987_1.3.7.bb create mode 100644 meta-python/recipes-devtools/python/python-rfc3987_1.3.8.bb delete mode 100644 meta-python/recipes-devtools/python/python3-rfc3987_1.3.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-rfc3987_1.3.8.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-rfc3987.inc b/meta-python/recipes-devtools/python/python-rfc3987.inc index 4615904119..9cfa07da55 100644 --- a/meta-python/recipes-devtools/python/python-rfc3987.inc +++ b/meta-python/recipes-devtools/python/python-rfc3987.inc @@ -2,7 +2,7 @@ SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=9;md5=2b723edf67b2f3088bc5e339b1ceda2d" -SRC_URI[md5sum] = "aa108c7590902fe609c036864ecb7f84" -SRC_URI[sha256sum] = "91a7826b0a26c246a5a91bef09c2c0809c713a689be689b9571e78a13f6557a4" +SRC_URI[md5sum] = "b6c4028acdc788a9ba697e1c1d6b896c" +SRC_URI[sha256sum] = "d3c4d257a560d544e9826b38bc81db676890c79ab9d7ac92b39c7a253d5ca733" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-rfc3987_1.3.7.bb b/meta-python/recipes-devtools/python/python-rfc3987_1.3.7.bb deleted file mode 100644 index dcda5aa46e..0000000000 --- a/meta-python/recipes-devtools/python/python-rfc3987_1.3.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-rfc3987.inc diff --git a/meta-python/recipes-devtools/python/python-rfc3987_1.3.8.bb b/meta-python/recipes-devtools/python/python-rfc3987_1.3.8.bb new file mode 100644 index 0000000000..dcda5aa46e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-rfc3987_1.3.8.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-rfc3987.inc diff --git a/meta-python/recipes-devtools/python/python3-rfc3987_1.3.7.bb b/meta-python/recipes-devtools/python/python3-rfc3987_1.3.7.bb deleted file mode 100644 index cd1536b36f..0000000000 --- a/meta-python/recipes-devtools/python/python3-rfc3987_1.3.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-rfc3987.inc diff --git a/meta-python/recipes-devtools/python/python3-rfc3987_1.3.8.bb b/meta-python/recipes-devtools/python/python3-rfc3987_1.3.8.bb new file mode 100644 index 0000000000..cd1536b36f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rfc3987_1.3.8.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-rfc3987.inc -- cgit 1.2.3-korg