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

build/pkgs/pip: Increase lower version bound; upgrade pip, wheel, packaging, platformdirs #36540

Merged
merged 5 commits into from
Oct 31, 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/packaging/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=packaging-VERSION.tar.gz
sha1=1245c28c10ae6cb80164f081daece224b6fa89bc
md5=f7d5c39c6f92cc2dfa1293ba8f6c097c
cksum=11867377
sha1=603cbd6e3416f1f4b6c0f924216f96fe67d9f6da
md5=d54eeff8c7ca86980528f4132f258d54
cksum=307392791
upstream_url=https://pypi.io/packages/source/p/packaging/packaging-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/packaging/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.1
23.2
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=4bdfd8e976b5122cf55f4f4740f7305f1ffa4310
md5=e9b1226701a56ee3fcc81aba60d25d75
cksum=1940746834
sha1=d1400a4eb662e4741ac68957f47bc97d600743f8
md5=f0c9fba61e9d9badcc9921062e993d84
cksum=309527365
upstream_url=https://pypi.io/packages/source/p/pip/pip-VERSION.tar.gz
3 changes: 2 additions & 1 deletion build/pkgs/pip/install-requires.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pip >=22.1
pip >=23.1.0
# for use of the "in-tree-build" feature, default since 21.3, by the Sage distribution
# for use of --config-settings, 22.1
# for use of -C as a shortcut for --config-settings, 23.1.0
2 changes: 1 addition & 1 deletion build/pkgs/pip/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.2.1
23.3.1
6 changes: 3 additions & 3 deletions build/pkgs/platformdirs/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=platformdirs-VERSION.tar.gz
sha1=c4e0f8486e67a97affbc1b6b267a1f196c4177fa
md5=1c1c8c05e9bc370b78e0a95103523b75
cksum=4231977838
sha1=82e215dc9c45eedf9168584fede36d795714f677
md5=a6ba3a442347fac346982acb597c8bf8
cksum=2465457023
upstream_url=https://pypi.io/packages/source/p/platformdirs/platformdirs-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/platformdirs/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.0
3.11.0
6 changes: 3 additions & 3 deletions build/pkgs/wheel/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=wheel-VERSION.tar.gz
sha1=ff9a5efeabf8e73e8b1a8646eaa829154f834726
md5=83bb4e7bd4d687d398733f341a64ab91
cksum=518943238
sha1=34a787f7069762e267e5ed62ed31cc9c87ea910b
md5=06271a9e90c948b7e93dd7ce0fd90272
cksum=444550709
upstream_url=https://pypi.io/packages/source/w/wheel/wheel-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/wheel/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.38.4
0.41.2
Loading