diff --git a/hatchling-1.13.0.tar.gz b/hatchling-1.13.0.tar.gz deleted file mode 100644 index 1fe72ea..0000000 --- a/hatchling-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8d275a2cc720735286b7c2e2bc35da05761e6d3695c2fa416550395f10c53c7 -size 61744 diff --git a/hatchling-1.14.0.tar.gz b/hatchling-1.14.0.tar.gz new file mode 100644 index 0000000..9e2ee6f --- /dev/null +++ b/hatchling-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462ea91df03ff5d52813b5613fec1313a1a2059d2e37343e572b3f979867c5da +size 55567 diff --git a/python-hatchling.changes b/python-hatchling.changes index 8d83986..05e645d 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 3 16:22:45 UTC 2023 - Benoît Monin + +- update to 1.14.0: + * Added: Add trove-classifiers as a dependency + * Fixed: Properly normalize metadata descriptions that contain + line breaks +- requires python-trove-classifiers + ------------------------------------------------------------------- Thu Feb 9 17:13:34 UTC 2023 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index 389167e..8b6eeaf 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -17,7 +17,7 @@ Name: python-hatchling -Version: 1.13.0 +Version: 1.14.0 Release: 0 Summary: Build backend used by Hatch License: MIT @@ -31,12 +31,14 @@ BuildRequires: %{python_module pathspec >= 0.10.1} BuildRequires: %{python_module pip} BuildRequires: %{python_module pluggy >= 1.0.0} BuildRequires: %{python_module tomli >= 1.2.2 if %python-base < 3.11} +BuildRequires: %{python_module trove-classifiers} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-editables >= 0.3 Requires: python-packaging >= 21.3 Requires: python-pathspec >= 0.10.1 Requires: python-pluggy >= 1.0.0 +Requires: python-trove-classifiers Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch