All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-hatchling: bump to version 1.22.4
@ 2024-03-25 11:51 Marcus Hoffmann via buildroot
  2024-03-25 11:52 ` Marcus Hoffmann via buildroot
  2024-05-10 21:28 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-03-25 11:51 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

Changelog:
https://hatch.pypa.io/dev/history/hatchling/#hatchling-v1.22.4

Remove now optional editables dependency [1].

[1] https://github.com/pypa/hatch/pull/1255

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 package/python-hatchling/python-hatchling.hash | 4 ++--
 package/python-hatchling/python-hatchling.mk   | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/package/python-hatchling/python-hatchling.hash b/package/python-hatchling/python-hatchling.hash
index df703088e4..d49bee8bfc 100644
--- a/package/python-hatchling/python-hatchling.hash
+++ b/package/python-hatchling/python-hatchling.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/hatchling/json
-md5  d40aaea58a04a36a2b641f6efe99e362  hatchling-1.21.1.tar.gz
-sha256  bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc  hatchling-1.21.1.tar.gz
+md5  63a3c6480c0805c55ce396e1ad246e78  hatchling-1.22.4.tar.gz
+sha256  8a2dcec96d7fb848382ef5848e5ac43fdae641f35a08a3fab5116bd495f3416e  hatchling-1.22.4.tar.gz
 # Locally computed sha256 checksums
 sha256  7f143a8127ad4873862d70854b5bd2abd0085aa73e64fd2b08704a3b9f5c07fc  LICENSE.txt
diff --git a/package/python-hatchling/python-hatchling.mk b/package/python-hatchling/python-hatchling.mk
index 550dbf0beb..91f6597dfc 100644
--- a/package/python-hatchling/python-hatchling.mk
+++ b/package/python-hatchling/python-hatchling.mk
@@ -4,14 +4,13 @@
 #
 ################################################################################
 
-PYTHON_HATCHLING_VERSION = 1.21.1
+PYTHON_HATCHLING_VERSION = 1.22.4
 PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
-PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/d8/a1/7dd1caa87c0b15c04c6291e25112e5d082cce02ee87f221a8be1d594f857
+PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/4f/2a/c34d71531d1e1c9a5029bb73eb3816285befd0fffd7c63ffa0544253dca8
 PYTHON_HATCHLING_LICENSE = MIT
 PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt
 PYTHON_HATCHLING_SETUP_TYPE = pep517
 HOST_PYTHON_HATCHLING_DEPENDENCIES = \
-	host-python-editables \
 	host-python-packaging \
 	host-python-pathspec \
 	host-python-pluggy \
-- 
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] package/python-hatchling: bump to version 1.22.4
  2024-03-25 11:51 [Buildroot] [PATCH] package/python-hatchling: bump to version 1.22.4 Marcus Hoffmann via buildroot
@ 2024-03-25 11:52 ` Marcus Hoffmann via buildroot
  2024-05-10 21:29   ` Thomas Petazzoni via buildroot
  2024-05-10 21:28 ` Thomas Petazzoni via buildroot
  1 sibling, 1 reply; 4+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-03-25 11:52 UTC (permalink / raw)
  To: buildroot

On 25.03.24 12:51, Marcus Hoffmann via buildroot wrote:
> Changelog:
> https://hatch.pypa.io/dev/history/hatchling/#hatchling-v1.22.4
> 
> Remove now optional editables dependency [1].

I wonder if the host-python-editables package should be dropped now? It 
has no other users expect host-python-hatchling.

Marcus

