From 2a679e2182bda8e29c91e861aec2909325c2b7be Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 1 Nov 2019 10:47:55 +0800 Subject: python-lazy-object-proxy: upgrade 1.3.1 -> 1.4.3 -License-Update: Copyright year updated to 2019. -Add setuptools_scm native recipe to DEPENDS. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-lazy-object-proxy.inc | 8 +++++--- .../recipes-devtools/python/python-lazy-object-proxy_1.3.1.bb | 2 -- .../recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb | 2 ++ .../recipes-devtools/python/python3-lazy-object-proxy_1.3.1.bb | 2 -- .../recipes-devtools/python/python3-lazy-object-proxy_1.4.3.bb | 2 ++ 5 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lazy-object-proxy_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.4.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc b/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc index b88afce0e0..bbbd66ce62 100644 --- a/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc +++ b/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc @@ -2,9 +2,11 @@ SUMMARY = "A fast and thorough lazy object proxy" HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/" LICENSE = "BSD-2-Clause" SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ec680df42d8ad56427a83308817658cc" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf" -SRC_URI[md5sum] = "e128152b76eb5b9ba759504936139fd0" -SRC_URI[sha256sum] = "eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a" +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" + +SRC_URI[md5sum] = "5c64c06affcd2a7c6ddc848af4280cca" +SRC_URI[sha256sum] = "f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.3.1.bb b/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.3.1.bb deleted file mode 100644 index df4d60bffe..0000000000 --- a/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.3.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-lazy-object-proxy.inc diff --git a/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb b/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb new file mode 100644 index 0000000000..df4d60bffe --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lazy-object-proxy.inc diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.3.1.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.3.1.bb deleted file mode 100644 index 150e12fd46..0000000000 --- a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.3.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-lazy-object-proxy.inc diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.4.3.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.4.3.bb new file mode 100644 index 0000000000..150e12fd46 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.4.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-lazy-object-proxy.inc -- cgit v1.2.3-54-g00ecf