Skip to content

Commit c8299c7

Browse files
author
Release Manager
committed
gh-36540: `build/pkgs/pip`: Increase lower version bound; upgrade `pip`, `wheel`, `packaging`, `platformdirs` <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> ... to fix `opensuse-15.5-gcc_11-python3.11-sitepackages` https://github.com/mkoeppe/sage/actions/runs/6622955701/job/18026350285 ``` [pillow-10.0.1] Usage: [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] <requirement specifier> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] -r <requirements file> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] [-e] <vcs project url> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] [-e] <local project path> ... [pillow-10.0.1] /sage/local/var/lib/sage/venv- python3.11/bin/python3 -m pip wheel [options] <archive url/path> ... [pillow-10.0.1] [pillow-10.0.1] no such option: -C [pillow-10.0.1] Warning: building with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore- requires-python --find-links=/sage/local/var/lib/sage/venv- python3.11/var/lib/sage/wheels" failed. [pillow-10.0.1] Retrying with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore-requires-python --no- build-isolation --no-binary :all:". [pillow-10.0.1] ``` (first reported in #36536) Prompted by looking at changelogs of related packages, we update a few: - https://pip.pypa.io/en/stable/news/ <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36540 Reported by: Matthias Köppe Reviewer(s): Michael Orlitzky
2 parents 970d7f2 + 5db8ca8 commit c8299c7

File tree

9 files changed

+18
-17
lines changed

9 files changed

+18
-17
lines changed

build/pkgs/packaging/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=packaging-VERSION.tar.gz
2-
sha1=1245c28c10ae6cb80164f081daece224b6fa89bc
3-
md5=f7d5c39c6f92cc2dfa1293ba8f6c097c
4-
cksum=11867377
2+
sha1=603cbd6e3416f1f4b6c0f924216f96fe67d9f6da
3+
md5=d54eeff8c7ca86980528f4132f258d54
4+
cksum=307392791
55
upstream_url=https://pypi.io/packages/source/p/packaging/packaging-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.1
1+
23.2

build/pkgs/pip/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=pip-VERSION.tar.gz
2-
sha1=4bdfd8e976b5122cf55f4f4740f7305f1ffa4310
3-
md5=e9b1226701a56ee3fcc81aba60d25d75
4-
cksum=1940746834
2+
sha1=d1400a4eb662e4741ac68957f47bc97d600743f8
3+
md5=f0c9fba61e9d9badcc9921062e993d84
4+
cksum=309527365
55
upstream_url=https://pypi.io/packages/source/p/pip/pip-VERSION.tar.gz

build/pkgs/pip/install-requires.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
pip >=22.1
1+
pip >=23.1.0
22
# for use of the "in-tree-build" feature, default since 21.3, by the Sage distribution
33
# for use of --config-settings, 22.1
4+
# for use of -C as a shortcut for --config-settings, 23.1.0

build/pkgs/pip/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.2.1
1+
23.3.1

build/pkgs/platformdirs/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=platformdirs-VERSION.tar.gz
2-
sha1=c4e0f8486e67a97affbc1b6b267a1f196c4177fa
3-
md5=1c1c8c05e9bc370b78e0a95103523b75
4-
cksum=4231977838
2+
sha1=82e215dc9c45eedf9168584fede36d795714f677
3+
md5=a6ba3a442347fac346982acb597c8bf8
4+
cksum=2465457023
55
upstream_url=https://pypi.io/packages/source/p/platformdirs/platformdirs-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.0
1+
3.11.0

build/pkgs/wheel/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=wheel-VERSION.tar.gz
2-
sha1=ff9a5efeabf8e73e8b1a8646eaa829154f834726
3-
md5=83bb4e7bd4d687d398733f341a64ab91
4-
cksum=518943238
2+
sha1=34a787f7069762e267e5ed62ed31cc9c87ea910b
3+
md5=06271a9e90c948b7e93dd7ce0fd90272
4+
cksum=444550709
55
upstream_url=https://pypi.io/packages/source/w/wheel/wheel-VERSION.tar.gz

build/pkgs/wheel/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.38.4
1+
0.41.2

0 commit comments

Comments
 (0)