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

scripts/publish.py: replace toposort dependency with python std graphlib module #3126

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

epilys
Copy link
Contributor

@epilys epilys commented Aug 22, 2022

Python standard library already includes a topological sorter: https://docs.python.org/3/library/graphlib.html

We don't need a third party dependency in scripts/publish.py.

Closes #2965

…lib module

Python standard library already includes a topological sorter: https://docs.python.org/3/library/graphlib.html

We don't need a third party dependency in scripts/publish.py.

Closes #2965
@epilys epilys added the 🎉 enhancement New feature! label Aug 22, 2022
@epilys epilys added this to the v3.0 milestone Aug 22, 2022
@epilys epilys self-assigned this Aug 22, 2022
@epilys
Copy link
Contributor Author

epilys commented Aug 22, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 22, 2022

Build succeeded:

@bors bors bot merged commit a766959 into master Aug 22, 2022
@bors bors bot deleted the remove-toposort branch August 22, 2022 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 enhancement New feature!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scripts/publish.py: replace toposort dependency with python std graphlib module
2 participants