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

Upgrade skipper click version to latest major #146

Open
wants to merge 1 commit into
base: upstream
Choose a base branch
from

Conversation

omertuc
Copy link
Contributor

@omertuc omertuc commented Aug 2, 2021

Since skipper is useful to be installed as a system-level
package and not just in a virtualenv, the older click version
conflicts with other utilities that use newer version of
click (such as Black)

This upgrade should fix that conflict. The breaking changes
between 6.0 -> 7.0 were changing underscores to dashes by
default. Skipper doesn't have any underscores in its subcommands

The breaking changes between 7.0 and 8.0 seem to be just dropping
support for Python 3.5 and Python 2.7

So I think this upgrade should be rather seamless

@eranco74
Copy link
Collaborator

eranco74 commented Aug 3, 2021

Dropping support for python 2.7 isn't seamless.
Currently, Skipper support Python 2.7, we even use test metrics to validate it.
On the other hand, it's 2021, perhaps it's about time.
@tsorya @romfreiman @ronniel1 thoughts?

@roeigo-stratoscale
Copy link

@eranco74 Just a reminder another small company uses this project and still need support for python 2.7 :)

@eranco74
Copy link
Collaborator

eranco74 commented Aug 4, 2021

@roeigo-stratoscale that small (and amazing) company owns the master branch.

Since skipper is useful to be installed as a system-level
package and not just in a virtualenv, the older click version
conflicts with other utilities that use newer version of
click (such as Black)

This upgrade should fix that conflict. The breaking changes
between 6.0 -> 7.0 were changing underscores to dashes by
default. Skipper doesn't have any underscores in its subcommands

The breaking changes between 7.0 and 8.0 seem to be just dropping
support for Python 3.5 and Python 2.7

So I think this upgrade should be rather seamless
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.

None yet

3 participants