diff --git a/pip-tools-7.4.1.tar.gz b/pip-tools-7.4.1.tar.gz deleted file mode 100644 index d4378f98474c26730dc990bb9a0f10b8372d9c7e..0000000000000000000000000000000000000000 Binary files a/pip-tools-7.4.1.tar.gz and /dev/null differ diff --git a/pip-tools-7.5.0.tar.gz b/pip-tools-7.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..397a85684b810a890aae2496bc51399b4b485e15 Binary files /dev/null and b/pip-tools-7.5.0.tar.gz differ diff --git a/python-pip-tools.spec b/python-pip-tools.spec index 37c6200aba07fbeb578c929d8af31416b5b76cb7..708df7cfd628dc1d831fa0cdb092a74df2da5f0b 100644 --- a/python-pip-tools.spec +++ b/python-pip-tools.spec @@ -1,5 +1,5 @@ -Name: python-pip-tools -Version: 7.4.1 +Name: python-pip-tools +Version: 7.5.0 Release: 1 Summary: pip-tools keeps your pinned dependencies fresh. @@ -44,6 +44,16 @@ BuildRequires: python3-wheel %{_bindir}/pip-sync %changelog +* 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 + -Fixed NoCandidateFound exception to be compatible with pip >= 24.1 + -pip-compile now produces relative paths for editable dependencie + -Fixed crash failures due to incompatibility with pip >= 25.1 + -pip-compile now treats package versions requested on the command line as constraints for the underlying pip usage. + -This applies to build deps in addition to normal package requirements. + -pip-tools now tests on and officially supports Python 3.12 + * Thu Oct 24 2024 shaoning - 7.4.1-1 - Update package to version 7.4.1 * Skip constraint path check