diff --git a/hatchling-1.10.0.tar.gz b/hatchling-1.10.0.tar.gz new file mode 100644 index 0000000..573b20f --- /dev/null +++ b/hatchling-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d31f43dffaf6265c808e1b5353662ffa5146d844278b55caa6c7f74f427ec50 +size 56289 diff --git a/hatchling-1.9.0.tar.gz b/hatchling-1.9.0.tar.gz deleted file mode 100644 index e62464f..0000000 --- a/hatchling-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b57c7362f437b9426e4b94228a21d2ac5804fbb2abcb01adde2544a35bb303cd -size 55936 diff --git a/python-hatchling.changes b/python-hatchling.changes index 0267496..a49a21e 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 23 19:56:00 UTC 2022 - Benoît Monin + +- update to version 1.10.0: + * Added: + + Add the following to the list of directories that cannot be + traversed: __pypackages__, .hg, .hatch, .tox, .nox + + Add deprecated option to allow ambiguous features + * Fixed: + + Improve tracking of dynamic metadata + + Fix core metadata for entries in + project.optional-dependencies that use direct references + ------------------------------------------------------------------- Tue Sep 13 20:05:14 UTC 2022 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index 5fce070..5c28657 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.9.0 +Version: 1.10.0 Release: 0 Summary: Build backend used by Hatch License: MIT