openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-python][kirkstone][PATCH 1/1] python3-django: upgrade 4.0.2 -> 4.2.1
@ 2023-05-31 10:02 nmali
  2023-06-01 15:51 ` [oe] " Randy MacLeod
  0 siblings, 1 reply; 4+ messages in thread
From: nmali @ 2023-05-31 10:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: hari.gpillai

From: Narpat Mali <narpat.mali@windriver.com>

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 <narpat.mali@windriver.com>
---
 .../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 \
-- 
2.40.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-python][kirkstone][PATCH 1/1] python3-django: upgrade 4.0.2 -> 4.2.1
  2023-05-31 10:02 [meta-python][kirkstone][PATCH 1/1] python3-django: upgrade 4.0.2 -> 4.2.1 nmali
@ 2023-06-01 15:51 ` Randy MacLeod
  2023-06-01 23:55   ` Tim Orling
  0 siblings, 1 reply; 4+ messages in thread
From: Randy MacLeod @ 2023-06-01 15:51 UTC (permalink / raw)
  To: narpat.mali, openembedded-devel, Reyna, David, Armin Kuster; +Cc: hari.gpillai

[-- Attachment #1: Type: text/plain, Size: 2198 bytes --]

On 2023-05-31 06:02, Narpat Mali via lists.openembedded.org wrote:
> From: Narpat Mali<narpat.mali@windriver.com>
>
> 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.

Thanks Narpat.

Also I spoke with David Reyna about this and he suggested that
the 4.x version was added mainly for Toaster support. David
agreed that updating to 4.2 LTS would work for me.

Right David?

../Randy

>
> Release Notes:https://docs.djangoproject.com/en/dev/releases/
>
> Signed-off-by: Narpat Mali<narpat.mali@windriver.com>
> ---
>   .../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 \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#103029):https://lists.openembedded.org/g/openembedded-devel/message/103029
> Mute This Topic:https://lists.openembedded.org/mt/99238868/3616765
> Group Owner:openembedded-devel+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-devel/unsub  [randy.macleod@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

-- 
# Randy MacLeod
# Wind River Linux

[-- Attachment #2: Type: text/html, Size: 3661 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-python][kirkstone][PATCH 1/1] python3-django: upgrade 4.0.2 -> 4.2.1
  2023-06-01 15:51 ` [oe] " Randy MacLeod
@ 2023-06-01 23:55   ` Tim Orling
  2023-06-02 15:49     ` Mali, Narpat
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Orling @ 2023-06-01 23:55 UTC (permalink / raw)
  To: randy.macleod
  Cc: Armin Kuster, Reyna, David, hari.gpillai, narpat.mali,
	openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2693 bytes --]

On Thu, Jun 1, 2023 at 8:52 AM Randy MacLeod via lists.openembedded.org
<randy.macleod=windriver.com@lists.openembedded.org> wrote:

> On 2023-05-31 06:02, Narpat Mali via lists.openembedded.org wrote:
>
> From: Narpat Mali <narpat.mali@windriver.com> <narpat.mali@windriver.com>
>
> 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.
>
>
Please send a v2 with a link to the changelog. We really need to make it
easier for reviewers and stable maintainers.

Please also include the date range that 4.2 will be supported.

You can look in the git history for commits from myself and Trevor Gamblin
for what is expected.

Thanks Narpat.
>
> Also I spoke with David Reyna about this and he suggested that
> the 4.x version was added mainly for Toaster support. David
> agreed that updating to 4.2 LTS would work for me.
>
> Right David?
>
> ../Randy
>
>
> Release Notes: https://docs.djangoproject.com/en/dev/releases/
>
> Signed-off-by: Narpat Mali <narpat.mali@windriver.com> <narpat.mali@windriver.com>
> ---
>  .../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 \
>
>
>
> --
> # Randy MacLeod
> # Wind River Linux
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#103080):
> https://lists.openembedded.org/g/openembedded-devel/message/103080
> Mute This Topic: https://lists.openembedded.org/mt/99238868/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 5022 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-python][kirkstone][PATCH 1/1] python3-django: upgrade 4.0.2 -> 4.2.1
  2023-06-01 23:55   ` Tim Orling
@ 2023-06-02 15:49     ` Mali, Narpat
  0 siblings, 0 replies; 4+ messages in thread
