py-setuptools: updated to 75.6.0
v75.6.0
Features
Preserve original PKG-INFO into METADATA when creating wheel (instead of
calling wheel.metadata.pkginfo_to_metadata). This helps to be more compliant
with the flow specified in PEP 517.
Changed the WindowsSdkVersion, FrameworkVersion32 and FrameworkVersion64
properties of setuptools.msvc.PlatformInfo to return an empty tuple instead of
None as a fallthrough case
misc/less: update to 668
Version 668 was released for beta testing on 9 Oct 2024, and was released for general use on 17 Oct 2024.
These are the differences between version 661 and version 668:
Make 256/true colors work better on Windows without -Da (github #539, github #546, github #562).
Fix build using --with-secure (github #544).
Fix crash when using --header on command line (github #545).
Fix possible crash when scrolling left/right or toggling -S (github #547).
Fix bug when using #stop in a lesskey file (github #551).
Fix bug when using --shift or --match-shift on command line with a parameter starting with '.' (github #554).
Fix bug in R command when file size changes (github #553).
Fix bug using --header when file does not fill screen (github #556).
Fix ^X bug when output is not a terminal (github #558).
Fix bug where ^Z is not handled immediately (github #563).
Fix bug where first byte from a LESSOPEN filter is deleted if it is greater than 0x7F (github #568).
Fix uninitialized variable in edit_ifile (github #573).
Fix incorrect handling of UTF-8 chars in prompts (github #576).
devel/mise: update to 2024.11.20
v2024.11.20
🚀 Features
optional dependencies by @jdx in #3104
🚜 Refactor
reorder methods by @jdx in aef623e
v2024.11.19
🚀 Features
checksums in lockfile by @jdx in #3096
allow specifying asdf plugins with full urls by @jdx in #3067
use aqua for etcd by @jdx in #3101
🐛 Bug Fixes
[12 lines not shown]
py-minio: updated to 7.2.11
7.2.11
prompt_object API support
remove EOLed python 3.8 support
WebIdentityClientGrantsProvider: use 'id_token' as fallback to 'access_token'
fix calling cleanup function in Worker.run() to avoid race condition
fix python3.13 leap day parsing warning in time.from_http_header()
py-pydantic: updted to 2.10.0
v2.10.0
Packaging
* Bump `pydantic-core` to `v2.27.0`
* Replaced pdm with uv
New Features
* Support `fractions.Fraction`
* Support `Hashable` for json validation
* Add a `SocketPath` type for `linux` systems
* Allow arbitrary refs in JSON schema `examples`
* Support `defer_build` for Pydantic dataclasses
* Adding v1 / v2 incompatibility warning for nested v1 model
* Add support for unpacked `TypedDict` to type hint variadic keyword arguments with `@validate_call`
* Support compiled patterns in `protected_namespaces`
[92 lines not shown]
py-pook: updated to 2.1.2
2.1.2
Return the correct type of headers object for standard library urllib
Support Sequence[tuple[str, str]] header input with aiohttp
Fix network filters when multiple filters are active
Fix aiohttp matching not working with session base URL or headers
Add support for Python 3.13
Upgrade net/mDNSResponder to v2559.1.1
Upstream's github repository mainly has patch bombs from Apple's
internal tree, so no changelog.
There is an rc.d script now, and mdnsd will change to a configurable
unprivileged user.