NetBSD/pkgsrc kCLLmNtdoc CHANGES-2025

   Updated geography/py-maxminddb, geography/py-geoip2
VersionDeltaFile
1.7022+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc aSWo2IDgeography/py-geoip2 Makefile distinfo

   py-geoip2: updated to 5.2.0

   5.2.0 (2025-11-20)

   * IMPORTANT: Python 3.10 or greater is required. If you are using an older
     version, please use an earlier release.
   * `maxminddb` has been upgraded to 3.0.0. This includes free-threading
     support.
   * Setuptools has been replaced with the uv build backend for building the
     package.
   * A new ``anonymizer`` object has been added to ``geoip2.models.Insights``.
     This object is a ``geoip2.records.Anonymizer`` and contains the following
     fields: ``confidence``, ``network_last_seen``, ``provider_name``,
     ``is_anonymous``, ``is_anonymous_vpn``, ``is_hosting_provider``,
     ``is_public_proxy``, ``is_residential_proxy``, and ``is_tor_exit_node``.
     These provide information about VPN and proxy usage.
   * A new ``ip_risk_snapshot`` property has been added to
     ``geoip2.records.Traits``. This is a float ranging from 0.01 to 99 that
     represents the risk associated with the IP address. A higher score indicates

    [5 lines not shown]
VersionDeltaFile
1.11+4-5geography/py-geoip2/Makefile
1.7+4-4geography/py-geoip2/distinfo
1.5+1-2geography/py-geoip2/PLIST
+9-113 files

NetBSD/pkgsrc IohKlNogeography/py-maxminddb distinfo Makefile

   py-maxminddb: updated to 3.0.0

   3.0.0 (2025-10-15)

   * IMPORTANT: Python 3.10 or greater is required. If you are using an older
     version, please use an earlier release.
   * Databases can now be loaded from buffers. This can be done by passing in a
     buffer as the database and using mode ``MODE_FD``. Pull request by Emanuel
     Seemann.
   * The C extension now supports Python 3.13+ free-threading mode and is
     thread-safe for concurrent reads on platforms with pthread support (such as
     Linux and macOS) and Windows. On other platforms, the extension will use
     GIL-based protection.
   * The C extension now uses PEP 489 multi-phase initialization, enabling
     proper subinterpreter support and module isolation for Python 3.12+. This
     modernizes the extension to use heap types instead of static types and
     implements per-module state management. Key benefits include support for
     Python 3.12+ isolated subinterpreters, multiple independent module
     instances, and future-proofing for Python 3.14's InterpreterPoolExecutor.

    [16 lines not shown]
VersionDeltaFile
1.8+4-4geography/py-maxminddb/distinfo
1.12+2-2geography/py-maxminddb/Makefile
+6-62 files

NetBSD/pkgsrc XyhF98Zdoc CHANGES-2025

   Updated net/unbound, security/py-bandit
VersionDeltaFile
1.7021+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc 9gp0xrNsecurity/py-bandit distinfo Makefile

   py-bandit: updated to 1.9.2

   1.9.2

   * Check whether Constant value is str
   * Argparse Python 3.14 enhancements

   1.9.1

   * More Python version related fixes

   1.9.0

   * [pre-commit.ci] pre-commit autoupdate
   * Drop support of end-of-life Python 3.9
   * Support of Python 3.14
   * Bump sigstore/cosign-installer from 3.10.0 to 4.0.0
   * [pre-commit.ci] pre-commit autoupdate
   * Bump docker/login-action from 3.5.0 to 3.6.0

    [10 lines not shown]
VersionDeltaFile
1.12+4-4security/py-bandit/distinfo
1.20+2-2security/py-bandit/Makefile
+6-62 files

NetBSD/pkgsrc aY7YlfPnet/unbound distinfo Makefile

   unbound: updated to 1.24.2

   1.24.2
   Bug Fixes
   Additional fix for CVE-2025-11411 (possible domain hijacking attack), to include YXDOMAIN and non-referral nodata answers in the mitigation as well, reported by TaoFei Guo from Peking University, Yang Luo and JianJun Chen from Tsinghua University.
