diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-04 20:40:24 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-04 18:54:32 -0800 |
commit | cab232ac5944ee939841830bfae6e7089dc0dbff (patch) | |
tree | daf9f8a3c068a0b908eafd5fc33013079388180a /meta-python | |
parent | 2886e8779dae15bbd7757f60313f5676c47e91e9 (diff) | |
download | meta-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.inc | 11 | ||||
-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" | |||
8 | HOMEPAGE = "http://pycurl.io/" | 8 | HOMEPAGE = "http://pycurl.io/" |
9 | 9 | ||
10 | LICENSE = "LGPLv2 | MIT" | 10 | LICENSE = "LGPLv2 | MIT" |
11 | LIC_FILES_CHKSUM = " \ | 11 | LIC_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 | ||
16 | SRC_URI[md5sum] = "f0ed4c805e8bec734990e2e0ee78568e" | 15 | SRC_URI[md5sum] = "0b387d4609ed20c88baede8579a4d425" |
17 | SRC_URI[sha256sum] = "6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e" | 16 | SRC_URI[sha256sum] = "ec7dd291545842295b7b56c12c90ffad2976cc7070c98d7b1517b7b6cd5994b3" |
18 | 17 | ||
19 | inherit pypi | 18 | inherit 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 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-pycurl.inc | 2 | require python-pycurl.inc |
3 | |||