All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Python recipe upgrades (mako, numpy)
@ 2026-08-10 13:57 Jaipaul Cheernam
  2026-08-10 13:57 ` [PATCH 1/2] python3-mako: upgrade 1.3.12 -> 1.4.1 Jaipaul Cheernam
  2026-08-10 13:57 ` [PATCH 2/2] python3-numpy: upgrade 2.5.1 -> 2.5.2 Jaipaul Cheernam
  0 siblings, 2 replies; 3+ messages in thread
From: Jaipaul Cheernam @ 2026-08-10 13:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jaipaul Cheernam

This series upgrades the following Python recipes:

- python3-mako: 1.3.12 -> 1.4.1
- python3-numpy: 2.5.1 -> 2.5.2

Jaipaul Cheernam (2):
  python3-mako: upgrade 1.3.12 -> 1.4.1
  python3-numpy: upgrade 2.5.1 -> 2.5.2

 .../python/{python3-mako_1.3.12.bb => python3-mako_1.4.1.bb}  | 4 ++--
 .../python/{python3-numpy_2.5.1.bb => python3-numpy_2.5.2.bb} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-mako_1.3.12.bb => python3-mako_1.4.1.bb} (78%)
 rename meta/recipes-devtools/python/{python3-numpy_2.5.1.bb => python3-numpy_2.5.2.bb} (97%)



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

* [PATCH 1/2] python3-mako: upgrade 1.3.12 -> 1.4.1
  2026-08-10 13:57 [PATCH 0/2] Python recipe upgrades (mako, numpy) Jaipaul Cheernam
@ 2026-08-10 13:57 ` Jaipaul Cheernam
  2026-08-10 13:57 ` [PATCH 2/2] python3-numpy: upgrade 2.5.1 -> 2.5.2 Jaipaul Cheernam
  1 sibling, 0 replies; 3+ messages in thread
From: Jaipaul Cheernam @ 2026-08-10 13:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jaipaul Cheernam

ChangeLog: https://docs.makotemplates.org/en/latest/changelog.html#change-1.4.2

Compare log: https://github.com/sqlalchemy/mako/compare/rel_1_3_12...rel_1_4_1

License-Update: Copyright years updated.

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 .../python/{python3-mako_1.3.12.bb => python3-mako_1.4.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-mako_1.3.12.bb => python3-mako_1.4.1.bb} (78%)

diff --git a/meta/recipes-devtools/python/python3-mako_1.3.12.bb b/meta/recipes-devtools/python/python3-mako_1.4.1.bb
similarity index 78%
rename from meta/recipes-devtools/python/python3-mako_1.3.12.bb
rename to meta/recipes-devtools/python/python3-mako_1.4.1.bb
index b2c1a8dad8..a13540839a 100644
--- a/meta/recipes-devtools/python/python3-mako_1.3.12.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.4.1.bb
@@ -2,13 +2,13 @@ SUMMARY = "Templating library for Python"
 HOMEPAGE = "http://www.makotemplates.org/"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=73026b50800163bd3c75cfdc121d9eb5"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c79ceff89df0a72f29bb0e1b6f0e36ed"
 
 PYPI_PACKAGE = "mako"
 
 inherit pypi python_setuptools_build_meta ptest-python-pytest
 
-SRC_URI[sha256sum] = "9f778e93289bd410bb35daadeb4fc66d95a746f0b75777b942088b7fd7af550a"
+SRC_URI[sha256sum] = "d7904710b662996425a21627710c4777c45053146942cf8a7aebf757c92b8c27"
 
 RDEPENDS:${PN} = "python3-html \
                   python3-markupsafe \


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

* [PATCH 2/2] python3-numpy: upgrade 2.5.1 -> 2.5.2
  2026-08-10 13:57 [PATCH 0/2] Python recipe upgrades (mako, numpy) Jaipaul Cheernam
  2026-08-10 13:57 ` [PATCH 1/2] python3-mako: upgrade 1.3.12 -> 1.4.1 Jaipaul Cheernam
@ 2026-08-10 13:57 ` Jaipaul Cheernam
  1 sibling, 0 replies; 3+ messages in thread
From: Jaipaul Cheernam @ 2026-08-10 13:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jaipaul Cheernam

ChangeLog: https://github.com/numpy/numpy/blob/v2.5.2/doc/changelog/2.5.2-changelog.rst

ReleaseNotes: https://github.com/numpy/numpy/blob/v2.5.2/doc/source/release/2.5.2-notes.rst

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 .../python/{python3-numpy_2.5.1.bb => python3-numpy_2.5.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-numpy_2.5.1.bb => python3-numpy_2.5.2.bb} (97%)

diff --git a/meta/recipes-devtools/python/python3-numpy_2.5.1.bb b/meta/recipes-devtools/python/python3-numpy_2.5.2.bb
similarity index 97%
rename from meta/recipes-devtools/python/python3-numpy_2.5.1.bb
rename to meta/recipes-devtools/python/python3-numpy_2.5.2.bb
index 88786dc016..b0c0e85c67 100644
--- a/meta/recipes-devtools/python/python3-numpy_2.5.1.bb
+++ b/meta/recipes-devtools/python/python3-numpy_2.5.2.bb
@@ -10,7 +10,7 @@ SRCNAME = "numpy"
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
            file://run-ptest \
            "
-SRC_URI[sha256sum] = "a48a113e6afea91f5608793bafa7ef2ad481fefbda87ec5069f483de61cb9fa3"
+SRC_URI[sha256sum] = "d482d171c406ae88c5b19cad3b6a1c4c5209f886ab74bc44c2c865c23f52d860"
 
 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"


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

end of thread, other threads:[~2026-08-10 13:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-10 13:57 [PATCH 0/2] Python recipe upgrades (mako, numpy) Jaipaul Cheernam
2026-08-10 13:57 ` [PATCH 1/2] python3-mako: upgrade 1.3.12 -> 1.4.1 Jaipaul Cheernam
2026-08-10 13:57 ` [PATCH 2/2] python3-numpy: upgrade 2.5.1 -> 2.5.2 Jaipaul Cheernam

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.