From 01318c106ccfd1e0218f5f0a35891905919c7ab2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Jul 2026 17:44:38 +0800 Subject: [PATCH] python3-twitter: upgrade 4.16.0 -> 4.17.0 Changelog: ============ - Add reset_time parameter to TooManyRequests - Replace deprecated datetime.utcnow() in MongodbCache.store Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-twitter_4.16.0.bb => python3-twitter_4.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-twitter_4.16.0.bb => python3-twitter_4.17.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.17.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb rename to meta-python/recipes-devtools/python/python3-twitter_4.17.0.bb index ad05e0ac47..5386e90d42 100644 --- a/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb +++ b/meta-python/recipes-devtools/python/python3-twitter_4.17.0.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Python module to support twitter API" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=48c84b17f84a9a623754604ab73f28fe" -SRC_URI[sha256sum] = "1d95cbdc50bf6353a387f881f2584eaf60d14e00dbbdd8872a73de79c66878e3" +SRC_URI[sha256sum] = "c232e9fffa0b15b81d5ff8ec59d46af85e330285ffc3e64614d2418fb9af71b5" PYPI_PACKAGE = "tweepy"