-
Notifications
You must be signed in to change notification settings - Fork 110
Alternative to Version
from distutils
/packaging
#364
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
Comments
Today I hit a
It looks like libtmux depends on "packaging" as an undeclared dependency. That package is ubiquitous, so it's fine when installed globally or with |
@bszonye Good catch! Taking a closer look now |
Works for me with tmuxp v1.191, thanks! |
@bszonye Excellent! I will close this for now per tmuxp 1.19.1 (via libtmux 0.16.1) handling the |
This is necessary in libtmux and tmuxp.
tmuxp uses this for
tmux
versions (via git and 3.0b, etc)Needs to be flexible and ideally have no dependency
LegacyVersion deprecation
In
packaging
,LegacyVersion
(the supercessor toLooseVersion
) will be deprecated, we won't be able to support2.4-openbsd
(like what is seen on OpenBSD's tmux versionstmux versions
Version
Assure thatlibtmux.__version__
/tmuxp.__version__
supports git refs /local
match groupsThe text was updated successfully, but these errors were encountered: