From 3b940cbc554fc6048eb5708c3a2ac9b1887cf589f488b8c5137db6c4b22f9e54 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Oct 2022 07:22:36 +0000 Subject: [PATCH] Accepting request 1009188 from home:benoit_monin:branches:devel:languages:python update to version 1.11.0 OBS-URL: https://build.opensuse.org/request/show/1009188 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=23 --- hatchling-1.10.0.tar.gz | 3 --- hatchling-1.11.0.tar.gz | 3 +++ python-hatchling.changes | 17 +++++++++++++++++ python-hatchling.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.10.0.tar.gz create mode 100644 hatchling-1.11.0.tar.gz diff --git a/hatchling-1.10.0.tar.gz b/hatchling-1.10.0.tar.gz deleted file mode 100644 index 573b20f..0000000 --- a/hatchling-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d31f43dffaf6265c808e1b5353662ffa5146d844278b55caa6c7f74f427ec50 -size 56289 diff --git a/hatchling-1.11.0.tar.gz b/hatchling-1.11.0.tar.gz new file mode 100644 index 0000000..8da1c50 --- /dev/null +++ b/hatchling-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a263a8c50817cd2dfcd4dd6d0d55a5ebcb078eeec9858cc3d056314b3438ec8f +size 57193 diff --git a/python-hatchling.changes b/python-hatchling.changes index a49a21e..b671265 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Oct 9 19:49:17 UTC 2022 - Benoît Monin + +- update to version 1.11.0: + * Added: + + Add env version source to retrieve the version from an + environment variable + + Add validate-bump option to the standard version scheme + * Fixed: + + Use proper CSV formatting for the RECORD metadata file of the + wheel target to avoid warnings during installation by pip if, + for example, file names contain commas + + Fix installations with pip for build hooks that modify + runtime dependencies + + Decreasing verbosity now has no affect on output that should + always be displayed + ------------------------------------------------------------------- Fri Sep 23 19:56:00 UTC 2022 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index 5c28657..3196902 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hatchling -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Build backend used by Hatch License: MIT