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

Implement comparison of two deepdep objects #45

Open
ErdaradunGaztea opened this issue Apr 22, 2022 · 0 comments
Open

Implement comparison of two deepdep objects #45

ErdaradunGaztea opened this issue Apr 22, 2022 · 0 comments
Labels
feature 💡 New feature or enhancement request long term 📆 TODO long term

Comments

@ErdaradunGaztea
Copy link
Collaborator

Description of a problem related to your idea
I'd like to compare differences between dependencies used in different versions of a package; e.g. differences between deepdep v0.2.0 and deepdep v0.4.1.

Solution you'd like
I'd want a function called diffdep() that takes two deepdep objects and returns a list with the following fields:

  • added: for packages that weren't dependencies before, but now are
  • removed: for packages that aren't dependencies anymore
  • upgraded & downgraded: for changes of minimum required version of a package
  • promoted & demoted or simply changed: for moving packages between different dependency types, e.g. from Suggests to Imports
@ErdaradunGaztea ErdaradunGaztea added feature 💡 New feature or enhancement request long term 📆 TODO long term labels Apr 22, 2022
@ErdaradunGaztea ErdaradunGaztea added this to the deepdep v0.5.0 milestone Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 💡 New feature or enhancement request long term 📆 TODO long term
Projects
None yet
Development

No branches or pull requests

1 participant