diff mbox series

[meta-python,wrynose,2/10] python3-django: upgrade 5.2.16 -> 5.2.17

Message ID 20260914031300.3677365-2-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-python,wrynose,1/10] python3-django: upgrade 6.0.7 -> 6.0.8 | expand

Commit Message

Ankur Tyagi Sept. 14, 2026, 3:12 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Also revert bump in the minimum setuptools version.

Release Notes:
https://docs.djangoproject.com/en/dev/releases/5.2.17/

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../recipes-devtools/python/python3-django_5.2.16.bb       | 5 -----
 .../recipes-devtools/python/python3-django_5.2.17.bb       | 7 +++++++
 2 files changed, 7 insertions(+), 5 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.16.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.17.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.16.bb b/meta-python/recipes-devtools/python/python3-django_5.2.16.bb
deleted file mode 100644
index 2629ff3714..0000000000
--- a/meta-python/recipes-devtools/python/python3-django_5.2.16.bb
+++ /dev/null
@@ -1,5 +0,0 @@ 
-require python3-django.inc
-inherit python_setuptools_build_meta
-
-SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch"
-SRC_URI[sha256sum] = "59ea02020c3136fce14bef0bbece21a10a4febef5eed1c51c22ae468efa22200"
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.17.bb b/meta-python/recipes-devtools/python/python3-django_5.2.17.bb
new file mode 100644
index 0000000000..3f49bfcaea
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.17.bb
@@ -0,0 +1,7 @@ 
+require python3-django.inc
+inherit python_setuptools_build_meta
+
+SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch \
+            file://0001-Revert-Bumped-minimum-setuptools-version-to-83.patch \
+"
+SRC_URI[sha256sum] = "9d4d93be539a18ab80d058eb515900e10951e04c537c5a6b394fc49528d3251f"