NetBSD/pkgsrc ecvjTr9doc CHANGES-2026

   Updated devel/py-awscrt, devel/py-gcovr
VersionDeltaFile
1.242+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc uEU3rqwdevel/py-gcovr PLIST Makefile

   py-gcovr: updated to 8.5

   8.5
   Breaking changes:

   The option --lcov-test-name doesn't accept values with spaces anymore.
   The option --lcov-format-1.x is deprecated and mapped to --lcov-format-version=1.x.
   Changes to HTML templates:
   The file overview table in the default theme now uses a grid layout.
   The function lists table in both themes are changed to a grid layout.
   Add a common template folder where the common templates for the themes are stored.
   It contains the function content and source page navigation templates.
   Restructure the the summary and move some data to the footer.
   Add sorting by clicking on the headers of the file overview table and the function table.
   Add common stylesheet for all themes.
   Add navigation links to source details.
   Add buttons to toggle line background color in source details view.
   Add a document overview with all active lines in source details view.
   Added --html-static-report and remove argument from --html-single-page.

    [40 lines not shown]
VersionDeltaFile
1.4+20-9devel/py-gcovr/PLIST
1.10+5-5devel/py-gcovr/Makefile
1.6+4-4devel/py-gcovr/distinfo
+29-183 files

NetBSD/pkgsrc qTdFR2Wdevel/py-awscrt PLIST Makefile

   py-awscrt: updated to 0.31.0

   0.31.0

   crc combine
   Update submodules
VersionDeltaFile
1.2+8-2devel/py-awscrt/PLIST
1.3+4-4devel/py-awscrt/Makefile
1.2+4-4devel/py-awscrt/distinfo
+16-103 files

NetBSD/pkgsrc UAiqwJZmk/compiler gcc.mk

   mk: restrict GCC_REQD to major.minor
VersionDeltaFile
1.301+2-2mk/compiler/gcc.mk
+2-21 files

NetBSD/pkgsrc-wip a9f222fscilab Makefile

scilab: restrict GCC_REQD to major.minor
DeltaFile
+1-1scilab/Makefile
+1-11 files

NetBSD/pkgsrc-wip 7b0b14dlibLLVM35 Makefile

libLLVM35: decide on one gcc version to require
DeltaFile
+1-1libLLVM35/Makefile
+1-11 files

NetBSD/pkgsrc-wip 9ebf570. Makefile, boost-libs-2017Q1 PLIST Makefile

boost-libs-2017Q1: remove

9 years outdated, nothing in wip uses it
DeltaFile
+0-99boost-libs-2017Q1/PLIST
+0-78boost-libs-2017Q1/Makefile
+0-26boost-libs-2017Q1/buildlink3.mk
+0-14boost-libs-2017Q1/hacks.mk
+0-6boost-libs-2017Q1/DESCR
+1-1Makefile
+1-2246 files

NetBSD/pkgsrc 3KR4ulBlang/nodejs Makefile.common

   *: reduce GCC_REQD to major.minor
VersionDeltaFile
1.64+2-2lang/nodejs/Makefile.common
+2-21 files

NetBSD/pkgsrc-wip 4443060clock-signal Makefile, coxeter Makefile

*: reduce GCC_REQD to major.minor
DeltaFile
+1-1clock-signal/Makefile
+1-1coxeter/Makefile
+1-1dune-common/Makefile.common
+1-1libretro-citra/Makefile
+1-1lilypond-git/Makefile
+1-1openvdb/Makefile
+6-61 files not shown
+7-77 files

NetBSD/src x2qMl0Hdoc CHANGES

   doc: missed one
VersionDeltaFile
1.3214+4-2doc/CHANGES
+4-21 files

NetBSD/src FTrw27Idoc CHANGES

   doc: first week of 2026
VersionDeltaFile
1.3213+10-1doc/CHANGES
+10-11 files

NetBSD/pkgsrc-wip 4ee09d9wsjtx Makefile PLIST

(ham/wsjtx) files/README -> share/doc/wsjtx/README.netbsd
DeltaFile
+5-0wsjtx/Makefile
+1-0wsjtx/PLIST
+6-02 files

NetBSD/pkgsrc UTHcruegames/tyrquake distinfo, games/tyrquake/patches patch-include_common.h

   tyrquake: Work around broken headers on certain netbsd arches in stable
   releases.
VersionDeltaFile
1.3+2-2games/tyrquake/patches/patch-include_common.h
1.11+2-2games/tyrquake/distinfo
+4-42 files

NetBSD/pkgsrc rvmTbeCdoc CHANGES-2026

   Updated devel/py-filelock, www/py-sanic, textproc/py-textfsm, databases/py-alembic
VersionDeltaFile
1.241+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc aWIrbJidatabases/py-alembic PLIST distinfo

   py-alembic: updated to 1.18.0

   1.18.0

   feature

   [feature] [operations]
   When alembic is run in “verbose” mode, alembic now logs a message to indicate from which file is used to load the configuration.

   [feature] [autogenerate]
   Autogenerate reflection sweeps now use the “bulk” inspector methods introduced in SQLAlchemy 2.0, which for selected dialects including PostgreSQL and Oracle use batched queries to reflect whole collections of tables using O(1) queries rather than O(N).

   [feature] [autogenerate]
   Release 1.18.0 introduces a plugin system that allows for automatic loading of third-party extensions as well as configurable autogenerate compare functionality on a per-environment basis.
   The Plugin class provides a common interface for extensions that register handlers among Alembic’s existing extension points such as Operations.register_operation() and Operations.implementation_for(). A new interface for registering autogenerate comparison handlers, Plugin.add_autogenerate_comparator(), provides for autogenerate compare functionality that may be custom-configured on a per-environment basis using the new EnvironmentContext.configure.autogenerate_plugins parameter.
   The change does not impact well known Alembic add-ons such as alembic-utils, which continue to work as before; however, such add-ons have the option to provide plugin entrypoints going forward.
   As part of this change, Alembic’s autogenerate compare functionality is reorganized into a series of internal plugins under the alembic.autogenerate namespace, which may be individually or collectively identified for inclusion and/or exclusion within the EnvironmentContext.configure() call using a new parameter EnvironmentContext.configure.autogenerate_plugins. This parameter is also where third party comparison plugins may also be indicated.
   See Plugins for complete documentation on the new Plugin class as well as autogenerate-specific usage instructions.
   usecase

    [13 lines not shown]
VersionDeltaFile
1.12+28-4databases/py-alembic/PLIST
1.36+4-4databases/py-alembic/distinfo
1.46+2-2databases/py-alembic/Makefile
+34-103 files

NetBSD/pkgsrc ixP6HdXtextproc/py-textfsm PLIST Makefile

   py-textfsm: updated to 2.1.0

   2.1.0

   Fixed multiple issues with textual Pager:

   First line of output was not being displayed (off by one error).
   SetLines was being ignored. Page size was fixed to terminal size.
   Only every 2nd 'enter' key was registered by tty.read, switched to using 'n' key instead.
   Prompt string did not truncate on narrow terminals
   Added paging support for MS Windows terminals
   Pager no longer exits automatically at end of buffer
   Fixes day-one issue of non displaying empty lines
   Correctly handles files smaller than the terminal
VersionDeltaFile
1.3+9-11textproc/py-textfsm/PLIST
1.3+8-9textproc/py-textfsm/Makefile
1.2+4-4textproc/py-textfsm/distinfo
1.1+1-0textproc/py-textfsm/ALTERNATIVES
+22-244 files

NetBSD/pkgsrc 1Gwqal0www/py-sanic PLIST distinfo

   py-sanic: updated to 25.12.0

   25.12.0

   Create baseline for bandit to remove false positives
   Use secrets for generating unique ping payloads
   Add some typing and fix some tests
   Fix race condition in worker restart causing spawn failure
   Fix AttributeError in close_if_idle() when _http is not initialized
   Add typing for parameters of constructor of WorkerManager
   Update str_to_bool function to include 'nope' as a valid false value
   Add DetailedConverter for advanced environment variable conversion
   Fix WorkerManager.kill on Windows
   silent on RuntimeError when write_eof
   Single letter typo fix for request.md documentation
   Fixed incorrect links throughout the documentation
   Change the log type to debug
   Add correct path for Contribution guidelines
   Fix broken link in website

    [19 lines not shown]
VersionDeltaFile
1.23+13-1www/py-sanic/PLIST
1.35+4-4www/py-sanic/distinfo
1.46+3-3www/py-sanic/Makefile
+20-83 files

NetBSD/src Jpid6pztools/compat configure compat_defs.h

   tools build fixes for <sys/endian.h> changes, from skrll
VersionDeltaFile
1.111+12-12tools/compat/configure
1.131+5-2tools/compat/compat_defs.h
1.113+2-2tools/compat/configure.ac
+19-163 files

NetBSD/pkgsrc MJ8xNpqdevel/py-filelock distinfo Makefile

   py-filelock: updated to 3.20.3

   3.20.3
   Fix TOCTOU symlink vulnerability in SoftFileLock
VersionDeltaFile
1.36+4-4devel/py-filelock/distinfo
1.37+2-2devel/py-filelock/Makefile
+6-62 files

NetBSD/pkgsrc ZiAahThdoc CHANGES-2026

   Updated textproc/py-rst2pdf, www/py-starlette, math/py-scikit-learn, math/py-scikit-image
VersionDeltaFile
1.240+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc cymyXXzmath/py-scikit-image PLIST Makefile

   py-scikit-image: updated to 0.26.0

   0.26.0

   New Features

   - Add new parameter ``max_step_cost`` to ``skimage.graph.MCP.find_costs`` which allows limiting the maximal stepping cost between points
   - In ``skimage.transform``, add the ``identity`` class constructor to all geometric transforms. For example, you can now use  ``skimage.transform.PolynomialTransform(dimensionality=2)``
   - Add new property ``intensity_median`` to ``skimage.measure.regionprops``
   - ``binary_blobs`` now supports a ``mode`` parameter for the Gaussian filter, allowing periodic boundary conditions with ``mode="wrap"``
VersionDeltaFile
1.10+8-499math/py-scikit-image/PLIST
1.29+5-5math/py-scikit-image/Makefile
1.13+4-4math/py-scikit-image/distinfo
+17-5083 files

NetBSD/pkgsrc fSpcRY4math/py-scikit-learn PLIST Makefile, math/py-scikit-learn/patches patch-sklearn_preprocessing___target__encoder__fast.pyx

   py-scikit-learn: updated to 1.8.0

   Version 1.8.0

   Changes impacting many modules

   - |Efficiency| Improved CPU and memory usage in estimators and metric functions that rely on
     weighted percentiles and better match NumPy and Scipy (un-weighted) implementations
     of percentiles.

   Support for Array API

   Additional estimators and functions have been updated to include support for all
   `Array API <https://data-apis.org/array-api/latest/>`_ compliant inputs.
VersionDeltaFile
1.13+197-19math/py-scikit-learn/PLIST
1.34+8-8math/py-scikit-learn/Makefile
1.18+5-5math/py-scikit-learn/distinfo
1.3+3-3math/py-scikit-learn/patches/patch-sklearn_preprocessing___target__encoder__fast.pyx
+213-354 files

NetBSD/pkgsrc QoDDWhDwww/py-starlette distinfo Makefile

   py-starlette: updated to 0.51.0

   0.51.0 (January 10, 2026)

   Added

   * Add `allow_private_network` in `CORSMiddleware`

   Changed

   * Increase warning stacklevel on `DeprecationWarning` for wsgi module
VersionDeltaFile
1.14+4-4www/py-starlette/distinfo
1.15+2-2www/py-starlette/Makefile
+6-62 files

NetBSD/pkgsrc CMV4CPrtextproc/py-rst2pdf Makefile distinfo

   py-rst2pdf: updated to 0.104

   0.104 (2026-01-08)

   * Added: We now support Python 3.14
   * Changed: We now use docutil's smart quotes rather than the old, abandoned smartypants library
   * Changed: When using Sphinx 8.2.0+, rst2pdf uses Sphinx's formatting for the productionlist directive
   * Changed: Improved handling of linenos directive in code blocks
   * Note: A change in svglib results in text with SVGs rendering slightly smaller. See commit ``3a9955ca``
   * Note: With Pillow 11.1.0+, the dpi for an image is now populated correctly for images using cm. This
       affects the way images are sized as rst2pdf will now use the image's dpi value rather than defaulting
       to 300dpi.
   * Changed: We now use our own copy of docutils _roman_numerals.py from v0.22.4
   * Removed: Support for Python 3.9. Python 3.10 is the new minimum supported version of Python.
