Skip to content

Commit dfcd25f

Browse files
author
Release Manager
committed
gh-36363: Fix dependencies of `packaging`, update `flit_core` to 3.9.0, `pip` to 23.2.1 <!-- ^^^^^ 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 --> <!-- Why is this change required? What problem does it solve? --> In a previous upgrade of `packaging`, its build system was changed to `flit_core`, but we forgot to update the dependencies. This can lead to errors as seen in `debian-bullseye-standard-sitepackages` (https://githu b.com/mkoeppe/sage/actions/runs/6344439483/job/17248093225). We fix it here. We also upgrade the packages `flit_core` and `pip`. <!-- 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. - [ ] 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: #36363 Reported by: Matthias Köppe Reviewer(s): Dima Pasechnik
2 parents 56533be + 10d98a6 commit dfcd25f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/flit_core/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=flit_core-VERSION.tar.gz
2-
sha1=fc82acf2a93d3bf6ce41ed1a1160f5be51ffda2a
3-
md5=4a4791e97f3a8c9a1645064a35636ee6
4-
cksum=2732326458
2+
sha1=05d6d7a3df5bdbd9df1b37a65662e5dbe94f23fd
3+
md5=3bc52f1952b9a78361114147da63c35b
4+
cksum=1703912415
55
upstream_url=https://pypi.io/packages/source/f/flit_core/flit_core-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1
1+
3.9.0

build/pkgs/packaging/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| setuptools pip wheel pyparsing setuptools_wheel $(PYTHON)
1+
| flit_core pip $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)