diff mbox series

[meta-oe,1/2] python3-django: Upgrade 5.2.6 -> 5.2.7

Message ID 20251012005736.3294355-1-ankur.tyagi85@gmail.com
State Under Review
Headers show
Series [meta-oe,1/2] python3-django: Upgrade 5.2.6 -> 5.2.7 | expand

Commit Message

Ankur Tyagi Oct. 12, 2025, 12:57 a.m. UTC
Release notes:
https://docs.djangoproject.com/en/5.2/releases/5.2.7/

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../python/{python3-django_5.2.6.bb => python3-django_5.2.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-django_5.2.6.bb => python3-django_5.2.7.bb} (60%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.6.bb b/meta-python/recipes-devtools/python/python3-django_5.2.7.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-django_5.2.6.bb
rename to meta-python/recipes-devtools/python/python3-django_5.2.7.bb
index 644d825705..a0589d9916 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.2.6.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.7.bb
@@ -1,7 +1,7 @@ 
 require python3-django.inc
 inherit python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "da5e00372763193d73cecbf71084a3848458cecf4cee36b9a1e8d318d114a87b"
+SRC_URI[sha256sum] = "e0f6f12e2551b1716a95a63a1366ca91bbcd7be059862c1b18f989b1da356cdd"
 
 RDEPENDS:${PN} += "\
     python3-sqlparse \