From d9d6d14cadd65101945bb26535bb7f66374e0628 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Wed, 20 Jun 2018 15:46:54 -0300 Subject: python3-docker-pycreds: update to 0.3.0 Update python3-docker-pycreds from 0.2.1 to 0.3.0. Signed-off-by: Ricardo Salveti Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-docker-pycreds_0.2.1.bb | 9 --------- recipes-devtools/python/python3-docker-pycreds_0.3.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-devtools/python/python3-docker-pycreds_0.2.1.bb create mode 100644 recipes-devtools/python/python3-docker-pycreds_0.3.0.bb diff --git a/recipes-devtools/python/python3-docker-pycreds_0.2.1.bb b/recipes-devtools/python/python3-docker-pycreds_0.2.1.bb deleted file mode 100644 index 40384100..00000000 --- a/recipes-devtools/python/python3-docker-pycreds_0.2.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Python bindings for the docker credentials store API" -HOMEPAGE = "https://github.com/shin-/dockerpy-creds" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "0d80d5aebab771faf7e422b759c3055b" -SRC_URI[sha256sum] = "93833a2cf280b7d8abbe1b8121530413250c6cd4ffed2c1cf085f335262f7348" diff --git a/recipes-devtools/python/python3-docker-pycreds_0.3.0.bb b/recipes-devtools/python/python3-docker-pycreds_0.3.0.bb new file mode 100644 index 00000000..4d39f529 --- /dev/null +++ b/recipes-devtools/python/python3-docker-pycreds_0.3.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Python bindings for the docker credentials store API" +HOMEPAGE = "https://github.com/shin-/dockerpy-creds" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +inherit pypi setuptools3 + +SRC_URI[md5sum] = "2370ea3b62198b788a26231ab58844af" +SRC_URI[sha256sum] = "8b0e956c8d206f832b06aa93a710ba2c3bcbacb5a314449c040b0b814355bbff" -- cgit v1.2.3-54-g00ecf