From: Mali, Narpat @ 2023-06-02 15:49 UTC (permalink / raw)
  To: Tim Orling, randy.macleod
  Cc: Armin Kuster, Reyna, David, hari.gpillai, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4175 bytes --]

On 02-06-2023 05:25, Tim Orling wrote:
> **
> *CAUTION: This email comes from a non Wind River email account!*
> Do not click links or open attachments unless you recognize the sender 
> and know the content is safe.
>
>
> On Thu, Jun 1, 2023 at 8:52 AM Randy MacLeod via 
> lists.openembedded.org 
> <https://urldefense.com/v3/__http://lists.openembedded.org__;!!AjveYdw8EvQ!elEbPulrImg4B5zxqbHW-oHTJgJIKpck_BYvSLXIgADYR6spgHyUEZ-HFisxWVd6OWHdA3BObaRm0OWffoRJ$> 
> <randy.macleod=windriver.com@lists.openembedded.org> wrote:
>
>     On 2023-05-31 06:02, Narpat Mali via lists.openembedded.org
>     <https://urldefense.com/v3/__http://lists.openembedded.org__;!!AjveYdw8EvQ!elEbPulrImg4B5zxqbHW-oHTJgJIKpck_BYvSLXIgADYR6spgHyUEZ-HFisxWVd6OWHdA3BObaRm0OWffoRJ$>
>     wrote:
>>     From: Narpat Mali<narpat.mali@windriver.com>
>>
>>     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.
>
>
> Please send a v2 with a link to the changelog. We really need to make 
> it easier for reviewers and stable maintainers.
>
> Please also include the date range that 4.2 will be supported.
>
> You can look in the git history for commits from myself and Trevor 
> Gamblin for what is expected.
>
Thanks Tim, have done the changes and sent the v2.

Best Regards,

Narpat

>     Thanks Narpat.
>
>     Also I spoke with David Reyna about this and he suggested that
>     the 4.x version was added mainly for Toaster support. David
>     agreed that updating to 4.2 LTS would work for me.
>
>     Right David?
>
>     ../Randy
>
>>     Release Notes:https://docs.djangoproject.com/en/dev/releases/
>>
>>     Signed-off-by: Narpat Mali<narpat.mali@windriver.com>
>>     ---
>>       .../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 \
>>
>
>     -- 
>     # Randy MacLeod
>     # Wind River Linux
>
>
>
>     -=-=-=-=-=-=-=-=-=-=-=-
>     Links: You receive all messages sent to this group.
>     View/Reply Online (#103080):
>     https://lists.openembedded.org/g/openembedded-devel/message/103080
>     <https://urldefense.com/v3/__https://lists.openembedded.org/g/openembedded-devel/message/103080__;!!AjveYdw8EvQ!elEbPulrImg4B5zxqbHW-oHTJgJIKpck_BYvSLXIgADYR6spgHyUEZ-HFisxWVd6OWHdA3BObaRm0DcQL0F6$>
>     Mute This Topic: https://lists.openembedded.org/mt/99238868/924729
>     <https://urldefense.com/v3/__https://lists.openembedded.org/mt/99238868/924729__;!!AjveYdw8EvQ!elEbPulrImg4B5zxqbHW-oHTJgJIKpck_BYvSLXIgADYR6spgHyUEZ-HFisxWVd6OWHdA3BObaRm0BpiLkHV$>
>     Group Owner: openembedded-devel+owner@lists.openembedded.org
>     <mailto:openembedded-devel%2Bowner@lists.openembedded.org>
>     Unsubscribe:
>     https://lists.openembedded.org/g/openembedded-devel/unsub
>     <https://urldefense.com/v3/__https://lists.openembedded.org/g/openembedded-devel/unsub__;!!AjveYdw8EvQ!elEbPulrImg4B5zxqbHW-oHTJgJIKpck_BYvSLXIgADYR6spgHyUEZ-HFisxWVd6OWHdA3BObaRm0M8MMp4U$>
>     [ticotimo@gmail.com]
>     -=-=-=-=-=-=-=-=-=-=-=-
>

[-- Attachment #2: Type: text/html, Size: 7549 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-02 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31 10:02 [meta-python][kirkstone][PATCH 1/1] python3-django: upgrade 4.0.2 -> 4.2.1 nmali
2023-06-01 15:51 ` [oe] " Randy MacLeod
2023-06-01 23:55   ` Tim Orling
2023-06-02 15:49     ` Mali, Narpat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).