summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-06-20 16:52:50 +0300
committerKhem Raj <raj.khem@gmail.com>2024-06-20 07:32:55 -0700
commit9b1df8ea162b2f9dcdce500e1cf456d2f7d979cf (patch)
treefca0e0fc80a8610624a1acfc28dfa1ebce345d5a /meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb
parenta8b73a38da69f4d1d2731edeeb569f58c49c4dd9 (diff)
downloadmeta-openembedded-9b1df8ea162b2f9dcdce500e1cf456d2f7d979cf.tar.gz
python3-requests-file: Upgrade 1.5.1 -> 2.1.0
Upgrade to release 2.1.0: - Correct a typo in requests_file.py - Remove dependency on six - Move metadata to pyproject.toml - Correct homepage link in pyproject.toml - Fix black formatting - Set the request property in the returned Response object Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb b/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb
deleted file mode 100644
index 7ff984a933..0000000000
--- a/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "File transport adapter for Requests"
2HOMEPAGE = "http://github.com/dashea/requests-file"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b"
5
6SRC_URI[md5sum] = "c96daf6b0c56687556e8a52748fd896c"
7SRC_URI[sha256sum] = "07d74208d3389d01c38ab89ef403af0cfec63957d53a0081d8eca738d0247d8e"
8
9inherit pypi setuptools3 ptest
10
11SRC_URI += " \
12 file://run-ptest \
13"
14
15RDEPENDS:${PN}-ptest += " \
16 python3-pytest \
17 python3-unittest-automake-output \
18"
19
20do_install_ptest() {
21 install -d ${D}${PTEST_PATH}/tests
22 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
23}
24
25RDEPENDS:${PN} += " \
26 python3-requests \
27"
28