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

gdm install shouldn't bump version numbers #76

Closed
jasich opened this issue Nov 24, 2015 · 5 comments
Closed

gdm install shouldn't bump version numbers #76

jasich opened this issue Nov 24, 2015 · 5 comments
Assignees
Labels

Comments

@jasich
Copy link

jasich commented Nov 24, 2015

After running gdm install I noticed that the version changed even though the dependency was already installed. Seems like only upgrade should do this.

I'M OLD GREG

@jacebrowning
Copy link
Owner

Is this specifically referring to cases where a list of dependencies is provided? (e.g. gdm install dep_a dep_b)

@jasich
Copy link
Author

jasich commented Nov 29, 2015

I take this back, this has to have happened from running gdm upgrade for a specific dependency. We had reason to believe that this was from a running of gdm install, but after evaluating the commands run I'm pretty sure that gdm upgraded more than the specified dependency.

@jacebrowning
Copy link
Owner

I'm going to consider this a feature request to also apply the dependency filtering behavior (e.g. gdm update foo bar) to the locking of those dependency versions. Currently gdm will record all dependency versions.

@jacebrowning
Copy link
Owner

@jasich @karlin This should give you the behavior you want: $ pip3 install gdm==0.7.dev1

@jacebrowning
Copy link
Owner

This behavior is now available in 0.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants