diff mbox series

[AUH] python3-poetry-core: upgrading to 1.9.0 SUCCEEDED

Message ID 0101018dadd3a2d9-02259879-e7fa-444b-90f0-4d4cc8b44526-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-poetry-core: upgrading to 1.9.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 15, 2024, 5:32 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-poetry-core* to *1.9.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-poetry-core-upgrade-1.8.1-1.9.0.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 7441a91a0d58936eb42a90698ec8e8d80f4d72ad Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Feb 2024 08:16:50 +0000
Subject: [PATCH] python3-poetry-core: upgrade 1.8.1 -> 1.9.0

---
 ...ython3-poetry-core_1.8.1.bb => python3-poetry-core_1.9.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-poetry-core_1.8.1.bb => python3-poetry-core_1.9.0.bb} (94%)

Comments

Tim Orling Feb. 15, 2024, 7:43 p.m. UTC | #1
This version deprecates the very PEP-517 build backend we depend upon for
the python_poetry_core bbclass.
We do not want to take this so late in the release cycle, nor do we want to
add all the dependencies required to build the full poetry.

https://github.com/python-poetry/poetry-core/pull/692

On Thu, Feb 15, 2024 at 9:33 AM Auto Upgrade Helper <auh@yoctoproject.org>
wrote:

> Hello,
>
> this email is a notification from the Auto Upgrade Helper
> that the automatic attempt to upgrade the recipe *python3-poetry-core* to
> *1.9.0* has Succeeded.
>
> Next steps:
>     - apply the patch: git am
> 0001-python3-poetry-core-upgrade-1.8.1-1.9.0.patch
>     - check the changes to upstream patches and summarize them in the
> commit message,
>     - compile an image that contains the package
>     - perform some basic sanity tests
>     - amend the patch and sign it off: git commit -s --reset-author --amend
>     - send it to the appropriate mailing list
>
> Alternatively, if you believe the recipe should not be upgraded at this
> time,
> you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
> automatic upgrades would no longer be attempted.
>
> Please review the attached files for further information and build/update
> failures.
> Any problem please file a bug at
> https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
>
> Regards,
> The Upgrade Helper
>
> -- >8 --
> From 7441a91a0d58936eb42a90698ec8e8d80f4d72ad Mon Sep 17 00:00:00 2001
> From: Upgrade Helper <auh@yoctoproject.org>
> Date: Thu, 15 Feb 2024 08:16:50 +0000
> Subject: [PATCH] python3-poetry-core: upgrade 1.8.1 -> 1.9.0
>
> ---
>  ...ython3-poetry-core_1.8.1.bb => python3-poetry-core_1.9.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-poetry-core_1.8.1.bb =>
> python3-poetry-core_1.9.0.bb} (94%)
>
> diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb
> b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
> similarity index 94%
> rename from meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb
> rename to meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
> index fcb6d30ee0..dfb29c4b86 100644
> --- a/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb
> +++ b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
> @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
>
>  file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5
> \
>  "
>
> -SRC_URI[sha256sum] =
> "67a76c671da2a70e55047cddda83566035b701f7e463b32a2abfeac6e2a16376"
> +SRC_URI[sha256sum] =
> "fa7a4001eae8aa572ee84f35feb510b321bd652e5cf9293249d62853e1f935a2"
>
>  inherit python_poetry_core pypi
>  PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}"
> --
> 2.42.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#195585):
> https://lists.openembedded.org/g/openembedded-core/message/195585
> Mute This Topic: https://lists.openembedded.org/mt/104377480/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Tim Orling Feb. 15, 2024, 10:14 p.m. UTC | #2
On Thu, Feb 15, 2024 at 11:43 AM Tim Orling <ticotimo@gmail.com> wrote:

> This version deprecates the very PEP-517 build backend we depend upon for
> the python_poetry_core bbclass.
> We do not want to take this so late in the release cycle, nor do we want
> to add all the dependencies required to build the full poetry.
>
> https://github.com/python-poetry/poetry-core/pull/692
>
> Nevermind. This was a nothing-burger. Build of python3-tomlkit was just
fine and so were its ptests (meta-python-image-ptest-python3-tomlkit).


> On Thu, Feb 15, 2024 at 9:33 AM Auto Upgrade Helper <auh@yoctoproject.org>
> wrote:
>
>> Hello,
>>
>> this email is a notification from the Auto Upgrade Helper
>> that the automatic attempt to upgrade the recipe *python3-poetry-core* to
>> *1.9.0* has Succeeded.
>>
>> Next steps:
>>     - apply the patch: git am
>> 0001-python3-poetry-core-upgrade-1.8.1-1.9.0.patch
>>     - check the changes to upstream patches and summarize them in the
>> commit message,
>>     - compile an image that contains the package
>>     - perform some basic sanity tests
>>     - amend the patch and sign it off: git commit -s --reset-author
>> --amend
>>     - send it to the appropriate mailing list
>>
>> Alternatively, if you believe the recipe should not be upgraded at this
>> time,
>> you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
>> automatic upgrades would no longer be attempted.
>>
>> Please review the attached files for further information and build/update
>> failures.
>> Any problem please file a bug at
>> https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
>>
>> Regards,
>> The Upgrade Helper
>>
>> -- >8 --
>> From 7441a91a0d58936eb42a90698ec8e8d80f4d72ad Mon Sep 17 00:00:00 2001
>> From: Upgrade Helper <auh@yoctoproject.org>
>> Date: Thu, 15 Feb 2024 08:16:50 +0000
>> Subject: [PATCH] python3-poetry-core: upgrade 1.8.1 -> 1.9.0
>>
>> ---
>>  ...ython3-poetry-core_1.8.1.bb => python3-poetry-core_1.9.0.bb} | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>  rename meta/recipes-devtools/python/{python3-poetry-core_1.8.1.bb =>
>> python3-poetry-core_1.9.0.bb} (94%)
>>
>> diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb
>> b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
>> similarity index 94%
>> rename from meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb
>> rename to meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
>> index fcb6d30ee0..dfb29c4b86 100644
>> --- a/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb
>> +++ b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
>> @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
>>
>>  file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5
>> \
>>  "
>>
>> -SRC_URI[sha256sum] =
>> "67a76c671da2a70e55047cddda83566035b701f7e463b32a2abfeac6e2a16376"
>> +SRC_URI[sha256sum] =
>> "fa7a4001eae8aa572ee84f35feb510b321bd652e5cf9293249d62853e1f935a2"
>>
>>  inherit python_poetry_core pypi
>>  PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}"
>> --
>> 2.42.0
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#195585):
>> https://lists.openembedded.org/g/openembedded-core/message/195585
>> Mute This Topic: https://lists.openembedded.org/mt/104377480/924729
>> Group Owner: openembedded-core+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
>> ticotimo@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb
rename to meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
index fcb6d30ee0..dfb29c4b86 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
@@ -15,7 +15,7 @@  LIC_FILES_CHKSUM = "\
     file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
 "
 
-SRC_URI[sha256sum] = "67a76c671da2a70e55047cddda83566035b701f7e463b32a2abfeac6e2a16376"
+SRC_URI[sha256sum] = "fa7a4001eae8aa572ee84f35feb510b321bd652e5cf9293249d62853e1f935a2"
 
 inherit python_poetry_core pypi
 PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}"