diff --git a/pip-tools-7.5.0.tar.gz b/pip-tools-7.5.1.tar.gz similarity index 90% rename from pip-tools-7.5.0.tar.gz rename to pip-tools-7.5.1.tar.gz index 397a85684b810a890aae2496bc51399b4b485e15..1b73686081fd9977534a0ea5340e43760e399adf 100644 Binary files a/pip-tools-7.5.0.tar.gz and b/pip-tools-7.5.1.tar.gz differ diff --git a/python-pip-tools.spec b/python-pip-tools.spec index 708df7cfd628dc1d831fa0cdb092a74df2da5f0b..11bae3d232d7c3c058fd7f2b575d55b54af35fe3 100644 --- a/python-pip-tools.spec +++ b/python-pip-tools.spec @@ -1,5 +1,5 @@ Name: python-pip-tools -Version: 7.5.0 +Version: 7.5.1 Release: 1 Summary: pip-tools keeps your pinned dependencies fresh. @@ -44,6 +44,12 @@ BuildRequires: python3-wheel %{_bindir}/pip-sync %changelog +* Mon Nov 3 2025 Hann - 7.5.1-1 +- Update package to version 7.5.1 + * Fixed static parsing of pyproject.toml data when the pyproject.toml is supplied as a relative path + * Fixed a bug which removed slashes from URLs in -r and -c in the output of pip-compile + * Fixed an incompatibility with click >= 8.3 which made pip-compile display incorrect options in the compile command in output headers + * Mon Sep 29 2025 zhangyulong - 7.5.0-1 - Update package to version 7.5.0 -Fixed the ordering of format controls to preserve underlying pip behavior