Results 4 issues of Tom

lxml 6 doesn't find a `` tag via the XPath expression `//body` anymore when the parsed HTML doesn't contain any tags at all. This currently causes the following tests to...

I've been using this patch locally for some time now, thought I'd upstream. ## Things done - Built on platform: - [x] x86_64-linux - [x] aarch64-linux - [ ] x86_64-darwin...

6.topic: GNOME
10.rebuild-linux: 1-10
10.rebuild-darwin: 0
10.rebuild-linux: 1

https://github.com/siddhantgoel/streaming-form-data/blob/v1.19.1/CHANGELOG.md ~~This also fixes the build of `python313Packages.streaming-form-data` (#388196, #356812).~~ Python 3.13 build was fixed separately via https://github.com/NixOS/nixpkgs/commit/18590d1e372a8e4414120da1a0c497e1ed353454. ## Things done - Built on platform(s) - [x] x86_64-linux - [x]...

6.topic: python
10.rebuild-linux: 1-10
10.rebuild-darwin: 1-10
12.approvals: 2
12.approved-by: package-maintainer
backport release-25.05

Python 3.13 introduced the `show_empty` keyword argument to [`ast.dump`](https://docs.python.org/3/library/ast.html#ast.dump). If `show_empty` is `False`, `ast.dump` omits empty lists and fields that are `None` from its output. Since `show_empty=False` is the default...