py-watchfiles: updated to 1.3.0
1.3.0
Bump pyo3 from 0.28.3 to 0.29.0
Add Python 3.14t to Windows wheel builds
Build abi3 wheels for CPython
prep v1.3.0 release
py-wcwidth: updated to 0.8.4
0.8.4 *2026-09-17*
* **Bugfix** `clip()`_ hangs with OSC 8 hyperlinks in some conditions
* **Bugfix** width of ITU T.416 colon-format SGR color parameters
* **Bugfix** width of OSC 66 text sizing sequences without a text field
* **Bugfix** `width()`_, `ljust()`_, `rjust()`_, `center()`_, `clip()`_ and `strip_sequences()`_
treated ``ESC ( LF`` as text instead of a character set designation (rare)
* **Bugfix** `clip()`_ painter's algorithm and "tab expansion" should be spaces
* **Changed** `iter_graphemes()`_ clustering rule GB9c for Unicode 18.0
* **Changed** ``ambiguous_width`` arguments are now clamped to allowed range (1, 2)
* **Changed** `wrap()`_ now raises ``ValueError`` for a width of zero or less, matching stdlib
``textwrap``. Previously ``wrap('女', 0)`` returned ``['女']``
* **Changed** `clip()`_ arguments ``start=0`` and ``end=-1`` become optional
* **Updated** tables for Unicode version 18.0
* **Updated** ``ucs-detect`` data files used in some automatic tests are no longer
distributed,
py-aiohttp-cors: updated to 0.8.1
0.8.1 (2025-03-31)
- Fix packaging to not install on Python 3.8.
0.8.0 (2025-03-11)
- Make the library compatible with aiohttp 3.9+ and Python 3.9+
lang/ruby34: Fix ruby-rjit option
Fix build problem with ruby-rjit PKG_OPTIONS provided by PR pkg/60763.
No PKGREVISION bump since it is simply build problem.
py-hatchling: updated to 1.32.4
1.32.1
Fixed:
Preserve the version string exactly as written in core metadata, so stylized versions such as CalVer 2026.08.10 are no longer stripped of leading zeros. Distribution file names and .dist-info directories continue to use the PEP 440 normalized form.
snappy: updated to 1.3.1
Snappy v1.3.1, Sep 18th 2026:
* Fixed a uint32_t overflow when decompressor accepted an input with incorrect format
* Significant RISC-V efficiency improvements
* New API on providing your own memory context
* Supporting compression levels (1-2) in C API
* Various other small fixes
py-tifffile: updated to 2026.9.20
2026.9.20
- Fix TiffPage.delete corrupting NDPI files.
- Fix unwrapping offsets in LSM files > 4GB with T, P, and M dimensions.
- Support Mikroscan and Motic formats (structurally identical to SVS).
- Support MedScan Trestle series and metadata.
x11/blueprint-compiler: import blueprint-compiler-0.22.2
GtkBuilder XML format is quite verbose, and many app developers don't like
using WYSIWYG editors for creating UIs. Blueprint files are intended to be a
concise, easy-to-read format that makes it easier to create and edit GTK UIs.
Internally, it compiles to GtkBuilder XML as part of an app's build system. It
adds no new features, just makes the features that exist more accessible.
Another goal is to have excellent developer tooling--including a language
server--so that less knowledge of the format is required. Hopefully this will
increase adoption of cool advanced features like GtkExpression.