diff --git a/hatch-1.15.1.tar.gz b/hatch-1.15.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..91fd6ea86fd45e65c92458a32cb7cb487b489b95 Binary files /dev/null and b/hatch-1.15.1.tar.gz differ diff --git a/hatch-1.7.0.tar.gz b/hatch-1.7.0.tar.gz deleted file mode 100644 index 928a0477ce71581fa6de30db2728a6d82759d36b..0000000000000000000000000000000000000000 Binary files a/hatch-1.7.0.tar.gz and /dev/null differ diff --git a/python-hatch.spec b/python-hatch.spec index 1c4095b4090d5b7f6fbf327865623af56fe6d1a1..5a8d1cdda6ec4556e1e3c3b8a74105ede832c364 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hatch -Version: 1.7.0 +Version: 1.15.0 Release: 1 Summary: A modern, extensible Python project manager. License: MIT URL: https://github.com/pypa/hatch -Source0: https://files.pythonhosted.org/packages/5a/ff/d0dc75f39798af1d3d2258c82c5fdeca2817cbfadba7c41e8fb7cf0db984/hatch-1.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/f8/30/a7f19d337df93fb15dec6892e9ae678acd4ae10ce03d02722f17c7fe513b/hatch-1.15.1.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 05 2025 zhangzeyang - 1.15-1 +update version to 1.15.1 + * Wed Nov 29 2023 Dongxing Wang - 1.7.0-1 - Init package