VersionDeltaFile
1.89+4-4net/unbound/distinfo
1.131+2-2net/unbound/Makefile
+6-62 files

NetBSD/pkgsrc izHgqEUdoc CHANGES-2025

   Updated www/py-hishel, misc/py-trove-classifiers
VersionDeltaFile
1.7020+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc 2MDK3xDmisc/py-trove-classifiers distinfo Makefile

   py-trove-classifiers: updated to 2025.12.1.14

   2025.12.1.14
   add classifier for Zope 6
VersionDeltaFile
1.43+4-4misc/py-trove-classifiers/distinfo
1.45+2-2misc/py-trove-classifiers/Makefile
+6-62 files

NetBSD/pkgsrc tqg7yNUwww/py-hishel distinfo Makefile

   py-hishel: updated to 1.1.7

   1.1.7

   Refactoring
   * refactor(storage): create sqlite database path only when creating connections

   Miscellaneous Tasks
   * chore(deps-dev): bump the python-packages group with 5 updates

   Bug Fixes
   * fix(cache): Lambda parameter name clashes the loop variable being closed over

   Documentation
   * add release process guidelines for maintainers

   Features
   * Feature/accept pathlib path in SqliteStorage
VersionDeltaFile
1.5+4-4www/py-hishel/distinfo
1.5+2-2www/py-hishel/Makefile
+6-62 files

NetBSD/pkgsrc buqVpLxdoc CHANGES-2025

   Updated www/py-genshi, textproc/py-sphinxcontrib-spelling
VersionDeltaFile
1.7019+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc easrLYJtextproc/py-sphinxcontrib-spelling Makefile distinfo

   py-sphinxcontrib-spelling: updated to 8.0.2

   8.0.2

   Switch to hatch
   build(deps): bump actions/checkout from 4 to 5
   feat: explicitly add python 3.13 support
   feat: add automatically generated documentation for key modules
   build(deps): bump actions/setup-python from 5 to 6
   build(deps): bump actions/checkout from 5 to 6
   fix: handle TypeError when source is None in Sphinx 8.2
VersionDeltaFile
1.11+4-5textproc/py-sphinxcontrib-spelling/Makefile
1.3+4-4textproc/py-sphinxcontrib-spelling/distinfo
1.4+1-2textproc/py-sphinxcontrib-spelling/PLIST
+9-113 files

NetBSD/pkgsrc Y2JZ6l8www/py-genshi PLIST Makefile

   py-genshi: updated to 0.7.10

   Version 0.7.10

   * Remove dependency on six.
   * Update the benchmarks to support Python 3.13 (the "cgi" module was removed in 3.13)
   * Migrate documentation to Sphinx.
   * Update GitHub Action versions.
   * Fix HTMLParser error handling.
   * Switch tests to pytest.
VersionDeltaFile
1.11+52-52www/py-genshi/PLIST
1.31+4-7www/py-genshi/Makefile
1.14+4-4www/py-genshi/distinfo
+60-633 files

NetBSD/pkgsrc IiOFBbkdoc CHANGES-2025

   Updated sysutils/py-kubernetes, www/py-test-httpx
