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

Upgrade pip and setuptools #401

Merged
merged 4 commits into from
Dec 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix sha for setuptools
  • Loading branch information
zanieb committed Dec 4, 2024
commit d3bac4edef190eb761f85933691f301f06989b4d
2 changes: 1 addition & 1 deletion pythonbuild/downloads.py
Original file line number Diff line number Diff line change
@@ -279,7 +279,7 @@
"setuptools": {
"url": "https://files.pythonhosted.org/packages/55/21/47d163f615df1d30c094f6c8bbb353619274edccf0327b185cc2493c2c33/setuptools-75.6.0-py3-none-any.whl",
"size": 1224032,
"sha256": "setuptools-75.6.0-py3-none-any.whl",
"sha256": "ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d",
"version": "75.6.0",
},
# Remember to update verify_distribution.py when version changed.
Loading