From 4aed986359db33fcb8d7cc19ef8164260f3aafcfdf138abb24141c042ad1e613 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 12 May 2024 22:15:20 +0000 Subject: [PATCH] Accepting request 1173487 from home:badshah400:branches:devel:languages:python Update to version 1.24.2. OBS-URL: https://build.opensuse.org/request/show/1173487 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=54 --- hatchling-1.22.5.tar.gz | 3 --- hatchling-1.24.2.tar.gz | 3 +++ python-hatchling.changes | 13 +++++++++++++ python-hatchling.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.22.5.tar.gz create mode 100644 hatchling-1.24.2.tar.gz diff --git a/hatchling-1.22.5.tar.gz b/hatchling-1.22.5.tar.gz deleted file mode 100644 index 085046a..0000000 --- a/hatchling-1.22.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca260a5adad376563dcd5df799e79ec1d5c0a3be41e2fbe335613c451772b09e -size 62801 diff --git a/hatchling-1.24.2.tar.gz b/hatchling-1.24.2.tar.gz new file mode 100644 index 0000000..5d1d8fc --- /dev/null +++ b/hatchling-1.24.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ddc27cdb25db9ef7b68bef075f829c84cb349aa1bff8240797d012510547b0 +size 63973 diff --git a/python-hatchling.changes b/python-hatchling.changes index d67c853..3ebb026 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun May 12 11:35:32 UTC 2024 - Atri Bhattacharya + +- Update to version 1.24.2: + * Add .venv to the list of directories that cannot be traversed + * Output from the core Application utility now writes to stderr +- Changes from version 1.24.1: + * Maintain file permissions for shared-scripts + option/shared_scripts build data of the wheel target +- Changes from version 1.24.0: + * Add shared_data and shared_scripts build data for the wheel + target + ------------------------------------------------------------------- Fri Apr 5 18:17:42 UTC 2024 - BenoƮt Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index 6445915..3029eb8 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hatchling -Version: 1.22.5 +Version: 1.24.2 Release: 0 Summary: Build backend used by Hatch License: MIT