summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-04 20:40:24 +0000
committerKhem Raj <raj.khem@gmail.com>2020-03-04 18:54:32 -0800
commitcab232ac5944ee939841830bfae6e7089dc0dbff (patch)
treedaf9f8a3c068a0b908eafd5fc33013079388180a /meta-python
parent2886e8779dae15bbd7757f60313f5676c47e91e9 (diff)
downloadmeta-openembedded-cab232ac5944ee939841830bfae6e7089dc0dbff.tar.gz
python3-pycurl: upgrade 7.43.0.3 -> 7.43.0.5
License-Update: copyright years updated -Copyright (C) 2013-2019 by Oleg Pudeyev <oleg at bsdpower.com> +Copyright (C) 2013-2020 by Oleg Pudeyev <oleg at bsdpower.com> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-pycurl.inc11
-rw-r--r--meta-python/recipes-devtools/python/python3-pycurl_7.43.0.5.bb (renamed from meta-python/recipes-devtools/python/python3-pycurl_7.43.0.3.bb)1
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycurl.inc b/meta-python/recipes-devtools/python/python-pycurl.inc
index ac9a370c4..0f661434c 100644
--- a/meta-python/recipes-devtools/python/python-pycurl.inc
+++ b/meta-python/recipes-devtools/python/python-pycurl.inc
@@ -8,13 +8,12 @@ SECTION = "devel/python"
8HOMEPAGE = "http://pycurl.io/" 8HOMEPAGE = "http://pycurl.io/"
9 9
10LICENSE = "LGPLv2 | MIT" 10LICENSE = "LGPLv2 | MIT"
11LIC_FILES_CHKSUM = " \ 11LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \
12 file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ 12 file://COPYING-MIT;md5=60872a112595004233b769b6cbfd65b6 \
13 file://COPYING-MIT;md5=2df767ed35d8ea83de4a93feb55e7815 \ 13 "
14"
15 14
16SRC_URI[md5sum] = "f0ed4c805e8bec734990e2e0ee78568e" 15SRC_URI[md5sum] = "0b387d4609ed20c88baede8579a4d425"
17SRC_URI[sha256sum] = "6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e" 16SRC_URI[sha256sum] = "ec7dd291545842295b7b56c12c90ffad2976cc7070c98d7b1517b7b6cd5994b3"
18 17
19inherit pypi 18inherit pypi
20 19
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.3.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.5.bb
index 5ad319ae2..c98b7d6f6 100644
--- a/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.5.bb
@@ -1,2 +1,3 @@
1inherit setuptools3 1inherit setuptools3
2require python-pycurl.inc 2require python-pycurl.inc
3