summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-02-14 18:18:15 +0200
committerKhem Raj <raj.khem@gmail.com>2025-02-14 20:27:18 -0800
commit0d0270c57721bb4747561a1778ba031147dd60c4 (patch)
tree8d96ec8e9ef6a5c328125dee5cd9c9f284a3b51f /meta-python
parent41a4ebf819f2ab18c03389a904e348192bac33a9 (diff)
downloadmeta-openembedded-0d0270c57721bb4747561a1778ba031147dd60c4.tar.gz
python3-requests-futures: Upgrade 1.0.1 -> 1.0.2
Upgrade to release 1.0.2: - Correct setup.py email addr Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-futures_1.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.2.bb
index 28f034f7e3..5714c3498d 100644
--- a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.2.bb
@@ -3,7 +3,9 @@ HOMEPAGE = "https://github.com/ross/requests-futures"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e1e50798d0afe0e1f87594c6619a2fa5" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e1e50798d0afe0e1f87594c6619a2fa5"
5 5
6SRC_URI[sha256sum] = "f55a4ef80070e2858e7d1e73123d2bfaeaf25b93fd34384d8ddf148e2b676373" 6SRC_URI[sha256sum] = "6b7eb57940336e800faebc3dab506360edec9478f7b22dc570858ad3aa7458da"
7
8PYPI_PACKAGE = "requests_futures"
7 9
8inherit pypi setuptools3 10inherit pypi setuptools3
9 11