VersionDeltaFile
1.7018+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc AtwWN0qwww/py-test-httpx Makefile distinfo

   py-test-httpx: updated to 0.36.0

   0.36.0

   Changed
   - `pytest` required version is now `9`.

   Added
   - Explicit support for python `3.14`.
   - `match_params` parameter is now available on responses and callbacks registration, as well as request(s) retrieval. Allowing to provide query parameters as a dict instead of being part of the matched URL.
     - This parameter allows to perform partial query params matching ([refer to documentation](README.md#matching-on-query-parameters) for more information).

   Fixed
   - URL with more than one value for the same parameter were not matched properly (matching was performed on the first value).
   - `httpx_mock.add_exception` is now properly documented (accepts `BaseException` instead of `Exception`).

   Removed
   - `pytest` `8` is not supported anymore.
   - python `3.9` is not supported anymore.
VersionDeltaFile
1.19+5-6www/py-test-httpx/Makefile
1.17+4-4www/py-test-httpx/distinfo
+9-102 files

NetBSD/pkgsrc uCVQYWWsysutils/py-kubernetes PLIST distinfo

   py-kubernetes: updated to 34.1.0

   34.1.0

   Kubernetes API Version: v1.34.1
VersionDeltaFile
1.8+421-136sysutils/py-kubernetes/PLIST
1.8+4-4sysutils/py-kubernetes/distinfo
1.14+2-4sysutils/py-kubernetes/Makefile
+427-1443 files

NetBSD/pkgsrc 31LwV4ldoc pkg-vulnerabilities

   pkg-vulnerabilities: add last 24 hours CVEs

   + ImageMagick, chromium, go, py-django, wireshark
VersionDeltaFile
1.677+23-1doc/pkg-vulnerabilities
+23-11 files

NetBSD/pkgsrc ea0Im2ndoc CHANGES-2025

   pdated devel/py-urwid, devel/py-test-localserver
VersionDeltaFile
1.7017+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc 7EnoOnmdevel/py-test-localserver distinfo Makefile

   py-test-localserver: updated to 0.10.0

   0.10.0 (2025-11-24)

   Clarify examples in README
   Drop Python 3.6 support
   Add Python 3.14 support
   Add pytest 9 support
   Consolidate tests
   Remove obsolete driver code in some modules
   Remove obsolete PyTest command from setup.py
   Switch to PEP-639 compliant license metadata
   Update outdated GitHub Action versions
   Add a summary GitHub Action job
   Update the AUTHORS file
VersionDeltaFile
1.12+4-4devel/py-test-localserver/distinfo
1.16+2-3devel/py-test-localserver/Makefile
1.6+1-2devel/py-test-localserver/PLIST
+7-93 files

NetBSD/pkgsrc IPvwnrGdevel/py-urwid distinfo Makefile

   py-urwid: updated to 3.0.4

   Urwid 3.0.4

   Deprecations
   * Fix CheckBox DeprecationWarning: Use user_args instead of user_arg

   Other Changes
   * Refactoring: use official python way for lazy imports
VersionDeltaFile
1.47+4-4devel/py-urwid/distinfo
1.59+2-2devel/py-urwid/Makefile
+6-62 files

NetBSD/pkgsrc FtwLfZCdevel/py-gitlab Makefile PLIST

   py-gitlab: package properly
VersionDeltaFile
1.2+11-7devel/py-gitlab/Makefile
1.2+9-9devel/py-gitlab/PLIST
1.1+1-0devel/py-gitlab/ALTERNATIVES
+21-163 files

NetBSD/pkgsrc cOg2MhYdoc pkg-vulnerabilities

   pkg-vulnerabilities: Limit CVE-2025-13836 and CVE-2025-13837

   New python313 and python314 releases contain fixes for them.
VersionDeltaFile
1.676+4-4doc/pkg-vulnerabilities
+4-41 files

NetBSD/pkgsrc tOIRVKfdoc CHANGES-2025

   doc: Updated textproc/treemd to 0.4.2
VersionDeltaFile
1.7016+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc QK8MhQktextproc/treemd distinfo Makefile

   textproc/treemd: update to 0.4.2

   [0.4.2] - 2025-12-02
   Fixed
   What's Changed

       Add Homebrew installation instructions by @gromgit in #6
       docs: add installation instructions for Arch Linux by @orhun in #7
       fix: display link targets inline to prevent layout shift in link navigator by @kanatti in #9
       fix: prevent infinite scrolling in help popup and refactor help text by @kanatti in #11

   Details

       Sub-headings not displayed in content pane - Fixed regression where sub-headings within a section were not rendered in the content pane (#10)
           Added Block::Heading variant to the parser's block types
           Sub-headings now render with proper styling (colored, bold, underlined) matching the screenshot in README
           Content structure and hierarchy are preserved when viewing sections

       Link selection visibility in interactive mode - Selected links now have clear visual highlighting

    [48 lines not shown]
VersionDeltaFile
1.7+4-4textproc/treemd/distinfo
1.7+2-2textproc/treemd/Makefile
1.7+0-0textproc/treemd/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc MY7gExsdoc CHANGES-2025

   doc: Updated multimedia/t-rec to 0.8.1
VersionDeltaFile
1.7015+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc wmyWJEEmultimedia/t-rec distinfo cargo-depends.mk

   multimedia/t-rec: update to 0.8.1

   Added
       Improve CLI help readability and fix config path docs (#305)

   Fixed
       restore terminal state after video prompt timeout (#303)

   Other
       update ventura wallpaper and upgrade dependencies (#302)

   0.8.0 - 2025-11-30
   Added
       add interactive prompt for video generation (#298)
       configurable framerate for smoother animations (#296)

   0.7.11 - 2025-11-30
   Added
       add config file with profiles support (#295)

    [4 lines not shown]
VersionDeltaFile
1.6+268-199multimedia/t-rec/distinfo
1.6+88-65multimedia/t-rec/cargo-depends.mk
1.40+13-3multimedia/t-rec/Makefile
+369-2673 files

NetBSD/pkgsrc NMuVxhgdoc CHANGES-2025

   doc: Updated devel/cargo-about to 0.8.3
VersionDeltaFile
1.7014+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc sEsYLVIdevel/cargo-about distinfo cargo-depends.mk

   devel/cargo-about: update to 0.8.3

   Changed
       PR#291 resolved #272 by exposing the core generate function and associated types publicly.
       PR#294 updated spdx to 0.13, replacing the need for askalono for license detection.
VersionDeltaFile
1.9+376-433devel/cargo-about/distinfo
1.9+124-143devel/cargo-about/cargo-depends.mk
1.12+2-2devel/cargo-about/Makefile
+502-5783 files

NetBSD/pkgsrc kxQ2SJNdoc CHANGES-2025

   doc: Updated textproc/bat to 0.26.1
VersionDeltaFile
1.7013+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc w3Kw9oQtextproc/bat distinfo cargo-depends.mk

   textproc/bat: update to 0.26.1

   Features

       Add paging to '-h' and '--help' see PR #3478 (@MuntasirSZN)

   Bugfixes

       Fix hang when using --list-themes with an explicit pager, see #3457 (@abhinavcool42)
       Fix negative values of N not being parsed in <N:M> line ranges without = flag value separator, see #3442 (@lmmx)
       Fix broken Docker syntax preventing use of custom assets, see #3476 (@keith-hall)
       Fix decorations being applied unexpectedly when piping. Now only line numbers explicitly required on the command line should be applied in auto decorations mode for cat compatibility. See #3496 (@keith-hall)
       Fix diagnostics attempting to find the version of an executable named builtin when builtin pager is used. See #3498 (@keith-hall)
       --help now correctly reads the config file for theme information etc. See #3507 (@keith-hall)

   Other

       Improve README documentation on pager options passed to less, see #3443 (@injust)
       Make PowerShell completions compatible with PowerShell v5.1, see #3495 (@keith-hall)

    [8 lines not shown]
VersionDeltaFile
1.28+64-58textproc/bat/distinfo
1.12+20-18textproc/bat/cargo-depends.mk
1.39+3-2textproc/bat/Makefile
+87-783 files

NetBSD/pkgsrc KMWZcrsdoc CHANGES-2025

   Updated net/libtorrent, net/rtorrent
VersionDeltaFile
1.7012+3-1doc/CHANGES-2025
+3-11 files