From 955ac83b7f94e83aa7289b1f89949371a70c56fe Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sun, 12 Oct 2025 13:57:35 +1300 Subject: python3-django: Upgrade 5.2.6 -> 5.2.7 Release notes: https://docs.djangoproject.com/en/5.2/releases/5.2.7/ Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_5.2.6.bb | 9 --------- meta-python/recipes-devtools/python/python3-django_5.2.7.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.7.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.6.bb b/meta-python/recipes-devtools/python/python3-django_5.2.6.bb deleted file mode 100644 index 644d825705..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.2.6.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python3-django.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "da5e00372763193d73cecbf71084a3848458cecf4cee36b9a1e8d318d114a87b" - -RDEPENDS:${PN} += "\ - python3-sqlparse \ - python3-asgiref \ -" diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.7.bb b/meta-python/recipes-devtools/python/python3-django_5.2.7.bb new file mode 100644 index 0000000000..a0589d9916 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.2.7.bb @@ -0,0 +1,9 @@ +require python3-django.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "e0f6f12e2551b1716a95a63a1366ca91bbcd7be059862c1b18f989b1da356cdd" + +RDEPENDS:${PN} += "\ + python3-sqlparse \ + python3-asgiref \ +" -- cgit v1.2.3-54-g00ecf