summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-11-01 10:47:55 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-01 17:22:53 -0700
commit2a679e2182bda8e29c91e861aec2909325c2b7be (patch)
treed52b17e938aead905748112e33899307f937bf09 /meta-python/recipes-devtools/python/python-lazy-object-proxy.inc
parentb01103c6d14e236a6db56bf60f2bcf02d97de6d0 (diff)
downloadmeta-openembedded-2a679e2182bda8e29c91e861aec2909325c2b7be.tar.gz
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 <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-lazy-object-proxy.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-lazy-object-proxy.inc8
1 files changed, 5 insertions, 3 deletions
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 b88afce0e..bbbd66ce6 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"
2HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/" 2HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4SECTION = "devel/python" 4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=ec680df42d8ad56427a83308817658cc" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf"
6 6
7SRC_URI[md5sum] = "e128152b76eb5b9ba759504936139fd0" 7DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
8SRC_URI[sha256sum] = "eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a" 8
9SRC_URI[md5sum] = "5c64c06affcd2a7c6ddc848af4280cca"
10SRC_URI[sha256sum] = "f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"
9 11
10inherit pypi 12inherit pypi