Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Skip existing packages in spk-convert-pip #1178

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

jrray
Copy link
Collaborator

@jrray jrray commented Feb 5, 2025

To avoid re-converting or aggressively increasing the minimum version required for python dependencies, use spk explain to detect when a dependency is already satisifed by an existing package in the repo. This new behavior can be disabled with the new --force-deps flag.

@jrray jrray self-assigned this Feb 5, 2025
To avoid re-converting or aggressively increasing the minimum version
required for python dependencies, use `spk explain` to detect when a
dependency is already satisifed by an existing package in the repo. This
new behavior can be disabled with the new `--force-deps` flag.

Signed-off-by: J Robert Ray <jrray@imageworks.com>
@jrray jrray force-pushed the convert-skip-existing branch from df6d25f to 3688949 Compare February 5, 2025 21:39
@jrray jrray merged commit 6b9540a into main Feb 13, 2025
5 checks passed
@jrray jrray deleted the convert-skip-existing branch February 13, 2025 07:08
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants