Do the same workaround for i2c as was done for spi...
XXX XXX Big, fat, ugly workaround for an unfortunate senario triggered
XXX XXX by the CI20 kernel where there isn't a SoC I2C controller driver
XXX XXX that carries the fdt_i2c config attribute
ftp: limit I/O transfers to 128 KiB
Change the default/maximum I/O transfer size to 128 KiB,
instead of relying upon the socket buffer size.
Reworked change proposed by Michael van Elst.
Use more constants instead of magic values.
Bump version to 20260115.
Part of PR bin/59865.
py-icecream: updated to 2.1.9
2.1.9
Removed: Support for Python 3.8.
Fixed: Issues 229 and 60, which means improved lists output.
Big thanks to the community! This release was made possible by the people who contributed to the library.
py-gcovr: updated to 8.6
8.6
Breaking changes:
Drop support for Python 3.9.
New features and notable changes:
Add support for Python 3.14.
Bug fixes and small improvements:
To avoid merge errors, add the line number to the name of the unknown function.
If intermediate files are kept, rename the gcov files before processing them to log the
final filename.
Use the first line after a function definition and not the first line which is hit.
py-tomlkit: updated to 0.14.0
0.14.0 - 2026-01-13
Changed
- Drop support for Python older than 3.9. Remove 3.8 from the CI matrix.
Added
- Custom encoders can now receive `_parent` and `_sort_keys` parameters to enable proper encoding of nested structures.
- Add `String.type` property to get the string type.
Fixed
- Fixed `tomlkit.boolean()` API to correctly handle boolean inputs.
py-hy: updated to 1.2.0
1.2.0 ("Crackers and Snacks", released 2026-01-14)
Supports Python 3.9 – Python 3.14
New Features
* `setv` now supports chained assignment with `:chain`.
* Several functions in the standard `inspect` module have been
monkey-patched to work better with Hy code: `findsource`,
`getcomments`, `getfile`, `getsource`, `getsourcelines`.
* As a result, the `ll` command in `pdb` should now show a more
useful result in more cases.
yazi: update to 26.1.4.
## [v26.1.4]
### Added
- Support VFS for preset previewers that rely on external commands ([#3477])
- Support 8-bit images in RGB, CIELAB, and GRAY color spaces ([#3358])
### Fixed
- `ya pkg` fails to write `package.toml` when the config directory does not exist ([#3482])
- A race condition generating unique filenames for concurrent file operations ([#3494])
## [v25.12.29]
### Added
- Remote file management ([#3396])
[85 lines not shown]