NetBSD/pkgsrc 9Q3mDlCdoc CHANGES-2024

   Updated net/py-zmq, devel/py-coverage
VersionDeltaFile
1.2678+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc dVUKjK4devel/py-coverage Makefile distinfo

   py-coverage: updated to 7.5.0

   Version 7.5.0 — 2024-04-23

   - Added initial support for function and class reporting in the HTML report.
     There are now three index pages which link to each other: files, functions,
     and classes.  Other reports don't yet have this information, but it will be
     added in the future where it makes sense.  Feedback gladly accepted!

   - Other HTML report improvements:

     - There is now a "hide covered" checkbox to filter out 100% files, finishing
       `issue 1384`_.

     - The index page is always sorted by one of its columns, with clearer
       indications of the sorting.

     - The "previous file" shortcut key didn't work on the index page, but now it
       does, fixing `issue 1765`_.

    [7 lines not shown]
VersionDeltaFile
1.51+7-3devel/py-coverage/Makefile
1.40+4-4devel/py-coverage/distinfo
1.19+4-1devel/py-coverage/PLIST
+15-83 files

NetBSD/pkgsrc spzzEzZnet/py-zmq PLIST Makefile, net/py-zmq/patches patch-buildutils_detect.py patch-setup.py

   py-zmq: updated to 26.0.2

   26.0.2

   - When bundling libsodium, download from libsodium's releases on GitHub instead of download.libsodium.org,
     which appears to error frequently.

   26.0.1

   - Fix install from source with cmake \< 3.21

   26.0.0

   pyzmq 26 is a small release, but with some big changes _hopefully_ nobody will notice,
   except for some users (especially on Windows) where pyzmq releases did not work.

   The highlights are:

   - The Cython backend has been rewritten using Cython 3's pure Python mode.

    [41 lines not shown]
VersionDeltaFile
1.20+11-22net/py-zmq/PLIST
1.41+5-6net/py-zmq/Makefile
1.33+4-6net/py-zmq/distinfo
1.4+1-1net/py-zmq/patches/patch-buildutils_detect.py
1.5+1-1net/py-zmq/patches/patch-setup.py
+22-365 files

NetBSD/pkgsrc 2nW9YQysecurity/cyrus-sasl MESSAGE

   cyrus-sasl: Remove some outdated text from MESSAGE.

   Some users found this text confusing and ended up trying to put config
   files in the very directory we were telling them not to, e.g.
   https://github.com/TritonDataCenter/pkgsrc/issues/378.

   This text was added almost 7 years ago, so we can be pretty confident that
   users have migrated past this change by now.
VersionDeltaFile
1.5+3-16security/cyrus-sasl/MESSAGE
+3-161 files

NetBSD/pkgsrc AzZY1e1doc CHANGES-2024

   Updated devel/py-pydantic-core, devel/py-pydantic
VersionDeltaFile
1.2677+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc inOQySKdevel/py-pydantic distinfo Makefile

   py-pydantic: updated to 2.7.1

   v2.7.1

   Packaging

   Bump pydantic-core to v2.18.2

   New Features

   Ftp and Websocket connection strings support

   Changes

   Use field description for RootModel schema description when there is …

   Fixes

   Fix validation_alias behavior with model_construct for AliasChoices and AliasPath

    [10 lines not shown]
VersionDeltaFile
1.16+4-4devel/py-pydantic/distinfo
1.17+3-3devel/py-pydantic/Makefile
+7-72 files

NetBSD/pkgsrc 9psZyWbdevel/py-pydantic-core distinfo Makefile

   py-pydantic-core: updated to 2.18.2

   v2.18.2

   Support multiple zeros as an int
   Fix validation of ints with leading unary plus
   Fix interaction between extra != 'ignore' and from_attributes=True
   Handle error from Enum's missing function as ValidationError
   Fix memory leak with Iterable validation
VersionDeltaFile
1.5+4-4devel/py-pydantic-core/distinfo
1.5+2-2devel/py-pydantic-core/Makefile
+6-62 files

NetBSD/pkgsrc hzkFd29lang/rust Makefile

   rust: add CHECK_PORTABILITY skip and use wildcard for ci scripts
VersionDeltaFile
1.308+4-10lang/rust/Makefile
+4-101 files

NetBSD/pkgsrc hwHkgc8lang/gcc10 Makefile.common, lang/gcc13 Makefile.common

   gcc*: Add NOT_FOR_PLATFORM for Darwin/aarch64.

   None of these releases support that platform, at least not without a large
   patch like the one we currently use for lang/gcc12 (to provide gfortran).
VersionDeltaFile
1.10+3-2lang/gcc10/Makefile.common
1.6+3-2lang/gcc13/Makefile.common
1.46+3-2lang/gcc6/Makefile
+9-63 files

NetBSD/pkgsrc DuWIvbLdoc CHANGES-2024

   doc: Updated devel/ast-grep to 0.21.0
