diff mbox series

[meta-python,40/44] python3-zeroconf: upgrade 0.147.2 -> 1.0.0

Message ID 20251014091927.493-40-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/44] b4: upgrade 0.14.2 -> 0.14.3 | expand

Commit Message

Wang Mingyu Oct. 14, 2025, 9:19 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-zeroconf_0.147.2.bb => python3-zeroconf_1.0.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zeroconf_0.147.2.bb => python3-zeroconf_1.0.0.bb} (81%)

Comments

Alex Kiernan Oct. 14, 2025, 9:32 a.m. UTC | #1
On Tue, Oct 14, 2025 at 10:21 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---

I believe this major version bump was unintentional:

https://pypi.org/project/zeroconf/#history

"This release was YANKED as the major version bump was not intended."

>  .../{python3-zeroconf_0.147.2.bb => python3-zeroconf_1.0.0.bb}  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-zeroconf_0.147.2.bb => python3-zeroconf_1.0.0.bb} (81%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.147.2.bb b/meta-python/recipes-devtools/python/python3-zeroconf_1.0.0.bb
> similarity index 81%
> rename from meta-python/recipes-devtools/python/python3-zeroconf_0.147.2.bb
> rename to meta-python/recipes-devtools/python/python3-zeroconf_1.0.0.bb
> index 31d671ceca..9d23e8a8fb 100644
> --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.147.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-zeroconf_1.0.0.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
>  LICENSE = "LGPL-2.1-or-later"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=9fe712b1bc27c5c4e9ecd7f31d208900"
>
> -SRC_URI[sha256sum] = "2f91e2544433acfa928c8dbaea7af8bf0644e06904610799d6b762fd599d81bd"
> +SRC_URI[sha256sum] = "3834ccf45c1e12cae78707ce691b20969e78aead28ae939b158b7d08c4195ac9"
>
>  inherit pypi python_poetry_core cython
>
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#120597): https://lists.openembedded.org/g/openembedded-devel/message/120597
> Mute This Topic: https://lists.openembedded.org/mt/115749717/3618097
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [alex.kiernan@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Oct. 14, 2025, 5:17 p.m. UTC | #2
On Tue, Oct 14, 2025 at 2:33 AM Alex Kiernan via
lists.openembedded.org <alex.kiernan=gmail.com@lists.openembedded.org>
wrote:
>
> On Tue, Oct 14, 2025 at 10:21 AM wangmy via lists.openembedded.org
> <wangmy=fujitsu.com@lists.openembedded.org> wrote:
> >
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
>
> I believe this major version bump was unintentional:
>
> https://pypi.org/project/zeroconf/#history
>
> "This release was YANKED as the major version bump was not intended."
>
yeah good catch, I wonder if the upgrade helper gets tripped with such yanks.

> >  .../{python3-zeroconf_0.147.2.bb => python3-zeroconf_1.0.0.bb}  | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta-python/recipes-devtools/python/{python3-zeroconf_0.147.2.bb => python3-zeroconf_1.0.0.bb} (81%)
> >
> > diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.147.2.bb b/meta-python/recipes-devtools/python/python3-zeroconf_1.0.0.bb
> > similarity index 81%
> > rename from meta-python/recipes-devtools/python/python3-zeroconf_0.147.2.bb
> > rename to meta-python/recipes-devtools/python/python3-zeroconf_1.0.0.bb
> > index 31d671ceca..9d23e8a8fb 100644
> > --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.147.2.bb
> > +++ b/meta-python/recipes-devtools/python/python3-zeroconf_1.0.0.bb
> > @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
> >  LICENSE = "LGPL-2.1-or-later"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=9fe712b1bc27c5c4e9ecd7f31d208900"
> >
> > -SRC_URI[sha256sum] = "2f91e2544433acfa928c8dbaea7af8bf0644e06904610799d6b762fd599d81bd"
> > +SRC_URI[sha256sum] = "3834ccf45c1e12cae78707ce691b20969e78aead28ae939b158b7d08c4195ac9"
> >
> >  inherit pypi python_poetry_core cython
> >
> > --
> > 2.43.0
> >
> >
> >
> >
>
>
> --
> Alex Kiernan
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#120602): https://lists.openembedded.org/g/openembedded-devel/message/120602
> Mute This Topic: https://lists.openembedded.org/mt/115749717/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.147.2.bb b/meta-python/recipes-devtools/python/python3-zeroconf_1.0.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.147.2.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_1.0.0.bb
index 31d671ceca..9d23e8a8fb 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.147.2.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_1.0.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
 LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9fe712b1bc27c5c4e9ecd7f31d208900"
 
-SRC_URI[sha256sum] = "2f91e2544433acfa928c8dbaea7af8bf0644e06904610799d6b762fd599d81bd"
+SRC_URI[sha256sum] = "3834ccf45c1e12cae78707ce691b20969e78aead28ae939b158b7d08c4195ac9"
 
 inherit pypi python_poetry_core cython