* [Buildroot] [PATCH 1/1] package/python-pydantic-core: bump to version 2.20.0
@ 2024-07-01 19:36 James Hilliard
2024-07-02 7:46 ` Arnout Vandecappelle via buildroot
2024-09-07 20:35 ` Yann E. MORIN
0 siblings, 2 replies; 4+ messages in thread
From: James Hilliard @ 2024-07-01 19:36 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-pydantic-core/python-pydantic-core.hash | 2 +-
package/python-pydantic-core/python-pydantic-core.mk | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-pydantic-core/python-pydantic-core.hash b/package/python-pydantic-core/python-pydantic-core.hash
index d11b3bfbb4..1703fcff3d 100644
--- a/package/python-pydantic-core/python-pydantic-core.hash
+++ b/package/python-pydantic-core/python-pydantic-core.hash
@@ -1,4 +1,4 @@
# Locally calculated after vendoring
-sha256 3359b437ca74c8f7e1b8ec477b1ff1e39f0fff08abb0eb171953f9bc3e8773c6 python-pydantic-core-v2.19.0-git4-cargo2.tar.gz
+sha256 a3597bcb7a6c9aabee543ba5797ba4997eb5a91b36bc6c596be4640bccf98daf pydantic_core-2.20.0.tar.gz
# Locally computed sha256 checksums
sha256 2afdd30d54b4d62b6f488a6bcc1546e84ec5061f13f4209c03d012348783795a LICENSE
diff --git a/package/python-pydantic-core/python-pydantic-core.mk b/package/python-pydantic-core/python-pydantic-core.mk
index 79d06deab2..2e37c37004 100644
--- a/package/python-pydantic-core/python-pydantic-core.mk
+++ b/package/python-pydantic-core/python-pydantic-core.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYDANTIC_CORE_VERSION = v2.19.0
-PYTHON_PYDANTIC_CORE_SITE = https://github.com/pydantic/pydantic-core
-PYTHON_PYDANTIC_CORE_SITE_METHOD = git
+PYTHON_PYDANTIC_CORE_VERSION = 2.20.0
+PYTHON_PYDANTIC_CORE_SOURCE = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
+PYTHON_PYDANTIC_CORE_SITE = https://files.pythonhosted.org/packages/7d/fa/9802d053f33dbcf110d46e3f28667b06cd764b164f1e3f4189848cdd6e78
PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
PYTHON_PYDANTIC_CORE_LICENSE = MIT
PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-pydantic-core: bump to version 2.20.0
2024-07-01 19:36 [Buildroot] [PATCH 1/1] package/python-pydantic-core: bump to version 2.20.0 James Hilliard
@ 2024-07-02 7:46 ` Arnout Vandecappelle via buildroot
2024-09-07 20:35 ` Yann E. MORIN
1 sibling, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-07-02 7:46 UTC (permalink / raw)
To: James Hilliard, buildroot; +Cc: Asaf Kahlon
On 01/07/2024 21:36, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
Regards,
Arnout
> ---
> package/python-pydantic-core/python-pydantic-core.hash | 2 +-
> package/python-pydantic-core/python-pydantic-core.mk | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-pydantic-core/python-pydantic-core.hash b/package/python-pydantic-core/python-pydantic-core.hash
> index d11b3bfbb4..1703fcff3d 100644
> --- a/package/python-pydantic-core/python-pydantic-core.hash
> +++ b/package/python-pydantic-core/python-pydantic-core.hash
> @@ -1,4 +1,4 @@
> # Locally calculated after vendoring
> -sha256 3359b437ca74c8f7e1b8ec477b1ff1e39f0fff08abb0eb171953f9bc3e8773c6 python-pydantic-core-v2.19.0-git4-cargo2.tar.gz
> +sha256 a3597bcb7a6c9aabee543ba5797ba4997eb5a91b36bc6c596be4640bccf98daf pydantic_core-2.20.0.tar.gz
> # Locally computed sha256 checksums
> sha256 2afdd30d54b4d62b6f488a6bcc1546e84ec5061f13f4209c03d012348783795a LICENSE
> diff --git a/package/python-pydantic-core/python-pydantic-core.mk b/package/python-pydantic-core/python-pydantic-core.mk
> index 79d06deab2..2e37c37004 100644
> --- a/package/python-pydantic-core/python-pydantic-core.mk
> +++ b/package/python-pydantic-core/python-pydantic-core.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_PYDANTIC_CORE_VERSION = v2.19.0
> -PYTHON_PYDANTIC_CORE_SITE = https://github.com/pydantic/pydantic-core
> -PYTHON_PYDANTIC_CORE_SITE_METHOD = git
> +PYTHON_PYDANTIC_CORE_VERSION = 2.20.0
> +PYTHON_PYDANTIC_CORE_SOURCE = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
> +PYTHON_PYDANTIC_CORE_SITE = https://files.pythonhosted.org/packages/7d/fa/9802d053f33dbcf110d46e3f28667b06cd764b164f1e3f4189848cdd6e78
> PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
> PYTHON_PYDANTIC_CORE_LICENSE = MIT
> PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-pydantic-core: bump to version 2.20.0
2024-07-01 19:36 [Buildroot] [PATCH 1/1] package/python-pydantic-core: bump to version 2.20.0 James Hilliard
2024-07-02 7:46 ` Arnout Vandecappelle via buildroot
@ 2024-09-07 20:35 ` Yann E. MORIN
2024-09-07 21:26 ` James Hilliard
1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2024-09-07 20:35 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
James, All,
On 2024-07-01 13:36 -0600, James Hilliard spake thusly:
[--SNIP--]
> diff --git a/package/python-pydantic-core/python-pydantic-core.mk b/package/python-pydantic-core/python-pydantic-core.mk
> index 79d06deab2..2e37c37004 100644
> --- a/package/python-pydantic-core/python-pydantic-core.mk
> +++ b/package/python-pydantic-core/python-pydantic-core.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_PYDANTIC_CORE_VERSION = v2.19.0
> -PYTHON_PYDANTIC_CORE_SITE = https://github.com/pydantic/pydantic-core
> -PYTHON_PYDANTIC_CORE_SITE_METHOD = git
> +PYTHON_PYDANTIC_CORE_VERSION = 2.20.0
> +PYTHON_PYDANTIC_CORE_SOURCE = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
> +PYTHON_PYDANTIC_CORE_SITE = https://files.pythonhosted.org/packages/7d/fa/9802d053f33dbcf110d46e3f28667b06cd764b164f1e3f4189848cdd6e78
Again a careless change that drops our vendoring pst-version suffix in
local archives.
For that one, the migration away from the git download method was not
even explained in the commit log.
Could you please either reinstate the git downmload method (which
incidentally will have the local filename be proeperly named), or apply
the same hack that is applied to other cargo-vendored python packages?
Regards,
Yann E. MORIN.
> PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
> PYTHON_PYDANTIC_CORE_LICENSE = MIT
> PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-pydantic-core: bump to version 2.20.0
2024-09-07 20:35 ` Yann E. MORIN
@ 2024-09-07 21:26 ` James Hilliard
0 siblings, 0 replies; 4+ messages in thread
From: James Hilliard @ 2024-09-07 21:26 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: Asaf Kahlon, buildroot
On Sat, Sep 7, 2024 at 2:35 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> James, All,
>
> On 2024-07-01 13:36 -0600, James Hilliard spake thusly:
> [--SNIP--]
> > diff --git a/package/python-pydantic-core/python-pydantic-core.mk b/package/python-pydantic-core/python-pydantic-core.mk
> > index 79d06deab2..2e37c37004 100644
> > --- a/package/python-pydantic-core/python-pydantic-core.mk
> > +++ b/package/python-pydantic-core/python-pydantic-core.mk
> > @@ -4,9 +4,9 @@
> > #
> > ################################################################################
> >
> > -PYTHON_PYDANTIC_CORE_VERSION = v2.19.0
> > -PYTHON_PYDANTIC_CORE_SITE = https://github.com/pydantic/pydantic-core
> > -PYTHON_PYDANTIC_CORE_SITE_METHOD = git
> > +PYTHON_PYDANTIC_CORE_VERSION = 2.20.0
> > +PYTHON_PYDANTIC_CORE_SOURCE = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
> > +PYTHON_PYDANTIC_CORE_SITE = https://files.pythonhosted.org/packages/7d/fa/9802d053f33dbcf110d46e3f28667b06cd764b164f1e3f4189848cdd6e78
>
> Again a careless change that drops our vendoring pst-version suffix in
> local archives.
>
> For that one, the migration away from the git download method was not
> even explained in the commit log.
>
> Could you please either reinstate the git downmload method (which
> incidentally will have the local filename be proeperly named), or apply
> the same hack that is applied to other cargo-vendored python packages?
Applied the same hack used for the other cargo pypi packages:
https://patchwork.ozlabs.org/project/buildroot/patch/20240907210540.486702-1-james.hilliard1@gmail.com/
>
> Regards,
> Yann E. MORIN.
>
> > PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
> > PYTHON_PYDANTIC_CORE_LICENSE = MIT
> > PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
> > --
> > 2.34.1
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot@buildroot.org
> > https://lists.buildroot.org/mailman/listinfo/buildroot
>
> --
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
> '------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-07 21:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 19:36 [Buildroot] [PATCH 1/1] package/python-pydantic-core: bump to version 2.20.0 James Hilliard
2024-07-02 7:46 ` Arnout Vandecappelle via buildroot
2024-09-07 20:35 ` Yann E. MORIN
2024-09-07 21:26 ` James Hilliard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.