VersionDeltaFile
1.2676+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc TDGthFBdevel/ast-grep distinfo cargo-depends.mk

   devel/ast-grep: update to 0.21.0

     feat: report unused rewriters #1064
     feat: report undefined error in fix #1070
     feat: define the resolution order of meta variables #1068
     feat: export used meta-var in transform #1069
     feat: export meta variables defined in transform #1066
     feat: export meta variables defined in constraints/rules #1067
     test: add test for Pattern::defined_vars method #1065
     feat: analyze meta variables defined in pattern #1065
     feat: add field id Error for relational rule #1059
     feat: support rewrtier check in sub-rule eb4c47c
     test: add undefined rewriter test d56ad74
     feat: add used_vars in TemplateFix 641d3b4
VersionDeltaFile
1.11+16-16devel/ast-grep/distinfo
1.9+4-4devel/ast-grep/cargo-depends.mk
1.11+2-2devel/ast-grep/Makefile
+22-223 files

NetBSD/pkgsrc zjb7a5Idoc CHANGES-2024

   Updated www/py-uwsgitop, textproc/py-ini2toml
VersionDeltaFile
1.2675+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc GUviruttextproc/py-ini2toml distinfo Makefile

   py-ini2toml: updated to 0.14

   Version 0.14

   * Introduce ``LiteTranslator`` and ``FullTranslator`` as
     convenience classes for more deterministic behaviour, :pr:`95`.
   * ``setuptools`` plugin:

     * Fix ``ValueError`` when ``setup.cfg`` contains ``[options.packages.find]``
       but also lists ``[options] packages = ...`` explicitly as a list of package
       names, :issue:`93`.

   * ``pytest`` plugin:

     * Remove comments when converting ``addopts`` with multi-line values, :issue:`98`.
VersionDeltaFile
1.4+4-4textproc/py-ini2toml/distinfo
1.6+2-2textproc/py-ini2toml/Makefile
+6-62 files

NetBSD/pkgsrc wssqmGywww/py-uwsgitop Makefile PLIST

   py-uwsgitop: updated to 0.12

   0.12
   Unknown changes
VersionDeltaFile
1.15+9-11www/py-uwsgitop/Makefile
1.5+7-7www/py-uwsgitop/PLIST
1.8+4-4www/py-uwsgitop/distinfo
+20-223 files

NetBSD/pkgsrc WAriBWNdoc CHANGES-2024

   Updated emulators/qemu, www/py-django-tastypie
VersionDeltaFile
1.2674+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc RuE1DAcwww/py-django-tastypie distinfo Makefile

   py-django-tastypie: updated to 0.14.7

   v0.14.7
   Added support for Django 5.0; in particular fixes for the django project retiring django.utils.datetime_safe
VersionDeltaFile
1.15+4-4www/py-django-tastypie/distinfo
1.21+2-2www/py-django-tastypie/Makefile
+6-62 files

NetBSD/pkgsrc zZzrfagemulators/qemu PLIST distinfo, emulators/qemu/patches patch-hw-mips-mipssim.c patch-meson.build

   qemu: updated to 9.0.0

   9.0.0
   https://wiki.qemu.org/ChangeLog/9.0
VersionDeltaFile
1.5+11-33emulators/qemu/patches/patch-hw-mips-mipssim.c
1.89+19-3emulators/qemu/PLIST
1.217+9-9emulators/qemu/distinfo
1.15+6-6emulators/qemu/patches/patch-meson.build
1.4+6-6emulators/qemu/patches/patch-target_i386_cpu.c
1.4+5-5emulators/qemu/patches/patch-hw-mips-Kconfig
+56-623 files not shown
+63-709 files

NetBSD/pkgsrc jVmOqxSdoc CHANGES-2024

   doc: Updated sysutils/yazi to 0.2.5
VersionDeltaFile
1.2673+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc pzZJQc7sysutils/yazi distinfo cargo-depends.mk

   sysutils/yazi: update to 0.2.5

   This version introduces a new DDS (Data Distribution Service) aimed at
   facilitating communication and state synchronization between multiple Yazi
   instances, as well as state persistence.

   It's built on a client/server architecture (without the need for running
   additional server processes), and deeply integrates with a Lua-based
   publish-subscribe model.

   It also provides a set of new command-line options for interaction,
   such as ya pub, ya pub-static, yazi --local-events, yazi --remote-events,
   and currently used for:
    - Cross-process yank-paste
    - Change Yazi's CWD to PWD on subshell exit
    - Integration with the new yazi.nvim plugin: subscribing to file deletion,
      movement, and renaming events through yazi --local-events to keep Neovim's
      buffer/LSP in sync
    - bookmarks.yazi plugin: Saving bookmarks added by the user through the

    [110 lines not shown]
VersionDeltaFile
1.10+226-223sysutils/yazi/distinfo
1.9+74-73sysutils/yazi/cargo-depends.mk
1.11+2-2sysutils/yazi/Makefile
+302-2983 files

NetBSD/pkgsrc WIvoiwVdoc CHANGES-2024

   doc: Updated graphics/oxipng to 9.1.1
VersionDeltaFile
1.2672+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc bJUj4Fagraphics/oxipng distinfo Makefile

   graphics/oxipng: update to 9.1.1

   Version 9.1.1
       [Build] Change man page generation path to resolve issue with cargo publish.
