Skip to content

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
Contributor

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
Contributor

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
@sonarqubecloud
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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