From cd24e69489c01f50a4b617a0505e9664ae3209f8f99fcea59cbbf2426390a066 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Aug 2022 07:19:28 +0000 Subject: [PATCH] Accepting request 994902 from home:benoit_monin:branches:devel:languages:python update to version 1.7.1 OBS-URL: https://build.opensuse.org/request/show/994902 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=13 --- hatchling-1.6.0.tar.gz | 3 --- hatchling-1.7.1.tar.gz | 3 +++ python-hatchling.changes | 25 +++++++++++++++++++++++++ python-hatchling.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.6.0.tar.gz create mode 100644 hatchling-1.7.1.tar.gz diff --git a/hatchling-1.6.0.tar.gz b/hatchling-1.6.0.tar.gz deleted file mode 100644 index e8d0d2a..0000000 --- a/hatchling-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd6e8505de511ac4217ff50927f6d1845494608e401e63a62b830c31fb613544 -size 47282 diff --git a/hatchling-1.7.1.tar.gz b/hatchling-1.7.1.tar.gz new file mode 100644 index 0000000..c81f3e3 --- /dev/null +++ b/hatchling-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daef0cf555a30f2e98cb295c0ac324c66fc66f33c95ea03cb79e1536b1e1f492 +size 54622 diff --git a/python-hatchling.changes b/python-hatchling.changes index 83b812b..fa770c5 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Aug 13 19:23:18 UTC 2022 - Benoît Monin + +- update to version 1.7.1: + * Fixed: + + Fix the value the relative_path attribute of included files, + that some build plugins may use, when selecting explicit + paths + +------------------------------------------------------------------- +Sat Aug 13 14:17:00 UTC 2022 - Benoît Monin + +- update to version 1.7.0: + * Added: + + Add require-runtime-features option for builders and build + hooks + + Check for unknown trove classifiers + + Update SPDX license information to version 3.18 + * Fixed: + + Add better error message for wheel target dev mode + installations that define path rewrites with the sources + option + + Note the allow-direct-references option in the relevant error + messages + ------------------------------------------------------------------- Sat Jul 30 20:38:56 UTC 2022 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index d6f671a..ad089b5 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.6.0 +Version: 1.7.1 Release: 0 Summary: Build backend used by Hatch License: MIT