diff --git a/pip-tools-7.5.0.tar.gz b/pip-tools-7.5.0.tar.gz deleted file mode 100644 index 397a85684b810a890aae2496bc51399b4b485e15..0000000000000000000000000000000000000000 Binary files a/pip-tools-7.5.0.tar.gz and /dev/null differ diff --git a/pip-tools-7.5.1.tar.gz b/pip-tools-7.5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dc39008f2e2e5f7ea86a38fa4cf759cfa59ddc15 Binary files /dev/null and b/pip-tools-7.5.1.tar.gz differ diff --git a/python-pip-tools.spec b/python-pip-tools.spec index 708df7cfd628dc1d831fa0cdb092a74df2da5f0b..6f64a2cfa6a192e5639ab3e25b809abece30a1a6 100644 --- a/python-pip-tools.spec +++ b/python-pip-tools.spec @@ -1,6 +1,6 @@ Name: python-pip-tools -Version: 7.5.0 -Release: 1 +Version: 7.5.1 +Release: 1 Summary: pip-tools keeps your pinned dependencies fresh. License: MIT @@ -44,6 +44,13 @@ BuildRequires: python3-wheel %{_bindir}/pip-sync %changelog +* Mon Nov 03 2025 Yu Peng - 7.5.1-1 +- Upgrade to 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 + * pip-tools now officially supports pip version 25.2 + * ReadTheDocs builds for pip-tools no longer include htmlzip and pdf outputs + * 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