diff --git a/hatchling-1.21.0.tar.gz b/hatchling-1.21.0.tar.gz deleted file mode 100644 index 9138494..0000000 --- a/hatchling-1.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c -size 58055 diff --git a/hatchling-1.21.1.tar.gz b/hatchling-1.21.1.tar.gz new file mode 100644 index 0000000..83c1990 --- /dev/null +++ b/hatchling-1.21.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc +size 58059 diff --git a/python-hatchling.changes b/python-hatchling.changes index def3aaa..4c76b3b 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 25 21:07:23 UTC 2024 - Benoît Monin + +- update to 1.21.1: + * Fix loading of local plugins to account for newly released + versions of a dependency + ------------------------------------------------------------------- Thu Dec 21 14:30:24 UTC 2023 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index a185628..4f3b3e2 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -1,7 +1,7 @@ # # spec file for package python-hatchling # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hatchling -Version: 1.21.0 +Version: 1.21.1 Release: 0 Summary: Build backend used by Hatch License: MIT @@ -40,7 +40,7 @@ Requires: python-pathspec >= 0.10.1 Requires: python-pluggy >= 1.0.0 Requires: python-trove-classifiers Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %if 0%{?python_version_nodots} < 311 Requires: python-tomli >= 1.2.2