diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-22 10:22:20 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-21 20:02:42 -0700 |
| commit | b9caa4a1be45623441db76c5bbda1fa59c3266c3 (patch) | |
| tree | d6e45a253eec366a441e8a8f7fdb5ac5589916d2 /meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb | |
| parent | 0fe55ce6a00f15861f3bae821409818117a5041f (diff) | |
| download | meta-openembedded-b9caa4a1be45623441db76c5bbda1fa59c3266c3.tar.gz | |
python3-requests-file: upgrade 2.1.0 -> 3.0.0
Changelog:
==========
- Add data needed for Response.raise_for_status (github PR #42)
- Add type annotations
- Change URLs to migrate to codeberg.org
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb new file mode 100644 index 0000000000..a9b10c919e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "File transport adapter for Requests" | ||
| 2 | HOMEPAGE = "https://github.com/dashea/requests-file" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "68789589cfde7098e8933fe3e69bbd864f7f0c22f118937b424d94d0e1b7760f" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "requests_file" | ||
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 12 | |||
| 13 | DEPENDS += "python3-setuptools-scm-native" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += " \ | ||
| 16 | python3-requests \ | ||
| 17 | " | ||
| 18 | |||
