diff mbox series

package/python-hatchling: bump to version 1.22.4

Message ID 20240325115114.140028-1-buildroot@bubu1.eu
State New
Headers show
Series package/python-hatchling: bump to version 1.22.4 | expand

Commit Message

Marcus Hoffmann March 25, 2024, 11:51 a.m. UTC
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(-)

Comments

Marcus Hoffmann March 25, 2024, 11:52 a.m. UTC | #1
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 \
diff mbox series

Patch

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 \