diff --git a/hatchling-1.25.0.tar.gz b/hatchling-1.25.0.tar.gz deleted file mode 100644 index 0c516df..0000000 --- a/hatchling-1.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262 -size 64632 diff --git a/hatchling-1.26.3.tar.gz b/hatchling-1.26.3.tar.gz new file mode 100644 index 0000000..2c19c7a --- /dev/null +++ b/hatchling-1.26.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b672a9c36a601a06c4e88a1abb1330639ee8e721e0535a37536e546a667efc7a +size 54968 diff --git a/python-hatchling.changes b/python-hatchling.changes index 30fc848..ffa07e9 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Nov 12 20:31:17 UTC 2024 - Benoît Monin + +- update to 1.26.3: + * Fixed: Support an old import path that is still used by some + consumers like Hatch +- additional changes from version 1.26.2: + * Fixed: + + Back-populate string license fields (License-Expression) for + core metadata versions prior to 2.4 + + Remove the License-Expression and License-Files core metadata + from version 2.2 that was missed in the previous minor + release + +------------------------------------------------------------------- +Sun Nov 10 16:24:38 UTC 2024 - Benoît Monin + +- update to version 1.26.1: + * Fixed: + + Add backward compatibility for the old license-files metadata + field + + Support an old import path that is still used by some + consumers like Hatch +- additional changes from version 1.26.0: + * Added: + + Support version 2.4 of core metadata for the wheel and sdist + targets + + Add HATCH_METADATA_CLASSIFIERS_NO_VERIFY environment variable + to disable trove classifier verification + + Add .pixi to the list of directories that cannot be traversed + + Bump the minimum supported version of packaging to 24.2 + * Fixed: + + No longer write package metadata for license expressions and + files for versions of core metadata prior to 2.4 + + Properly enable Zip64 support for the wheel target + + Properly ignore parent .gitingore files when the project root + matches one of the patterns +- increase minimum version of python-packaging to 24.2 + ------------------------------------------------------------------- Sat Jun 22 18:36:39 UTC 2024 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index 86c6cdd..6dd7579 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-hatchling -Version: 1.25.0 +Version: 1.26.3 Release: 0 Summary: Build backend used by Hatch License: MIT URL: https://hatch.pypa.io/latest/ Source0: https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} -BuildRequires: %{python_module packaging >= 21.3} +BuildRequires: %{python_module packaging >= 24.2} BuildRequires: %{python_module pathspec >= 0.10.1} BuildRequires: %{python_module pip} BuildRequires: %{python_module pluggy >= 1.0.0}