[meta-python][PATCH 2/4] python3-frozenlist: Upgrade 1.3.0 -> 1.3.1
Upgrade to release 1.3.1:
- The published source distribution package became buildable under Python 3.11. Signed-off-by: Leon Anavi <leon.anavi@...> --- ...{python3-frozenlist_1.3.0.bb => python3-frozenlist_1.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-frozenlist_1.3.0.bb => python3-frozenlist_1.3.1.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.3.1.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb rename to meta-python/recipes-devtools/python/python3-frozenlist_1.3.1.bb index 4dd77383b..b95a014f5 100644 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.3.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/frozenlist" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" -SRC_URI[sha256sum] = "ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b" +SRC_URI[sha256sum] = "3a735e4211a04ccfa3f4833547acdf5d2f863bfeb01cfd3edaffbc251f15cec8" inherit pypi python_setuptools_build_meta -- 2.30.2
|
|