diff mbox series

python3-pyyaml: upgrade 6.0 -> 6.0.1

Message ID 20230723154524.3967369-1-tim.orling@konsulko.com
State Accepted, archived
Commit 3480d13959652908b34b929158f1cf4e56c014bf
Headers show
Series python3-pyyaml: upgrade 6.0 -> 6.0.1 | expand

Commit Message

Tim Orling July 23, 2023, 3:45 p.m. UTC
No changelog provided; new commits are:

c42fa3b (tag: 6.0.1, origin/release/6.0) 6.0.1 release
ae08bdc block Cython 3.0+ as a build dep (#702)
f873cfe Add python 3.11 support (#663)

https://github.com/yaml/pyyaml/compare/6.0...6.0.1

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 .../python/{python3-pyyaml_6.0.bb => python3-pyyaml_6.0.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pyyaml_6.0.bb => python3-pyyaml_6.0.1.bb} (81%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pyyaml_6.0.bb b/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-pyyaml_6.0.bb
rename to meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb
index d142a0fc3e..4ab8f038f4 100644
--- a/meta/recipes-devtools/python/python3-pyyaml_6.0.bb
+++ b/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb
@@ -9,7 +9,7 @@  PYPI_PACKAGE = "PyYAML"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
+SRC_URI[sha256sum] = "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-datetime \