diff mbox series

[meta-python,28/32] python3-twitter: upgrade 4.14.0 -> 4.15.0

Message ID 1737360846-4824-28-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/32] cbindgen: update 0.27.0 -> 0.28.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 20, 2025, 8:14 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix error "No module named 'imghdr'" due to removed package in Python 3.13+
- Bump requests-oauthlib to allow v2
- Drop support for Python 3.7 and 3.8

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-twitter_4.14.0.bb => python3-twitter_4.15.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-twitter_4.14.0.bb => python3-twitter_4.15.0.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb
rename to meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb
index 23ea996258..19c4b8680c 100644
--- a/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb
@@ -4,7 +4,7 @@  DESCRIPTION = "Python module to support twitter API"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=9;endline=9;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[sha256sum] = "1f9f1707d6972de6cff6c5fd90dfe6a449cd2e0d70bd40043ffab01e07a06c8c"
+SRC_URI[sha256sum] = "1345cbcdf0a75e2d89f424c559fd49fda4d8cd7be25cd5131e3b57bad8a21d76"
 
 PYPI_PACKAGE = "tweepy"