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

Fix dependencies of packaging, update flit_core to 3.9.0, pip to 23.2.1 #36363

Merged
merged 3 commits into from
Oct 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions build/pkgs/flit_core/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=flit_core-VERSION.tar.gz
sha1=fc82acf2a93d3bf6ce41ed1a1160f5be51ffda2a
md5=4a4791e97f3a8c9a1645064a35636ee6
cksum=2732326458
sha1=05d6d7a3df5bdbd9df1b37a65662e5dbe94f23fd
md5=3bc52f1952b9a78361114147da63c35b
cksum=1703912415
upstream_url=https://pypi.io/packages/source/f/flit_core/flit_core-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/flit_core/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.1
3.9.0
2 changes: 1 addition & 1 deletion build/pkgs/packaging/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| setuptools pip wheel pyparsing setuptools_wheel $(PYTHON)
| flit_core pip $(PYTHON)

----------
All lines of this file are ignored except the first.
6 changes: 3 additions & 3 deletions build/pkgs/pip/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=pip-VERSION.tar.gz
sha1=29167fffe19874a74247fe92f4fdba1bb1221c61
md5=996f58a94fe0b8b82b6795c42bd171ba
cksum=537001443
sha1=4bdfd8e976b5122cf55f4f4740f7305f1ffa4310
md5=e9b1226701a56ee3fcc81aba60d25d75
cksum=1940746834
upstream_url=https://pypi.io/packages/source/p/pip/pip-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/pip/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.3.1
23.2.1