From 3e53cdfeae42db65997a2d3eba039b39ad9f4f7e Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 2 Dec 2019 20:27:11 +0100 Subject: python-docker-pycreds: uprev to 0.4.0 Signed-off-by: Ming Liu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-docker-pycreds.inc | 4 ++-- recipes-devtools/python/python-docker-pycreds_0.3.0.bb | 3 --- recipes-devtools/python/python-docker-pycreds_0.4.0.bb | 3 +++ recipes-devtools/python/python3-docker-pycreds_0.3.0.bb | 3 --- recipes-devtools/python/python3-docker-pycreds_0.4.0.bb | 3 +++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 recipes-devtools/python/python-docker-pycreds_0.3.0.bb create mode 100644 recipes-devtools/python/python-docker-pycreds_0.4.0.bb delete mode 100644 recipes-devtools/python/python3-docker-pycreds_0.3.0.bb create mode 100644 recipes-devtools/python/python3-docker-pycreds_0.4.0.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python-docker-pycreds.inc b/recipes-devtools/python/python-docker-pycreds.inc index ca0995f5..4bfa05fc 100644 --- a/recipes-devtools/python/python-docker-pycreds.inc +++ b/recipes-devtools/python/python-docker-pycreds.inc @@ -3,5 +3,5 @@ HOMEPAGE = "https://github.com/shin-/dockerpy-creds" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[md5sum] = "2370ea3b62198b788a26231ab58844af" -SRC_URI[sha256sum] = "8b0e956c8d206f832b06aa93a710ba2c3bcbacb5a314449c040b0b814355bbff" +SRC_URI[md5sum] = "322f570cea6b4661c6ac335683988e18" +SRC_URI[sha256sum] = "6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4" diff --git a/recipes-devtools/python/python-docker-pycreds_0.3.0.bb b/recipes-devtools/python/python-docker-pycreds_0.3.0.bb deleted file mode 100644 index 6dc45219..00000000 --- a/recipes-devtools/python/python-docker-pycreds_0.3.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit pypi setuptools -require python-docker-pycreds.inc - diff --git a/recipes-devtools/python/python-docker-pycreds_0.4.0.bb b/recipes-devtools/python/python-docker-pycreds_0.4.0.bb new file mode 100644 index 00000000..6dc45219 --- /dev/null +++ b/recipes-devtools/python/python-docker-pycreds_0.4.0.bb @@ -0,0 +1,3 @@ +inherit pypi setuptools +require python-docker-pycreds.inc + diff --git a/recipes-devtools/python/python3-docker-pycreds_0.3.0.bb b/recipes-devtools/python/python3-docker-pycreds_0.3.0.bb deleted file mode 100644 index 75a83e06..00000000 --- a/recipes-devtools/python/python3-docker-pycreds_0.3.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit pypi setuptools3 -require python-docker-pycreds.inc - diff --git a/recipes-devtools/python/python3-docker-pycreds_0.4.0.bb b/recipes-devtools/python/python3-docker-pycreds_0.4.0.bb new file mode 100644 index 00000000..75a83e06 --- /dev/null +++ b/recipes-devtools/python/python3-docker-pycreds_0.4.0.bb @@ -0,0 +1,3 @@ +inherit pypi setuptools3 +require python-docker-pycreds.inc + -- cgit v1.2.3-54-g00ecf