diff --git a/hatch-1.14.2.tar.gz b/hatch-1.14.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2de166b097c3d00cf1615c4dd9b9c74494d10f33 Binary files /dev/null and b/hatch-1.14.2.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..339d9a82939a3bcfbbe594c44c29e5d5103c171f 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 -Release: 1 +Version: 1.14.2 +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/04/7a/6ad202db77fc02f2368836604942926b57db6c5b76808ac1a2b1874f0bcd/hatch-1.14.2.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -14,6 +14,7 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling +BuildRequires: python3-hatch-vcs %description Hatch is a modern, extensible Python project manager. @@ -68,5 +69,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Sep 29 2025 Yu Peng - 1.14.2-1 +- Upgrade to 1.14.2 + * Drop support for Python 3.8 + * Fix issue where terminal output would be out of sync during build. + * Fix for Click Sentinel value when using run command + * Wed Nov 29 2023 Dongxing Wang - 1.7.0-1 - Init package