Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: add purls to PackageRecord and lockfile #414

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

baszalmstra
Copy link
Collaborator

Implementation of conda/ceps#63

@baszalmstra baszalmstra requested a review from wolfv November 24, 2023 09:52
@baszalmstra baszalmstra merged commit d7ecd1f into conda:main Nov 24, 2023
8 checks passed
baszalmstra added a commit to prefix-dev/pixi that referenced this pull request Nov 24, 2023
This PR adds support for checking the satisfiability of the lock-file
which includes pypi-dependencies.

Purls have been added to the lock-file
(conda/rattler#414) (See also:
conda/ceps#63). This enables checking
which conda packages will install which pypi packages without needing to
check the internet. This ensures we can still check if a lock-file is up
to date quickly.

I did not profile this code but I think there are a lot of places we can
improve the performance. Thats for a later PR.

I also didn't add tests. I think we should but we can also do that in
another PR.

Closes #467

---------

Co-authored-by: Ruben Arts <ruben.arts@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants