diff options
author | Pascal Bach <pascal.bach@nextrem.ch> | 2017-07-19 17:33:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:58:53 +0200 |
commit | c00f87f211b7cbf196d314e356ce982073723a87 (patch) | |
tree | 5fe8cc0766f6c39152f05c82ec276dac7cc5dbe5 /meta-python/recipes-devtools/python | |
parent | 1864ea6ee95ec03fb5876df21f7e9a0d166efe42 (diff) | |
download | meta-openembedded-c00f87f211b7cbf196d314e356ce982073723a87.tar.gz |
python-requests, python3-requests: update to 2.28.1
The copyright year changed in the license file.
Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-requests.inc | 10 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-requests_2.18.1.bb (renamed from meta-python/recipes-devtools/python/python-requests_2.13.0.bb) | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-requests_2.18.1.bb (renamed from meta-python/recipes-devtools/python/python3-requests_2.13.0.bb) | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index b66f66e11..81819bf24 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc | |||
@@ -1,10 +1,12 @@ | |||
1 | DESCRIPTION = "Python HTTP for Humans." | 1 | DESCRIPTION = "Python HTTP for Humans." |
2 | HOMEPAGE = "http://python-requests.org" | 2 | HOMEPAGE = "http://python-requests.org" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9bb3515869c0f426cb8441c899ae7f5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=979d6a23b143e13ea0e5e3aa81248820" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "921ec6b48f2ddafc8bb6160957baf444" | 6 | SRC_URI[md5sum] = "40f723ed01dddeaf990d0609d073f021" |
7 | SRC_URI[sha256sum] = "5722cd09762faa01276230270ff16af7acf7c5c45d623868d9ba116f15791ce8" | 7 | SRC_URI[sha256sum] = "c6f3bdf4a4323ac7b45d01e04a6f6c20e32a052cd04de81e05103abc049ad9b9" |
8 | |||
9 | inherit pypi | ||
8 | 10 | ||
9 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS_${PN} += " \ |
10 | ${PYTHON_PN}-email \ | 12 | ${PYTHON_PN}-email \ |
@@ -15,6 +17,8 @@ RDEPENDS_${PN} += " \ | |||
15 | ${PYTHON_PN}-pyopenssl \ | 17 | ${PYTHON_PN}-pyopenssl \ |
16 | ${PYTHON_PN}-pysocks \ | 18 | ${PYTHON_PN}-pysocks \ |
17 | ${PYTHON_PN}-urllib3 \ | 19 | ${PYTHON_PN}-urllib3 \ |
20 | ${PYTHON_PN}-chardet \ | ||
21 | ${PYTHON_PN}-idna \ | ||
18 | " | 22 | " |
19 | 23 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python-requests_2.13.0.bb b/meta-python/recipes-devtools/python/python-requests_2.18.1.bb index 627bc95d8..0d7a29f74 100644 --- a/meta-python/recipes-devtools/python/python-requests_2.13.0.bb +++ b/meta-python/recipes-devtools/python/python-requests_2.18.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit pypi setuptools | 1 | inherit setuptools |
2 | require python-requests.inc | 2 | require python-requests.inc |
3 | 3 | ||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-zlib" | 4 | RDEPENDS_${PN} += "${PYTHON_PN}-zlib" |
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.18.1.bb index 5e869b788..d91d993bf 100644 --- a/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests_2.18.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit setuptools3 |
2 | require python-requests.inc | 2 | require python-requests.inc |
3 | 3 | ||
4 | # Add the runtime depends for selectors.py | 4 | # Add the runtime depends for selectors.py |