-
Notifications
You must be signed in to change notification settings - Fork 497
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
Replace naturalsort dependency with natsort or remove altogether #1317
Comments
dvzrv
added a commit
to dvzrv/pyOCD
that referenced
this issue
Jan 21, 2022
pyocd/commands/commands.py: Use natsort's `natsorted()` instead of naturalsort's `natsort()`. setup.cfg: Replace naturalsort with natsort. Fixes pyocd#1317
This was referenced Jan 21, 2022
I'm pretty sure I used naturalsort because it supports Python 2, which was needed for pyocd at the time. But now that pyocd is Python 3-only it's nice to be able to update. 😄 |
dvzrv
added a commit
to dvzrv/pyOCD
that referenced
this issue
Jan 21, 2022
pyocd/commands/commands.py: Use natsort's `natsorted()` instead of naturalsort's `natsort()`. setup.cfg: Replace naturalsort with natsort. Fixes pyocd#1317
flit
pushed a commit
that referenced
this issue
Jan 22, 2022
pyocd/commands/commands.py: Use natsort's `natsorted()` instead of naturalsort's `natsort()`. setup.cfg: Replace naturalsort with natsort. Fixes #1317
flit
pushed a commit
to flit/pyOCD
that referenced
this issue
Jan 22, 2022
pyocd/commands/commands.py: Use natsort's `natsorted()` instead of naturalsort's `natsort()`. setup.cfg: Replace naturalsort with natsort. Fixes pyocd#1317
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I'm about to package this project for Arch Linux (due to other dependencies).
Unfortunately the naturalsort upstream seems very dead, does conflict with natsort (which is actively maintained and already packaged on Arch Linux), has less features and thus seems less fit for being included in any upstream project.
It would be very cool if you could switch to using natsort, or remove the necessity of naturalsort altogether, which seems to be only required for this command:
pyOCD/pyocd/commands/commands.py
Lines 119 to 120 in 7d164d9
The text was updated successfully, but these errors were encountered: