diff --git a/hatch-1.12.0.tar.gz b/hatch-1.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6699d948c1e6e8cc9d62ee60c009bdd9beb61526 Binary files /dev/null and b/hatch-1.12.0.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..1a97d5e50e599da1786ad9a8c17fcc457b2d0c1a 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.12.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/fd/40/dbf99436f18bd8b820d5690dff5a534092e1456ba74a87699118b0221417/hatch-1.12.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -68,5 +68,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 12 2024 lixiaoyong - 1.12.0-1 +- Upgrade package version to 1.12.0 + Add ability to control the source of Python distributions + Upgrade Ruff to 0.4.5 + Upgrade PyApp to 0.22.0 for binary builds + The fmt command no longer hides the commands that are being executed + Add default timeout for network requests, useful when installing Python distributions + Fix syntax highlighting contrast for the config show command + * Wed Nov 29 2023 Dongxing Wang - 1.7.0-1 - Init package