diff mbox series

[37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0

Message ID 1747040619-7566-37-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 5d3f3f8f9770e81bd7c2d53a1512577792ba4fa2
Headers show
Series [01/56] appstream: upgrade 1.0.4 -> 1.0.5 | expand

Commit Message

Wang Mingyu May 12, 2025, 9:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI readme. 
- Support for Python 3.7.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%)

Comments

Martin Jansa May 14, 2025, 6:41 a.m. UTC | #1
This seems to break python3-gcovr-8.3 which depends on older version.

* Getting build dependencies for wheel...

ERROR Missing dependencies:
hatch-fancy-pypi-readme==24.1.0

Do you have pending gcovr update somewhere? Might require patch update
as in meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch
as https://github.com/gcovr/gcovr/blob/main/pyproject.toml still
depends on 24.1.0.

Cheers,

On Mon, May 12, 2025 at 11:04 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> - $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI readme.
> - Support for Python 3.7.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%)
>
> diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> similarity index 80%
> rename from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
> rename to meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> index b32527f949..5d8d82edd8 100644
> --- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
> +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> @@ -8,6 +8,6 @@ inherit pypi python_hatchling
>  PYPI_PACKAGE = "hatch_fancy_pypi_readme"
>  UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
>
> -SRC_URI[sha256sum] = "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
> +SRC_URI[sha256sum] = "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
>
>  BBCLASSEXTEND = "native nativesdk"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#216335): https://lists.openembedded.org/g/openembedded-core/message/216335
> Mute This Topic: https://lists.openembedded.org/mt/113067219/3617156
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Wang Mingyu May 14, 2025, 8:39 a.m. UTC | #2
Yes, there is indeed this issue
python3-gcovr has not been updated yet
It seems that we need to synchronize the updates of python3-gcovr and python3-hatch-fancy-pypi-readme.

  --
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com

> -----Original Message-----
> From: Martin Jansa <martin.jansa@gmail.com>
> Sent: Wednesday, May 14, 2025 2:41 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme:
> upgrade 24.1.0 -> 25.1.0
> 
> This seems to break python3-gcovr-8.3 which depends on older version.
> 
> * Getting build dependencies for wheel...
> 
> ERROR Missing dependencies:
> hatch-fancy-pypi-readme==24.1.0
> 
> Do you have pending gcovr update somewhere? Might require patch update as
> in
> meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Supp
> ort-newer-versions.patch
> as https://github.com/gcovr/gcovr/blob/main/pyproject.toml still depends on
> 24.1.0.
> 
> Cheers,
> 
> On Mon, May 12, 2025 at 11:04 AM wangmy via lists.openembedded.org
> <wangmy=fujitsu.com@lists.openembedded.org> wrote:
> >
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ==========
> > - $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI
> readme.
> > - Support for Python 3.7.
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2
> > +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.b
> > b => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%)
> >
> > diff --git
> > a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.
> > bb
> > b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.
> > bb
> > similarity index 80%
> > rename from
> > meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
> > rename to
> > meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> > index b32527f949..5d8d82edd8 100644
> > ---
> > a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.
> > bb
> > +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.
> > +++ 1.0.bb
> > @@ -8,6 +8,6 @@ inherit pypi python_hatchling  PYPI_PACKAGE =
> > "hatch_fancy_pypi_readme"
> >  UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
> >
> > -SRC_URI[sha256sum] =
> "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
> > +SRC_URI[sha256sum] =
> "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
> >
> >  BBCLASSEXTEND = "native nativesdk"
> > --
> > 2.43.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#216335):
> > https://lists.openembedded.org/g/openembedded-core/message/216335
> > Mute This Topic: https://lists.openembedded.org/mt/113067219/3617156
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
> > [martin.jansa@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Martin Jansa May 14, 2025, 9:46 a.m. UTC | #3
OK, I've sent the .patch update in
https://lists.openembedded.org/g/openembedded-devel/message/117411 to
fix it.

On Wed, May 14, 2025 at 10:39 AM Mingyu Wang (Fujitsu)
<wangmy@fujitsu.com> wrote:
>
> Yes, there is indeed this issue
> python3-gcovr has not been updated yet
> It seems that we need to synchronize the updates of python3-gcovr and python3-hatch-fancy-pypi-readme.
>
>   --
> Best Regards
> ---------------------------------------------------
> Wang Mingyu
> FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
> No.6 Wenzhu Road, Nanjing, 210012, China
> TEL:+86+25-86630566--8568
> COINS: 79988548
> FAX: +86+25-83317685
> MAIL: wangmy@fujitsu.com
>
> > -----Original Message-----
> > From: Martin Jansa <martin.jansa@gmail.com>
> > Sent: Wednesday, May 14, 2025 2:41 PM
> > To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> > Cc: openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme:
> > upgrade 24.1.0 -> 25.1.0
> >
> > This seems to break python3-gcovr-8.3 which depends on older version.
> >
> > * Getting build dependencies for wheel...
> >
> > ERROR Missing dependencies:
> > hatch-fancy-pypi-readme==24.1.0
> >
> > Do you have pending gcovr update somewhere? Might require patch update as
> > in
> > meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Supp
> > ort-newer-versions.patch
> > as https://github.com/gcovr/gcovr/blob/main/pyproject.toml still depends on
> > 24.1.0.
> >
> > Cheers,
> >
> > On Mon, May 12, 2025 at 11:04 AM wangmy via lists.openembedded.org
> > <wangmy=fujitsu.com@lists.openembedded.org> wrote:
> > >
> > > From: Wang Mingyu <wangmy@fujitsu.com>
> > >
> > > Changelog:
> > > ==========
> > > - $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI
> > readme.
> > > - Support for Python 3.7.
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2
> > > +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > > meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.b
> > > b => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%)
> > >
> > > diff --git
> > > a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.
> > > bb
> > > b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.
> > > bb
> > > similarity index 80%
> > > rename from
> > > meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
> > > rename to
> > > meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> > > index b32527f949..5d8d82edd8 100644
> > > ---
> > > a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.
> > > bb
> > > +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.
> > > +++ 1.0.bb
> > > @@ -8,6 +8,6 @@ inherit pypi python_hatchling  PYPI_PACKAGE =
> > > "hatch_fancy_pypi_readme"
> > >  UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
> > >
> > > -SRC_URI[sha256sum] =
> > "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
> > > +SRC_URI[sha256sum] =
> > "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
> > >
> > >  BBCLASSEXTEND = "native nativesdk"
> > > --
> > > 2.43.0
> > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#216335):
> > > https://lists.openembedded.org/g/openembedded-core/message/216335
> > > Mute This Topic: https://lists.openembedded.org/mt/113067219/3617156
> > > Group Owner: openembedded-core+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
> > > [martin.jansa@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
rename to meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
index b32527f949..5d8d82edd8 100644
--- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
+++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
@@ -8,6 +8,6 @@  inherit pypi python_hatchling
 PYPI_PACKAGE = "hatch_fancy_pypi_readme"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
+SRC_URI[sha256sum] = "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
 
 BBCLASSEXTEND = "native nativesdk"