VersionDeltaFile
1.22+5-6textproc/py-rst2pdf/Makefile
1.12+4-4textproc/py-rst2pdf/distinfo
1.10+4-1textproc/py-rst2pdf/PLIST
+13-113 files

NetBSD/pkgsrc XZmA4hYdoc CHANGES-2026

   Updated sysutils/ansible-lint, mail/py-checkdmarc, www/py-flask-flatpages, sysutils/py-fsspec
VersionDeltaFile
1.239+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc Mg4acf2sysutils/py-fsspec distinfo Makefile

   py-fsspec: updated to 2026.1.0

   2026.1.0

   Put limits on install extras for s3fs/gcsfs to prevent installing
   ancient versions via pip.

   Enhancements

   - configure TLS protocol version for FTP

   Fixes

   - Respect auto_mkdir in mv for local

   Other

   - link to pydantic, code and union implementations
   - use backport.zstd or builtin
   - docs typo
VersionDeltaFile
1.24+4-4sysutils/py-fsspec/distinfo
1.25+2-2sysutils/py-fsspec/Makefile
+6-62 files

NetBSD/pkgsrc rffDgShwww/py-flask-flatpages PLIST distinfo

   py-flask-flatpages: updated to 0.9.0

   0.9.0

   New Features

   This release includes small improvements to developer experience
   enabled by dropping support for earlier Python versions. This includes
   type-hinting for most methods, with the exception of the renderer
   functions.

   Upgrade Notes

   Move metadata parsing logic to new parsers package. This change only
   impacts a private API, and paves the way to adding new metadata
   parsers in the future such as TOML.

   Deprecation Notes


    [11 lines not shown]
VersionDeltaFile
1.7+7-1www/py-flask-flatpages/PLIST
1.16+4-4www/py-flask-flatpages/distinfo
1.27+2-4www/py-flask-flatpages/Makefile
+13-93 files

NetBSD/pkgsrc Cp9B21Bmail/py-checkdmarc distinfo Makefile

   py-checkdmarc: updated to 5.13.2

   5.13.2
   Skip undecodable TXT records instead of raising exception during SPF lookup
VersionDeltaFile
1.25+4-4mail/py-checkdmarc/distinfo
1.27+2-2mail/py-checkdmarc/Makefile
+6-62 files

NetBSD/pkgsrc 58ij7xHsysutils/ansible-lint distinfo Makefile

   ansible-lint: updated to 26.1.0

   26.1.0

   fix: implement precise filtering for bracketed sub-tags
   fix: avoid unnecessary creation of .ansible folders
   fix: refactor RulesCollection to always require app argument
   fix: anchor kind discovery to project root
   fix: avoid creating cache directory when listing version
   fix: ensure exclude_paths are honored for unparseable files
   fix: avoid use of pathspec 1.0.0 until yamllint is updated
   fix: allow valid tabs in lineinfile nested in blocks
   fix: update documentation to clarify requirement to run from project …
   fix: replace hardcoded /tmp path with secure temp directory (CWE…
   fix: handle missing keys in _parse_failed_msg to prevent KeyError
   fix: add argument_specs to meta schema
   fix: retire -p/--parseable option
   fix: correct partial-become rule documentation comments
VersionDeltaFile
1.71+4-4sysutils/ansible-lint/distinfo
1.80+2-3sysutils/ansible-lint/Makefile
+6-72 files

NetBSD/pkgsrc Zu9GMnodoc CHANGES-2026

   Updated finance/py-stripe, devel/py-zope.interface, www/py-websockets, devel/py-jupyter_client
VersionDeltaFile
1.238+5-1doc/CHANGES-2026
+5-11 files