NetBSD/pkgsrc 7p4RWchdoc CHANGES-2025

   doc: Updated graphics/argyllcms to 3.4.0
VersionDeltaFile
1.4261+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc GUlNZE1graphics/argyllcms distinfo Makefile, graphics/argyllcms/patches patch-spectro_icoms__ux.c

   update argyllcms to 3.4.0

   pkgsrc changes:
       -   depend on openssl to avoid it accidentially beind found but unlinkable
       -   handle new com.argyllcms.metainfo.xml file
       -   refresh line numbers in spectro/icoms_ux.c patch

   upstream changelog:

   [V3.3.0 -> V3.4.0] 8th July 2025

       -   Added support for Spyder and SpyderPRO (2024)
       -   Renamed proposed CIE 2012 2 and 10 degree to standard CIE 2015 2 and 10
           degree observers, as per CIE 170-2:2015.
       -   Added -Y c: option to colprof and invprofcheck to allow
           setting/overriding alibration curves for setting final ink limits.
       -   Added -Y c: option to xicclu to allow setting/overriding calibration
           curves for setting final ink limits, and added -T flag to show ink
           limits.

    [28 lines not shown]
VersionDeltaFile
1.4+5-5graphics/argyllcms/distinfo
1.2+5-5graphics/argyllcms/patches/patch-spectro_icoms__ux.c
1.6+6-3graphics/argyllcms/Makefile
1.2+2-1graphics/argyllcms/PLIST
+18-144 files

NetBSD/src Hgcs4w8usr.sbin/netgroup_mkdb netgroup_mkdb.c

   netgroup_mkdb: remove unreachable statements

   No binary change except for line numbers in assertions.
VersionDeltaFile
1.19+3-28usr.sbin/netgroup_mkdb/netgroup_mkdb.c
+3-281 files

NetBSD/pkgsrc 3nzeEyldoc CHANGES-2025

   doc: Updated pkgtools/pkglint to 23.18.0
VersionDeltaFile
1.4260+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc rzN3bMzpkgtools/pkglint distinfo go-modules.mk

   pkgtools/pkglint: update to 23.18.0

   Changes since 23.17.0:

   For packages that use Meson as their build system and also require
   Python at runtime, do not warn that Python is usually only necessary at
   build time.
VersionDeltaFile
1.39+16-16pkgtools/pkglint/distinfo
1.6+5-5pkgtools/pkglint/go-modules.mk
1.798+2-3pkgtools/pkglint/Makefile
+23-243 files

NetBSD/src 6reAcqLsys/arch/mips/mips pmap_machdep.c

   kern/59518: edgeroute 4 asserts every few months

   Don't check for differences in the TLB entry modified status for
   kernal mappings as they can be modified while the kernel pmap is
   being updated.
VersionDeltaFile
1.39+14-2sys/arch/mips/mips/pmap_machdep.c
+14-21 files

NetBSD/pkgsrc CkMtldgdoc CHANGES-2025 TODO

   doc: Updated comms/py-textual to 4.0.0
VersionDeltaFile
1.4259+2-1doc/CHANGES-2025
1.26007+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc iHpo4TLcomms/py-textual distinfo Makefile

   py-textual: update to 4.0.0.

   The highlight of this release is the new Markdown.append method
   which can be used to efficiently stream markdown content (like you
   might get from an LLM).
VersionDeltaFile
1.21+4-4comms/py-textual/distinfo
1.25+4-4comms/py-textual/Makefile
1.12+3-0comms/py-textual/PLIST
+11-83 files

NetBSD/pkgsrc cTBeD2Xdoc CHANGES-2025 TODO

   doc: Updated textproc/tree-sitter to 0.25.7
VersionDeltaFile
1.4258+2-1doc/CHANGES-2025
1.26006+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc amKG2PEtextproc/tree-sitter distinfo Makefile

   tree-sitter: update to 0.25.7.

   Changes not documented.
VersionDeltaFile
1.21+4-4textproc/tree-sitter/distinfo
1.23+2-2textproc/tree-sitter/Makefile
+6-62 files

NetBSD/pkgsrc uLUvcbXdoc CHANGES-2025 TODO

   doc: Updated devel/py-ruff to 0.12.3
