All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-pyyaml: Upgrade 5.3.1 -> 5.4
@ 2021-01-20 11:10 Leon Anavi
  2021-01-20 11:10 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.5 -> 1.12.8 Leon Anavi
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Leon Anavi @ 2021-01-20 11:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.4:

- Build modernization, remove distutils, fix metadata,
  build wheels, CI to GHA
- Fix for CVE-2020-14343, moves arbitrary python tags to
  UnsafeLoader
- Fix memory leak in implicit resolver setup
- Fix py2 copy support for timezone objects
- Fix compatibility with Jython

License-Update: Update year

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-pyyaml_5.3.1.bb => python3-pyyaml_5.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyyaml_5.3.1.bb => python3-pyyaml_5.4.bb} (62%)

diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb b/meta-python/recipes-devtools/python/python3-pyyaml_5.4.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
rename to meta-python/recipes-devtools/python/python3-pyyaml_5.4.bb
index 8cf909304..e46b608f7 100644
--- a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyyaml_5.4.bb
@@ -2,13 +2,13 @@ SUMMARY = "Python support for YAML"
 DEPENDS += "libyaml ${PYTHON_PN}-cython-native"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7bbd28caa69f81f5cd5f48647236663d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079"
 
 PYPI_PACKAGE = "PyYAML"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
+SRC_URI[sha256sum] = "3c49e39ac034fd64fd576d63bb4db53cda89b362768a67f07749d55f128ac18a"
 
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-datetime \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-01-25 12:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 11:10 [meta-python][PATCH 1/5] python3-pyyaml: Upgrade 5.3.1 -> 5.4 Leon Anavi
2021-01-20 11:10 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.5 -> 1.12.8 Leon Anavi
2021-01-25 12:34   ` [oe] " Trevor Gamblin
2021-01-25 12:39   ` Trevor Gamblin
2021-01-20 11:10 ` [meta-python][PATCH 3/5] python3-evdev: Upgrade 1.3.0 -> 1.4.0 Leon Anavi
2021-01-25 12:34   ` [oe] " Trevor Gamblin
2021-01-25 12:39   ` Trevor Gamblin
2021-01-20 11:10 ` [meta-python][PATCH 4/5] python3-pyusb: Upgrade 1.1.0 -> 1.1.1 Leon Anavi
2021-01-25 12:38   ` [oe] " Trevor Gamblin
2021-01-25 12:39   ` Trevor Gamblin
2021-01-20 11:10 ` [meta-python][PATCH 5/5] python3-pyserial: Upgrade 3.4 -> 3.5 Leon Anavi
2021-01-25 12:39   ` [oe] " Trevor Gamblin
2021-01-25 12:33 ` [oe] [meta-python][PATCH 1/5] python3-pyyaml: Upgrade 5.3.1 -> 5.4 Trevor Gamblin
2021-01-25 12:38 ` Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.