diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-10-07 10:16:07 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 22:08:46 -0700 |
commit | 64f25a76634873926f610dfa6ea9a806e4a0601f (patch) | |
tree | 43c6b2839b524eafc552638439328981ac78be40 /meta-python/recipes-devtools/python/python3-django.inc | |
parent | 24ad0ea9105dbb678ee08e19221a67f174eb750d (diff) | |
download | meta-openembedded-64f25a76634873926f610dfa6ea9a806e4a0601f.tar.gz |
python3-django: Upgrade 5.2 -> 5.2.6
Release notes:
https://docs.djangoproject.com/en/5.2/releases/5.2.6/
https://docs.djangoproject.com/en/5.2/releases/5.2.5/
https://docs.djangoproject.com/en/5.2/releases/5.2.4/
https://docs.djangoproject.com/en/5.2/releases/5.2.3/
https://docs.djangoproject.com/en/5.2/releases/5.2.2/
https://docs.djangoproject.com/en/5.2/releases/5.2.1/
Drop patch 0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch:
already present in the upgraded version.
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-django.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc index cde32be477..c6475d2079 100644 --- a/meta-python/recipes-devtools/python/python3-django.inc +++ b/meta-python/recipes-devtools/python/python3-django.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://www.djangoproject.com/" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" |
5 | 5 | ||
6 | PYPI_PACKAGE = "Django" | 6 | PYPI_PACKAGE = "django" |
7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |