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