diff --git a/hatchling-1.3.1.tar.gz b/hatchling-1.3.1.tar.gz deleted file mode 100644 index c51d018..0000000 --- a/hatchling-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aaa63019c9d666053d9ff318097335e766123844547c52940155c0401c3c142f -size 45567 diff --git a/hatchling-1.4.0.tar.gz b/hatchling-1.4.0.tar.gz new file mode 100644 index 0000000..fb1bdbb --- /dev/null +++ b/hatchling-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d6f8332877d506095bb6acf7609ceb3cf2555703305975789a257f2ad2308c +size 47301 diff --git a/python-hatchling.changes b/python-hatchling.changes index 71290db..ba81480 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Jul 4 16:13:37 UTC 2022 - Benoît Monin + +- update to version 1.4.0: + * Changed: The packages option uses the new only-include option + to provide targeted inclusion, since that is desired most of + the time + * Added: + + Support PEP 561 type hinting + + Add version build hook + + Add only-include option + + The editable version of wheel targets now respects the + force-include option by default + + The force-include option now supports path rewriting with the + sources option + + The wheel target shared-data and extra-metadata options now + respect file selection options + + The wheel target now auto-detects single module layouts + + Improve performance by never entering directories that are + guaranteed to be undesirable like __pycache__ rather than + excluding individual files within + + Update SPDX license information to version 3.17 + * Fixed: + + Don't write empty entry points file for wheel targets if + there are no entry points defined + + Allow metadata hooks to set the version in all cases + + Prevent duplicate file entries from inclusion when using the + force-include option + ------------------------------------------------------------------- Sun Jun 12 13:54:32 UTC 2022 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index ab399c4..db617c0 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.3.1 +Version: 1.4.0 Release: 0 Summary: Build backend used by Hatch License: MIT