py-scrapy: updated to 2.14.1
Scrapy 2.14.1 (2026-01-12)
Deprecations
- ``scrapy.utils.defer.maybeDeferred_coro()`` is deprecated. (:issue:`7212`)
Bug fixes
- Fixed custom stats collectors that require a ``spider`` argument in their
``open_spider()`` and ``close_spider()`` methods not receiving the
argument when called by the engine.
Note, however, that the ``spider`` argument is now deprecated and will stop
being passed in a future version of Scrapy.
Quality assurance
- Replaced deprecated ``codecov/test-results-action at v1`` GitHub Action with
``codecov/codecov-action at v5``.
py-yamllint: updated to 1.38.0
1.38.0 (2026-01-13)
- Add support for Python 3.14, drop support for Python 3.9
- Require pathspec ≥ 1.0.0
- Config: Follow gitignore implementation in ``yaml-files`` and ``ignore``
- Config: Use "mapping" instead of "dict" for user-facing errors
- Rule ``indentation``: Fix error message for ``check-multi-line-strings``
- Rule ``quoted-strings``: Add ``quote-type: consistent``
- Docs: Update the name of BSD ports
- Docs: Enhance wording of recursive directory lint in README
- Docs: Add Alpine Linux installation instructions in README
opencolorio: updated to 2.5.1
2.5.1
This is an ABI-compatible update for the 2.5.x series that includes all fixes since the 2.5.0 release.
The two most notable changes are:
The output of pure-gamma TRC curves in ICC profiles is no longer clamped.
The texture binding indices for Vulkan have been reworked
Ninja is very persistent in picking up undeclared dependencies during
package build. For now force-remove the html documentation, until we
find out where exactly that can be disabled during the configuration
phase.