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/python3-django_4.1.6.bb | |
| 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/python3-django_4.1.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_4.1.6.bb | 9 |
1 files changed, 0 insertions, 9 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.6.bb deleted file mode 100644 index e54398c456..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_4.1.6.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | require python-django.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "bceb0fe1a386781af0788cae4108622756cd05e7775448deec04a71ddf87685d" | ||
| 5 | |||
| 6 | RDEPENDS:${PN} += "\ | ||
| 7 | ${PYTHON_PN}-sqlparse \ | ||
| 8 | ${PYTHON_PN}-asgiref \ | ||
| 9 | " | ||
