diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-27 16:05:53 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-27 09:43:08 -0800 |
| commit | 34e79352096a1ba5bec9147567e4875063a3c5af (patch) | |
| tree | 484512c6dd378476b5aa526673a951c43564f721 /meta-python/recipes-devtools/python | |
| parent | f3ee9a18df8acd79718be86de6255054b84a4031 (diff) | |
| download | meta-openembedded-34e79352096a1ba5bec9147567e4875063a3c5af.tar.gz | |
python3-django: upgrade 4.1.6 -> 4.1.7
Changelog:
==========
fixes a security issue with severity "moderate" (CVE-2023-24580)
Fixed a bug in Django 4.1 that caused a crash of model validation on ValidationError with no code (#34319).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_4.1.7.bb (renamed from meta-python/recipes-devtools/python/python3-django_4.1.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.1.6.bb b/meta-python/recipes-devtools/python/python3-django_4.1.7.bb index e54398c456..be806eefaa 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.1.6.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.1.7.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require python-django.inc | 1 | require python-django.inc |
| 2 | inherit setuptools3 | 2 | inherit setuptools3 |
| 3 | 3 | ||
| 4 | SRC_URI[sha256sum] = "bceb0fe1a386781af0788cae4108622756cd05e7775448deec04a71ddf87685d" | 4 | SRC_URI[sha256sum] = "44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8" |
| 5 | 5 | ||
| 6 | RDEPENDS:${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
| 7 | ${PYTHON_PN}-sqlparse \ | 7 | ${PYTHON_PN}-sqlparse \ |
