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.1.tar.gz b/hatchling-1.14.1.tar.gz new file mode 100644 index 0000000..4c33653 --- /dev/null +++ b/hatchling-1.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fbc88cbd0d96c09c3e9392b51db513fd4cb4caf47615d65f935a5ef1756133 +size 55568 diff --git a/python-hatchling.changes b/python-hatchling.changes index 8d83986..de277e3 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Apr 24 16:30:48 UTC 2023 - Benoît Monin + +- update to 1.14.1: + * Fix internal archive root naming for the sdist target when + strict-naming is disabled to match the file name in order to + support the expectation of some frontends + +------------------------------------------------------------------- +Fri Apr 21 12:26:11 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +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..db2d374 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -16,8 +16,9 @@ # +%{?sle15_python_module_pythons} Name: python-hatchling -Version: 1.13.0 +Version: 1.14.1 Release: 0 Summary: Build backend used by Hatch License: MIT @@ -31,12 +32,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