> 
> [1] https://github.com/pypa/hatch/pull/1255
> 
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> ---
>   package/python-hatchling/python-hatchling.hash | 4 ++--
>   package/python-hatchling/python-hatchling.mk   | 5 ++---
>   2 files changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-hatchling/python-hatchling.hash b/package/python-hatchling/python-hatchling.hash
> index df703088e4..d49bee8bfc 100644
> --- a/package/python-hatchling/python-hatchling.hash
> +++ b/package/python-hatchling/python-hatchling.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/hatchling/json
> -md5  d40aaea58a04a36a2b641f6efe99e362  hatchling-1.21.1.tar.gz
> -sha256  bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc  hatchling-1.21.1.tar.gz
> +md5  63a3c6480c0805c55ce396e1ad246e78  hatchling-1.22.4.tar.gz
> +sha256  8a2dcec96d7fb848382ef5848e5ac43fdae641f35a08a3fab5116bd495f3416e  hatchling-1.22.4.tar.gz
>   # Locally computed sha256 checksums
>   sha256  7f143a8127ad4873862d70854b5bd2abd0085aa73e64fd2b08704a3b9f5c07fc  LICENSE.txt
> diff --git a/package/python-hatchling/python-hatchling.mk b/package/python-hatchling/python-hatchling.mk
> index 550dbf0beb..91f6597dfc 100644
> --- a/package/python-hatchling/python-hatchling.mk
> +++ b/package/python-hatchling/python-hatchling.mk
> @@ -4,14 +4,13 @@
>   #
>   ################################################################################
>   
> -PYTHON_HATCHLING_VERSION = 1.21.1
> +PYTHON_HATCHLING_VERSION = 1.22.4
>   PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
> -PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/d8/a1/7dd1caa87c0b15c04c6291e25112e5d082cce02ee87f221a8be1d594f857
> +PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/4f/2a/c34d71531d1e1c9a5029bb73eb3816285befd0fffd7c63ffa0544253dca8
>   PYTHON_HATCHLING_LICENSE = MIT
>   PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt
>   PYTHON_HATCHLING_SETUP_TYPE = pep517
>   HOST_PYTHON_HATCHLING_DEPENDENCIES = \
> -	host-python-editables \
>   	host-python-packaging \
>   	host-python-pathspec \
>   	host-python-pluggy \
_______________________________________________
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] package/python-hatchling: bump to version 1.22.4
  2024-03-25 11:51 [Buildroot] [PATCH] package/python-hatchling: bump to version 1.22.4 Marcus Hoffmann via buildroot
  2024-03-25 11:52 ` Marcus Hoffmann via buildroot
@ 2024-05-10 21:28 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-10 21:28 UTC (permalink / raw)
  To: Marcus Hoffmann via buildroot
  Cc: James Hilliard, Marcus Hoffmann, Asaf Kahlon

On Mon, 25 Mar 2024 12:51:14 +0100
Marcus Hoffmann via buildroot <buildroot@buildroot.org> wrote:

> Changelog:
> https://hatch.pypa.io/dev/history/hatchling/#hatchling-v1.22.4
> 
> Remove now optional editables dependency [1].
> 
> [1] https://github.com/pypa/hatch/pull/1255
> 
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> ---
>  package/python-hatchling/python-hatchling.hash | 4 ++--
>  package/python-hatchling/python-hatchling.mk   | 5 ++---
>  2 files changed, 4 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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] package/python-hatchling: bump to version 1.22.4
  2024-03-25 11:52 ` Marcus Hoffmann via buildroot
@ 2024-05-10 21:29   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-10 21:29 UTC (permalink / raw)
  To: Marcus Hoffmann via buildroot; +Cc: Marcus Hoffmann

On Mon, 25 Mar 2024 12:52:51 +0100
Marcus Hoffmann via buildroot <buildroot@buildroot.org> wrote:

> I wonder if the host-python-editables package should be dropped now? It 
> has no other users expect host-python-hatchling.

Sure. It is an orphan host package now, so it can be dropped.

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
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-05-10 21:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 11:51 [Buildroot] [PATCH] package/python-hatchling: bump to version 1.22.4 Marcus Hoffmann via buildroot
2024-03-25 11:52 ` Marcus Hoffmann via buildroot
2024-05-10 21:29   ` Thomas Petazzoni via buildroot
2024-05-10 21:28 ` Thomas Petazzoni via buildroot

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.