From patchwork Wed May 31 10:02:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: nmali X-Patchwork-Id: 24880 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDFA8C7EE24 for ; Wed, 31 May 2023 10:03:22 +0000 (UTC) Received: from mx0b-0064b401.pphosted.com (mx0b-0064b401.pphosted.com [205.220.178.238]) by mx.groups.io with SMTP id smtpd.web10.10419.1685527401046094834 for ; Wed, 31 May 2023 03:03:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@windriver.com header.s=pps06212021 header.b=GpzbAYLj; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: windriver.com, ip: 205.220.178.238, mailfrom: prvs=5515a05663=narpat.mali@windriver.com) Received: from pps.filterd (m0250812.ppops.net [127.0.0.1]) by mx0a-0064b401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 34V4eLi3012919 for ; Wed, 31 May 2023 10:03:20 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=windriver.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=PPS06212021; bh=m91E+1CuFtjDDShhNMC00SLxbxpLX2V3IdDcefMWN0k=; b=GpzbAYLjsNGbTL3+BXCDQ60UziKkAoD9MexGe9J9Y9yN1pWPUMynq9XCDy2sZE0Bpdaq leBA6moaZkQ4afWBBkqNkS0x9EZ+V+MYf9c8lIFhzeS9Up/t9KXcyrj0gqg41kQiVdIr sbS937MrsVYOKpxsKKE+zjXG7atspGFQ/NoCRLenRHFb/EjEPwepyPcIcTDUF/NMo+zF duAmGZRcXM6GgLdxZKoGymzU5/ucwDhufGoYRMD/Lr5UEp1dizKPuxAKGHN3u5ElvibR bvBjNW9jxS+JZlDtic5tRChr2OVdZHo+K4O0yiVJvuSDLD5kbhFW2kidIHm/3j6qbgxs EA== Received: from ala-exchng01.corp.ad.wrs.com (unknown-82-252.windriver.com [147.11.82.252]) by mx0a-0064b401.pphosted.com (PPS) with ESMTPS id 3qu8u8kjst-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Wed, 31 May 2023 10:03:20 +0000 Received: from blr-linux-engg1.wrs.com (147.11.136.210) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Wed, 31 May 2023 03:03:17 -0700 From: nmali To: CC: Subject: [meta-python][kirkstone][PATCH 1/1] python3-django: upgrade 4.0.2 -> 4.2.1 Date: Wed, 31 May 2023 10:02:57 +0000 Message-ID: <20230531100257.3467702-1-narpat.mali@windriver.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-Originating-IP: [147.11.136.210] X-ClientProxiedBy: ALA-EXCHNG02.corp.ad.wrs.com (147.11.82.254) To ala-exchng01.corp.ad.wrs.com (147.11.82.252) X-Proofpoint-ORIG-GUID: _SJEe8imADLifuNR0UqFmX3RBwNpnvSJ X-Proofpoint-GUID: _SJEe8imADLifuNR0UqFmX3RBwNpnvSJ X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-05-31_06,2023-05-30_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 clxscore=1015 malwarescore=0 bulkscore=0 mlxlogscore=999 impostorscore=0 suspectscore=0 adultscore=0 phishscore=0 spamscore=0 priorityscore=1501 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2304280000 definitions=main-2305310087 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 31 May 2023 10:03:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103029 From: Narpat Mali Django 4.2* is designated as a long-term support release. It will receive security updates for at least three years after its release. The delta between 4.0.2 and 4.2.1 contain numerous CVEs and other bugfixes. Release Notes: https://docs.djangoproject.com/en/dev/releases/ Signed-off-by: Narpat Mali --- .../python/{python3-django_4.0.2.bb => python3-django_4.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.0.2.bb => python3-django_4.2.1.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-django_4.0.2.bb b/meta-python/recipes-devtools/python/python3-django_4.2.1.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-django_4.0.2.bb rename to meta-python/recipes-devtools/python/python3-django_4.2.1.bb index 690b9809dc..4daca65eb5 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.2.1.bb @@ -1,7 +1,7 @@ require python-django.inc inherit setuptools3 -SRC_URI[sha256sum] = "110fb58fb12eca59e072ad59fc42d771cd642dd7a2f2416582aa9da7a8ef954a" +SRC_URI[sha256sum] = "7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c" RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \