openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [OE-core] [PATCH] python3-git: upgrade 3.1.24 -> 3.1.26
@ 2022-01-17 14:31 Wang Mingyu
  2022-01-17 14:31 ` [OE-core] [PATCH] python3-numpy: upgrade 1.22.0 -> 1.22.1 Wang Mingyu
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Mingyu @ 2022-01-17 14:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
=========
Fixes a leaked file descriptor when reading the index, which would cause make
writing a previously read index on windows impossible.
See https://github.com/gitpython-developers/GitPython/issues/1395 for details.

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

diff --git a/meta/recipes-devtools/python/python3-git_3.1.24.bb b/meta/recipes-devtools/python/python3-git_3.1.26.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-git_3.1.24.bb
rename to meta/recipes-devtools/python/python3-git_3.1.26.bb
index 445c7b0235..b6171a0e4d 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.24.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.26.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5"
+SRC_URI[sha256sum] = "fc8868f63a2e6d268fb25f481995ba185a85a66fcad126f039323ff6635669ee"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"
 
-- 
2.25.1



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

* [OE-core] [PATCH] python3-numpy: upgrade 1.22.0 -> 1.22.1
  2022-01-17 14:31 [OE-core] [PATCH] python3-git: upgrade 3.1.24 -> 3.1.26 Wang Mingyu
@ 2022-01-17 14:31 ` Wang Mingyu
  0 siblings, 0 replies; 2+ messages in thread
From: Wang Mingyu @ 2022-01-17 14:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

License-Update: year updated to 2022.

Changelog:
=========
The NumPy 1.22.1 is maintenance release that fixes bugs discovered after
the 1.22.0 release. Notable fixes are:

Fix f2PY docstring problems
Fix reduction type problems
Fix various typing bugs.
The Python versions supported for this release are 3.8-3.10.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-numpy_1.22.0.bb => python3-numpy_1.22.1.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-numpy_1.22.0.bb => python3-numpy_1.22.1.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-numpy_1.22.0.bb b/meta/recipes-devtools/python/python3-numpy_1.22.1.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-numpy_1.22.0.bb
rename to meta/recipes-devtools/python/python3-numpy_1.22.1.bb
index 556e2dd5c9..b79ce61fbf 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.22.0.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.22.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://numpy.org/"
 DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python."
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b076ad374a7d311ba3126a22b2d52596"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8026691468924fb6ec155dadfe2a1a7f"
 
 SRCNAME = "numpy"
 
@@ -13,7 +13,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S
            file://run-ptest \
            file://0001-numpy-core-setup.py-disable-svml-for-now.patch \
            "
-SRC_URI[sha256sum] = "f2be14ba396780a6f662b8ba1a24466c9cf18a6a386174f614668e58387a13d7"
+SRC_URI[sha256sum] = "dd1968402ae20dfd59b34acd799b494be340c774f6295e9bf1c2b9842a5e416d"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
-- 
2.25.1



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

end of thread, other threads:[~2022-01-17 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17 14:31 [OE-core] [PATCH] python3-git: upgrade 3.1.24 -> 3.1.26 Wang Mingyu
2022-01-17 14:31 ` [OE-core] [PATCH] python3-numpy: upgrade 1.22.0 -> 1.22.1 Wang Mingyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).