From 4e7aaeeb26288c549c84e04c54ad1cdcb9bb41782a0a3c225f94772b0276f871 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 08:08:40 +0000 Subject: [PATCH] Accepting request 1132947 from home:benoit_monin:branches:devel:languages:python update to 1.20.0 OBS-URL: https://build.opensuse.org/request/show/1132947 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=46 --- hatchling-1.18.0.tar.gz | 3 --- hatchling-1.20.0.tar.gz | 3 +++ python-hatchling.changes | 41 ++++++++++++++++++++++++++++++++++++++++ python-hatchling.spec | 2 +- 4 files changed, 45 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.18.0.tar.gz create mode 100644 hatchling-1.20.0.tar.gz diff --git a/hatchling-1.18.0.tar.gz b/hatchling-1.18.0.tar.gz deleted file mode 100644 index 39ba34d..0000000 --- a/hatchling-1.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca -size 57203 diff --git a/hatchling-1.20.0.tar.gz b/hatchling-1.20.0.tar.gz new file mode 100644 index 0000000..d0477de --- /dev/null +++ b/hatchling-1.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0893cbe3d5f9275fc0e5b629087fc23b17abd7065e4db0a310e0a0237bc945 +size 57769 diff --git a/python-hatchling.changes b/python-hatchling.changes index 47e3dcf..9cbd945 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Wed Dec 13 20:28:22 UTC 2023 - BenoƮt Monin + +- update to 1.20.0: + * Added: + + Add bypass-selection option to the wheel build target to + allow for empty (metadata-only) wheels + * Fixed: + + Fix regression in 1.19.1 that allowed exclude to count toward + inclusion selection, thus bypassing the default inclusion + selection heuristics + + Fix writing optional dependency core metadata in situations + where there are multiple environment markers +- additional changes from version 1.19.1: + * Fixed: + + Add better error message when the wheel build target cannot + determine what to ship + + Consider forced inclusion patterns and build-time artifacts + as file selection since some build hooks generate the entire + wheel contents without user configuration +- additional changes from version 1.19.0: + * Changed: + + An error will now be raised if a force-included path does not + exist + + An error will now be raised for the wheel build target if no + file selection options are defined + * Added: + + Officially support Python 3.12 + + Allow using an empty string for the sources option to add a + prefix to distribution paths + * Fixed: + + Properly handle non-zero version epoch for the standard + version scheme + + Fix the wheel build target for case insensitive file systems + when the project metadata name does not match the directory + name on disk + + The app build target no longer has suppressed output + + Prevent duplicate paths when projects require the sources + option while build hooks overwrite included paths + + Properly escape spaces for URI context formatting + ------------------------------------------------------------------- Wed Jun 21 08:25:58 UTC 2023 - Ben Greiner diff --git a/python-hatchling.spec b/python-hatchling.spec index 8962017..ecb76c8 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hatchling -Version: 1.18.0 +Version: 1.20.0 Release: 0 Summary: Build backend used by Hatch License: MIT