VersionDeltaFile
1.4257+2-1doc/CHANGES-2025
1.26005+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc VayAp5gdevel/py-ruff distinfo cargo-depends.mk

   py-ruff: update to 0.12.3.

   Preview features

       [flake8-bugbear] Support non-context-manager calls in B017 (#19063)
       [flake8-use-pathlib] Add autofixes for PTH100, PTH106, PTH107, PTH108, PTH110, PTH111, PTH112, PTH113, PTH114, PTH115, PTH117, PTH119, PTH120 (#19213)
       [flake8-use-pathlib] Add autofixes for PTH203, PTH204, PTH205 (#18922)

   Bug fixes

       [flake8-return] Fix false-positive for variables used inside nested functions in RET504 (#18433)
       Treat form feed as valid whitespace before a line continuation (#19220)
       [flake8-type-checking] Fix syntax error introduced by fix (TC008) (#19150)
       [pyupgrade] Keyword arguments in super should suppress the UP008 fix (#19131)

   Documentation

       [flake8-pyi] Make example error out-of-the-box (PYI007, PYI008) (#19103)
       [flake8-simplify] Make example error out-of-the-box (SIM116) (#19111)

    [8 lines not shown]
VersionDeltaFile
1.66+58-31devel/py-ruff/distinfo
1.64+18-9devel/py-ruff/cargo-depends.mk
1.69+2-2devel/py-ruff/Makefile
+78-423 files

NetBSD/pkgsrc 1jkNxl1doc TODO CHANGES-2025

   doc: Updated devel/py-rope to 1.14.0
VersionDeltaFile
1.26004+1-2doc/TODO
1.4256+2-1doc/CHANGES-2025
+3-32 files

NetBSD/pkgsrc ezZSDhEdevel/py-rope Makefile distinfo

   py-rope: update to 1.14.0.

   # Release 1.14.0

   - #787 Add type hints to importinfo.py and add repr to ImportInfo (@lieryan)
   - #786 Upgrade Actions used in Github Workflows (@lieryan)
   - #785 Refactoring movetest.py (@lieryan)
   - #788 Introduce the `preferred_import_style` configuration (@nicoolas25, @lieryan)
   - #820 Add explicit sphinx.configuration key (@lieryan)
   - #805 Update GHA Python versions by (@lieryan)
   - #809 Python3.13 compat (@Nowa-Ammerlaan)
   - #818 Adapt conditional for Python 3.14 (@penguinpee)
VersionDeltaFile
1.46+5-3devel/py-rope/Makefile
1.29+4-4devel/py-rope/distinfo
+9-72 files

NetBSD/pkgsrc 0pqIQlQdoc CHANGES-2025 TODO

   doc: Updated print/py-pspdfutils to 3.3.11
VersionDeltaFile
1.4255+2-1doc/CHANGES-2025
1.26003+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc rh7O0vSprint/py-pspdfutils Makefile distinfo

   py-pspdfutils: update to 3.3.11.

   This release fixes some file object leaks.

   This had no impact on normal use in most cases, except in extractres
   where it would be theoretically possible to exhaust the file
   descriptor table if many different resources were present in a
   PostScript file.

   However, it showed up when running the tests with Python warnings
   enabled.

   The test setup has been fixed to run with -Wdefault.
VersionDeltaFile
1.25+5-3print/py-pspdfutils/Makefile
1.15+4-4print/py-pspdfutils/distinfo
1.4+1-2print/py-pspdfutils/PLIST
+10-93 files

NetBSD/pkgsrc KLnbsTldoc CHANGES-2025 TODO

   doc: Updated lang/py-lsp-server to 1.13.0
VersionDeltaFile
1.4254+2-1doc/CHANGES-2025
1.26002+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc iSKBkWHlang/py-lsp-server distinfo Makefile

   py-lsp-server: update to 1.13.0.

   ## Version 1.13.0 (2025/07/07)

   ### New features
   * Format signatures in docstrings.
   * Add support for type definition.
   * Send websocket payload using a queue.
   * Fix getting symbols with inline comments that include the `import` word.
   * Drop support for Python 3.8
VersionDeltaFile
1.14+4-4lang/py-lsp-server/distinfo
1.26+5-3lang/py-lsp-server/Makefile
1.7+5-1lang/py-lsp-server/PLIST
+14-83 files

NetBSD/pkgsrc Z3C7gN3doc CHANGES-2025 TODO

   doc: Updated www/py-google-api-python-client to 2.176.0
VersionDeltaFile
1.4253+2-1doc/CHANGES-2025
1.26001+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc dvDMEatwww/py-google-api-python-client distinfo Makefile

   py-google-api-python-client: update to 2.176.0.

   API updates.
VersionDeltaFile
1.106+4-4www/py-google-api-python-client/distinfo
1.114+3-3www/py-google-api-python-client/Makefile
+7-72 files

NetBSD/pkgsrc J1tXYx2doc CHANGES-2025 TODO

   doc: Updated security/py-cyclonedx-python-lib to 10.4.1
VersionDeltaFile
1.4252+2-1doc/CHANGES-2025
1.26000+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc Nfwc3pPsecurity/py-cyclonedx-python-lib Makefile distinfo

   py-cyclonedx-python-lib: update to 10.4.1.

   ## v10.4.1 (2025-07-08)

   ### Bug Fixes

   - Add runtime dependnecy `typing_extensions>=4.6; python_version<"3.13"`

   - Added runtime dependnecy `referencing>=0.28.4"`


   ## v10.4.0 (2025-07-08)

   ### Bug Fixes

   - Issue `DeprecationWarnings` for deprecated properties properly

   - Removed meaningless pattern checks for CycloneDX 1.2 JSON schema


    [5 lines not shown]
VersionDeltaFile
1.53+10-4security/py-cyclonedx-python-lib/Makefile
1.46+4-4security/py-cyclonedx-python-lib/distinfo
+14-82 files

NetBSD/pkgsrc YFsEPtSdoc pkg-vulnerabilities

   pkg-vulnerabilities: Add ruby resolv gem vulnerability

   Fixed upstream but latest stable release of Ruby affected.
VersionDeltaFile
1.465+5-1doc/pkg-vulnerabilities
+5-11 files

NetBSD/pkgsrc SNIFDKtprint/poppler Makefile.common

   poppler: add TEST_TARGET
VersionDeltaFile
1.164+6-1print/poppler/Makefile.common
+6-11 files

NetBSD/pkgsrc 3tfvI5tdoc CHANGES-2025 TODO

   doc: Updated www/py-aiohttp to 3.12.14
VersionDeltaFile
1.4251+2-1doc/CHANGES-2025
1.25999+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc YykJaYUwww/py-aiohttp Makefile distinfo

   py-aiohttp: update to 3.12.14.

   3.12.14 (2025-07-10)
   ====================

   Bug fixes
   ---------

   - Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects for non-POST methods, by preserving the request body when appropriate per :rfc:`9110#section-15.4.3-3.1` -- by :user:`bdraco`.

   - Fixed :py:meth:`ClientSession.close() <aiohttp.ClientSession.close>` hanging indefinitely when using HTTPS requests through HTTP proxies -- by :user:`bdraco`.

   - Bumped minimum version of aiosignal to 1.4+ to resolve typing issues -- by :user:`Dreamsorcerer`.



   Features
   --------


    [8 lines not shown]
VersionDeltaFile
1.97+6-3www/py-aiohttp/Makefile
1.90+4-4www/py-aiohttp/distinfo
+10-72 files

NetBSD/pkgsrc-wip 33af255. Makefile

Makefile: sync
DeltaFile
+6-1Makefile
+6-11 files

NetBSD/pkgsrc-wip 2d14064py-blockbuster DESCR Makefile

wip/py-blockbuster: import py313-blockbuster-1.5.24

TODO: Needs forbiddenfruit package.

Blockbuster is a Python package designed to detect and prevent
blocking calls within an asynchronous event loop.  It is particularly
useful when executing tests to ensure that your asynchronous code
does not inadvertently call blocking operations, which can lead to
performance bottlenecks and unpredictable behavior.

In Python, the asynchronous event loop allows for concurrent
execution of tasks without the need for multiple threads or processes.
This is achieved by running tasks cooperatively, where tasks yield
control back to the event loop when they are waiting for I/O
operations or other long-running tasks to complete.

However, blocking calls, such as file I/O operations or certain
networking operations, can halt the entire event loop, preventing
other tasks from running.  This can lead to increased latency and

    [11 lines not shown]
DeltaFile
+26-0py-blockbuster/DESCR
+20-0py-blockbuster/Makefile
+12-0py-blockbuster/PLIST
+5-0py-blockbuster/distinfo
+1-0py-blockbuster/TODO
+64-05 files

NetBSD/pkgsrc-wip f66a007py-isal PLIST Makefile

wip/py-isal: import py313-isal-1.7.2

Faster zlib and gzip compatible compression and decompression by
providing Python bindings for the ISA-L library.

This package provides Python bindings for the ISA-L library. The
Intel(R) Intelligent Storage Acceleration Library (ISA-L) implements
several key algorithms in assembly language. This includes a variety
of functions to provide zlib/gzip-compatible compression.
DeltaFile
+29-0py-isal/PLIST
+20-0py-isal/Makefile
+7-0py-isal/DESCR
+5-0py-isal/distinfo
+1-0py-isal/TODO
+62-05 files

NetBSD/pkgsrc EKRP4sYdoc CHANGES-2025 TODO

   doc: Updated devel/ninja-build to 1.13.1
VersionDeltaFile
1.4250+2-1doc/CHANGES-2025
1.25998+1-2doc/TODO
+3-32 files