pyinvoke / invocations

Reusable Invoke tasks
http://invocations.readthedocs.io
BSD 2-Clause "Simplified" License
165 stars 28 forks source link

Newer `semantic_version` #39

Open mtelka opened 1 year ago

mtelka commented 1 year ago

invocations currently pins its requirements to semantic_version>=2.4,<2.7. The latest semantic_version that matches is 2.6.0 released seven years ago. This causes problems for operating systems packagers because they usually pack recent versions of software and it is very hard to provide multiple versions to fulfill similar ancient requirements.

For example, in OpenIndiana the semantic_version package is at version 2.10.0.

Please update invocations to work with newer semantic_version. Thank you.