VersionDeltaFile
1.12+4-4graphics/oxipng/distinfo
1.14+2-2graphics/oxipng/Makefile
1.10+0-0graphics/oxipng/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc Qmk0pHFlang/guile30 distinfo, lang/guile30/patches patch-libguile_posix.c

   guile30: compilation fix for previous

   (posix.c:1573:7: error: label at end of compound statement)
VersionDeltaFile
1.2+4-3lang/guile30/patches/patch-libguile_posix.c
1.6+2-2lang/guile30/distinfo
+6-52 files

NetBSD/pkgsrc 9IfCJJcdoc CHANGES-2024

   Updated misc/py-platformdirs, devel/py-freezegun
VersionDeltaFile
1.2671+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc GVLzdfJdevel/py-freezegun distinfo Makefile

   py-freezegun: updated to 1.5.0

   1.5.0

   * The default ignore list now contains the `queue`-package
   * Added a missing `move_to`-function when calling `freeze_time(tick=True)`
   * Fixes a rounding error in `time.time_ns()`
   * Fixed a bug where the default ignore list could not be empty (`configure(default_ignore_list=[])`)
   * All `tick()` methods now return the new datetime (instead of None)
   * Type improvements
VersionDeltaFile
1.17+4-4devel/py-freezegun/distinfo
1.18+2-2devel/py-freezegun/Makefile
1.7+1-3devel/py-freezegun/PLIST
+7-93 files

NetBSD/pkgsrc eqtSYp3misc/py-platformdirs Makefile distinfo

   py-platformdirs: updated to 4.2.1

   4.2.1

   Switch to ruff for formatting and use codespell and docformatter
   Use hatch over tox
   chore: various minor fixes
   chore: update dead Microsoft's known folders documentation link
   Allow working without ctypes
VersionDeltaFile
1.27+4-4misc/py-platformdirs/Makefile
1.26+4-4misc/py-platformdirs/distinfo
+8-82 files

NetBSD/pkgsrc RMpW6Uzgraphics/darktable hacks.mk distinfo, graphics/darktable/patches patch-src_external_rawspeed_data_cameras.xsd

   darktable: add build fix from upstream

   Via Dave Tyson on pkgsrc-users.
VersionDeltaFile
1.1+17-0graphics/darktable/patches/patch-src_external_rawspeed_data_cameras.xsd
1.4+5-5graphics/darktable/hacks.mk
1.41+2-1graphics/darktable/distinfo
+24-63 files

NetBSD/pkgsrc FJYwoPbdoc CHANGES-2024

   doc: Updated devel/macports-legacy-support to 1.2.3
VersionDeltaFile
1.2670+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc oT0hKNfdevel/macports-legacy-support distinfo Makefile, devel/macports-legacy-support/patches patch-Makefile patch-src_fdopendir.c

   macports-legacy-support: update to 1.2.3. Changes:

   1.2.3:
   - Add stpncpy() support, along with associated tests
   - Allow reexport on newer systems
   - test_dirfuncs_compat: fix warning

   1.2.2:
   - dirfuncs_compat: Add comment regarding retention
   - sysconf(_SC_PHYS_PAGES): Always use wrapper on i386
   - sys/socket.h: Fix CMSG_DATA definition in <10.6
   - Add test for os/lock.h
   - Add more library symbols for Rust support

   1.2.1:
   - Added compatibility entry points. No change to existing code.

   1.2.0:
   - fdopendir: fixes/improvements
   - Build fixes for dirent.h, on 10.9 and 10.4
VersionDeltaFile
1.1+39-0devel/macports-legacy-support/patches/patch-Makefile
1.2+5-8devel/macports-legacy-support/distinfo
1.2+2-2devel/macports-legacy-support/Makefile
1.2+1-1devel/macports-legacy-support/patches/patch-src_fdopendir.c
1.2+1-1devel/macports-legacy-support/patches/patch-include_dirent.h
1.2+1-1devel/macports-legacy-support/patches/patch-test_do__test__faccessat__setuid
+49-131 files not shown
+50-147 files

NetBSD/pkgsrc Iwy35mIdoc CHANGES-2024 TODO

   doc: Updated x11/rendercheck to 1.6
VersionDeltaFile
1.2669+2-1doc/CHANGES-2024
1.24368+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 8KdxTlDx11/rendercheck Makefile distinfo

   rendercheck: update to 1.6.

   Aaron Plattner (1):
         Skip shmblend if SHM pixmaps aren't supported

   Adam Jackson (4):
         triangles: Fix tests for conjoint and disjoint ops
         Be valgrind-clean
         Don't fail to find the a8r8g8b8 format pointlessly
         Enable a few more formats

   Alan Coopersmith (3):
         Update bug tracker URL in man page
         gitlab CI: add a basic build test
         t_repeat.c, t_triangles.c: convert from ISO-8859-1 to UTF-8

   Emil Velikov (1):
         autogen.sh: use quoted string variables


    [27 lines not shown]
VersionDeltaFile
1.7+5-5x11/rendercheck/Makefile
1.7+4-4x11/rendercheck/distinfo
+9-92 files