d1edbaa512
- Update to 7.4.1: * Skip constraint path check (#2038). * Fix collecting deps for all extras in multiple input packages (#1981). - 7.4.0: * Features: - Allow force-enabling or force-disabling colorized output (#2041). - Add support for command-specific configuration sections (#1966). - Add options for including build dependencies in compiled output (#1681). * Bug Fixes: - Fix for src-files not being used when specified in a config file (#2015). - Fix ignorance of inverted CLI options in config for pip-sync (#1989). - Filter out origin ireqs for extra requirements before writing output annotations (#2011). - Make BacktrackingResolver ignore extras when dropping existing constraints (#1984). - Display pyproject.toml's metatada parsing errors in verbose mode (#1979). * Other Changes: - Add mention of pip-compile-multi in Other useful tools README section (#1986).
Daniel Garcia2024-03-19 12:44:30 +00:00
4597fdcadb
Accepting request 1128420 from devel:languages:python
Ana Guerrero2023-11-24 22:34:28 +00:00
0fc9df47e5
- Skip a recalcitrant test with the backtracking resolver
Steve Kowalik2023-11-24 04:44:17 +00:00
b85c20dd67
- update to 7.3.0: * Add --no-strip-extras and warn about strip extras by default * Fix revealed default config in header if requirements in subfolder * Direct references show extra requirements in .txt files * Document how to run under pipx run * Document that the backtracking resolver is the current default * Add -c/--constraint option to pip-compile * Allow options in config from both pip-compile and pip- sync * Fix rejection of negating CLI boolean flags in config * Validate parsed config against CLI options * Fix a bug where pip-sync would unexpectedly uninstall some packages * Backwards Incompatible Changes: * Default to --resolver=backtracking * Drop support for Python 3.7 * Add support for pip==23.2 where refactored out DEV_PKGS * Add --no-config option (#1896). * Sync direct references with hashes * Fix missing vias when more than two input files are used * Support config defaults using .pip-tools.toml or pyproject.toml * Log a warning if the user specifies -P and the output file is present but empty * Improve warning for pip-compile if no --allow-unsafe was passed * Correct in README pre-commit hook to run off
Dirk Mueller2023-08-13 21:18:45 +00:00
77a2a99fe0
- Update to 6.6.2: * Fix support for pip>=22.1 (#1618). * Update PyPIRepository::resolve_reqs() for pip>=22.1.1 (#1624). - Add ca-certificates to BuildRequires.
Steve Kowalik2022-06-16 05:47:52 +00:00