Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Release Manager committed Oct 4, 2023
2 parents 56533be + 10d98a6 commit dfcd25f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.

0 comments on commit dfcd25f

Please sign in to comment.