[meta-python,5/5] python3-frozenlist: Upgrade 1.2.0 -> 1.3.0

Message ID 20220119121858.1575699-5-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-aenum: Upgrade 3.1.5 -> 3.1.6 | expand

Commit Message

Leon Anavi Jan. 19, 2022, 12:18 p.m. UTC
Upgrade to release 1.3.0:

- Do not install C sources with binary distributions
- Dropped Python 3.6 support

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...{python3-frozenlist_1.2.0.bb => python3-frozenlist_1.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-frozenlist_1.2.0.bb => python3-frozenlist_1.3.0.bb} (78%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb
rename to meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb
index e8359418b..e3a932f77 100644
--- a/meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.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] = "68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de"
+SRC_URI[sha256sum] = "ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b"
 
 inherit pypi setuptools3