[meta-python] python3-itsdangerous: upgrade 2.1.0 -> 2.1.1

Message ID 1647570401-7286-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-itsdangerous: upgrade 2.1.0 -> 2.1.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 18, 2022, 2:26 a.m. UTC
Changelog:
==========
Handle date overflow in timed unsign.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-itsdangerous_2.1.0.bb => python3-itsdangerous_2.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-itsdangerous_2.1.0.bb => python3-itsdangerous_2.1.1.bb} (82%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.0.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-itsdangerous_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-itsdangerous_2.1.1.bb
index 30d23c6569..ef1d7cc07b 100644
--- a/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.1.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=4cda9a0ebd516714f360b0e9418cfb37"
 
-SRC_URI[sha256sum] = "d848fcb8bc7d507c4546b448574e8a44fc4ea2ba84ebf8d783290d53e81992f5"
+SRC_URI[sha256sum] = "7b7d3023cd35d9cb0c1fd91392f8c95c6fa02c59bf8ad64b8849be3401b95afb"
 
 inherit pypi setuptools3