boost-libs: fix cmake files
Avoid path to workdir references, and reported fix path to include files.
From Anthony Mallet on tech-pkg
Bump PKGREVISION.
rumdl: update to 0.1.15.
## [0.1.15] - 2026-02-07
### Added
- **MD057: `relative-to-docs` option** - New config option for validating absolute
link paths relative to a documentation root directory
### Performance
- **2.5x faster on real-world repositories** - Comprehensive performance audit and
optimization across the core pipeline, rule implementations, and infrastructure.
Validated against ripgrep, ruff, and rust repositories (1,832 files, 276K lines)
with zero regressions.
Key optimizations:
- Switch release profile from size optimization (`opt-level = "z"`) to speed (`opt-level = 3`)
- Zero-allocation line ending normalization for LF-only files (common case)
[196 lines not shown]
py-sigal: update to 2.6.1.
Version 2.6.1
Fix a bug in photoswipe when some EXIF data does not contain the date information [:issue:`544`].
Version 2.6
Sigal now requires Python 3.11+.
With the photoswipe theme, albums can contain both images and sub-albums [:issue:`535`].
Fix issue with latest version of feedgenerator.
Fix compat with click 8.2.0.
Fix theme URL for photoswipe.
Thumbnail can now be set in index.md either with the original filename or with the thumbnail name after format conversion [:issue:`476`].
Allow portrait orientation for thumbnails [:issue:`531`].
nonmedia_files plugin: adding support for PDF thumbnails [:issue:`536`].
arm/imx23_olinuxino: implement multisegment DMA
This solves occasional issues in the sdmmc driver when it can't allocate large enough continguous segments due to memory fragmentation.
py-setuptools: update to 81.0.0.
v81.0.0
=======
Deprecations and Removals
-------------------------
- Removed support for the --dry-run parameter to setup.py. This
one feature by its nature threads through lots of core and ancillary
functionality, adding complexity and friction. Removal of this
parameter will help decouple the compiler functionality from
distutils and thus the eventual full integration of distutils.
These changes do affect some class and function signatures, so any
derivative functionality may require some compatibility shims to
support their expected interface. Please report any issues to the
Setuptools project for investigation. (#4872)
py-ruff: update to 0.15.0.
Breaking changes
Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.
The linter now supports block suppression comments. For example, to suppress N803 for all parameters in this function:
# ruff: disable[N803]
def foo(
legacyArg1,
legacyArg2,
legacyArg3,
legacyArg4,
): ...
# ruff: enable[N803]
See the documentation for more details.
[91 lines not shown]
py-pip: update to 26.0.1.
26.0.1 (2026-02-04)
===================
Bug Fixes
---------
- Fix ``--pre`` not being respected from the command line when a requirement file
includes an option e.g. ``-extra-index-url``. (`#13788 <https://github.com/pypa/pip/issues/13788>`_)
py-id: update to 1.6.1.
1.6.1
Audience fixes by @jku in #443
1.6.0
What's Changed
Add PyPy to testing strategy by @di in #340
refactor: replace requests with urllib3 by @woodruffw in #333
chore: mark Python 3.14 support, drop 3.8 by @woodruffw in #433
add support for --root-issuer when generating CCI claims by @meeech in #438
prep 1.6.0 release by @di in #440
libzim: update to 9.5.0.
libzim 9.5.0
============
* Handling Protection against too long words in titles (@veloman-yunkan #1004 #1034)
* Quick detection of corruption of 1st blob offset in cluster( @veloman-yunkan #1029 #1031)
* Use zim-testing-suite version 0.9.0 (@veloman-yunkan #1030)
libfyaml: update to 0.9.4.
## [0.9.4] - 2026-02-03
### Major: Full Windows Support
This release adds **full native Windows support**. libfyaml now builds and runs natively on Windows with MSVC, clang-cl, and Clang compilers.
**Native Windows builds:**
- Full support for building on Windows using MSVC, clang-cl, or GCC
- Works with Visual Studio, VSCode, and other Windows development tools
- All tests pass on Windows
**Cross-compilation from Linux:**
- Support for msvc-wine to install MSVC redistributables on Linux
- Compile using `cl.exe` via Wine
- Compile using `clang-cl` without Wine
- Compile using Clang cross-compilation triplet
[84 lines not shown]