From 7f7778ef4302a4106e15506f5d069df851645769 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 26 Jun 2018 14:00:55 +0800 Subject: python(3)-ndg-httpsclient: upgrade 0.4.4 -> 0.5.0 Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-ndg-httpsclient.inc | 4 ++-- meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb | 2 -- meta-python/recipes-devtools/python/python-ndg-httpsclient_0.5.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb | 2 -- meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb create mode 100644 meta-python/recipes-devtools/python/python-ndg-httpsclient_0.5.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc index d74302398..4e07e4e95 100644 --- a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc +++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://python-requests.org" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0" -SRC_URI[md5sum] = "a0d349cf9530e331697a6e5ab1f40de6" -SRC_URI[sha256sum] = "fba4d4798dcac2965874f24afb6631b4326baa4bd02505744d34f690c354856a" +SRC_URI[md5sum] = "1c28be0449268359e795b3b5687feeb7" +SRC_URI[sha256sum] = "c009f5430790936b3a97eaf9f968516664d97e146ab2bda991f0caadb7cc088b" PYPI_PACKAGE = "ndg_httpsclient" diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb deleted file mode 100644 index ca0eb3263..000000000 --- a/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-ndg-httpsclient.inc -inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.5.0.bb b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.5.0.bb new file mode 100644 index 000000000..ca0eb3263 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.5.0.bb @@ -0,0 +1,2 @@ +require python-ndg-httpsclient.inc +inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb deleted file mode 100644 index 3f07b2ed2..000000000 --- a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-ndg-httpsclient.inc diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.0.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.0.bb new file mode 100644 index 000000000..3f07b2ed2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-ndg-httpsclient.inc -- cgit v1.2.3-54-g00ecf