From 2982ef761bac6685fc20f31455e8d2897cc1911cf826f6020982e8816783724d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Jun 2024 12:19:27 +0000 Subject: [PATCH] Accepting request 1182657 from home:benoit_monin:branches:devel:languages:python update to version 1.25.0 OBS-URL: https://build.opensuse.org/request/show/1182657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=55 --- hatchling-1.24.2.tar.gz | 3 --- hatchling-1.25.0.tar.gz | 3 +++ python-hatchling.changes | 16 ++++++++++++++++ python-hatchling.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.24.2.tar.gz create mode 100644 hatchling-1.25.0.tar.gz diff --git a/hatchling-1.24.2.tar.gz b/hatchling-1.24.2.tar.gz deleted file mode 100644 index 5d1d8fc..0000000 --- a/hatchling-1.24.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41ddc27cdb25db9ef7b68bef075f829c84cb349aa1bff8240797d012510547b0 -size 63973 diff --git a/hatchling-1.25.0.tar.gz b/hatchling-1.25.0.tar.gz new file mode 100644 index 0000000..0c516df --- /dev/null +++ b/hatchling-1.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262 +size 64632 diff --git a/python-hatchling.changes b/python-hatchling.changes index 3ebb026..30fc848 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Jun 22 18:36:39 UTC 2024 - BenoƮt Monin + +- update to version 1.25.0: + * Changed: + + The macos-max-compat option for the wheel target is now + disabled by default and will be removed in a future release + * Added: + + Artifacts for the wheel and sdist targets now have their + permission bits normalized + * Fixed: + + Ignore manylinux/musllinux tags for the wheel target artifact + name when enabling the infer_tag build data + + The wheel target build data infer_tag when enabled now + respects the MACOSX_DEPLOYMENT_TARGET environment variable + ------------------------------------------------------------------- Sun May 12 11:35:32 UTC 2024 - Atri Bhattacharya diff --git a/python-hatchling.spec b/python-hatchling.spec index 3029eb8..86c6cdd 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hatchling -Version: 1.24.2 +Version: 1.25.0 Release: 0 Summary: Build backend used by Hatch License: MIT