NetBSD/pkgsrc CQghq2odoc CHANGES-2024

   Updated devel/py-test-lazy-fixtures, devel/py-limits
VersionDeltaFile
1.7925+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc V0iN7pgdevel/py-limits distinfo Makefile

   py-limits: updated to 3.14.1

   v3.14.1

   * Chore

     * Fix benchmark artifact upload/download issue during release
       creation

   v3.14.0

   * Feature

     * Allow custom collection names in mongodb storage

   * Compatibility

     * Add support for python 3.13
     * Drop support for python 3.8

    [4 lines not shown]
VersionDeltaFile
1.21+4-4devel/py-limits/distinfo
1.22+2-5devel/py-limits/Makefile
+6-92 files

NetBSD/pkgsrc gecAQ1hdevel/py-test-lazy-fixtures distinfo Makefile

   py-test-lazy-fixtures: updated to 1.1.1

   1.1.1

   ci-test.yml: Upload coverage to Codecov uses: codecov/codecov-action at v4
   Fix parametrized lazy fixture with pytest 7

   1.1.0

   Remove monkeypatch pytest namespace
   Keep GitHub Actions up to date with GitHub's Dependabot
   Load lazy fixtures for dict keys
   Bump the github-actions group with 3 updates
VersionDeltaFile
1.2+4-4devel/py-test-lazy-fixtures/distinfo
1.3+2-4devel/py-test-lazy-fixtures/Makefile
+6-82 files

NetBSD/pkgsrc OpnSX5Odoc CHANGES-2024

   Updated net/py-cares, mail/py-checkdmarc
VersionDeltaFile
1.7924+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc bLsGob7mail/py-checkdmarc distinfo Makefile

   py-checkdmarc: updated to 5.7.11

   5.7.11

   5.7.11

   Do not replace subdomains with base domains in SPF a mechanisms
   5.7.10

   Raise a warning instead of a UnicodeDecodeError when encountering a TXT record that is not decodable
   Alow CIDR notation on SPF a mechanisms
   Fix documentation for check_smtp_tls_reporting
   Fix SVG verification checks for BIMI SVG files
   Allow BIMI Mark Verification Certificates to be used for subdomains
   Fix crash on CSV output for a domain with BIMI errors
   Fix generation of API documentation
VersionDeltaFile
1.10+4-4mail/py-checkdmarc/distinfo
1.12+2-2mail/py-checkdmarc/Makefile
+6-62 files

NetBSD/pkgsrc PEB4hainet/py-cares Makefile distinfo

   py-cares: updated to 4.5.0

   4.5.0

   Test data updates to fix test failures
   Update test_idna_encoding_query_a with new errno to align to new c-ares version
   Do not define HAVE_GETSERVBYPORT_R for platforms Android, Cygwin, Darwin
   Drop distutils
   build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
   Add 3.13 support, remove 3.8
   chore(ci): fix upload & add more platforms to cibuildwheel
   Test building release wheels on PRs
   Fix building sdist
   Fixup CI
VersionDeltaFile
1.13+2-6net/py-cares/Makefile
1.10+4-4net/py-cares/distinfo
1.5+2-2net/py-cares/PLIST
+8-123 files

NetBSD/pkgsrc iQSjXUsdoc CHANGES-2024

   doc: Updated www/R-htmlwidgets to 1.6.4
VersionDeltaFile
1.7923+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc H0oTf8Uwww/R-htmlwidgets Makefile distinfo

   (www/R-htmlwidgets) Updated 1.6.2 to 1.6.4, make test passed

   # htmlwidgets 1.6.4

   This release reverts the change made in v1.6.3 (to no longer recurse
   into list-like objects when searching for JavaScript strings wrapped
   in `JS()`). Although that change helped prevent infinite recursion in
   some cases, it ultimately broke too many existing widgets that relied
   on the previous behavior. If you encounter infinite recursion errors
   ("C stack usage is too close to the limit"), the best strategy is to
   coerce the offending items to a character string. (#478)

   # htmlwidgets 1.6.3

   ### Potentially breaking changes

   * Closed #466: htmlwidgets no longer recurses into list-like objects
     when searching for JavaScript strings wrapped in `JS()`, unless the
     object has the class `"list"` or `"data.frame"`. This stops

    [5 lines not shown]
VersionDeltaFile
1.7+8-2www/R-htmlwidgets/Makefile
1.8+4-4www/R-htmlwidgets/distinfo
+12-62 files

NetBSD/pkgsrc xaKuvrfdoc CHANGES-2024

   doc: Updated www/R-googledrive to 2.1.1
VersionDeltaFile
1.7922+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc 1oWZvzpwww/R-googledrive Makefile distinfo

   (www/R-googledrive) Updated 2.1.0 to 2.1.1

   # googledrive 2.1.1

   * `drive_auth(subject =)` is a new argument that can be used with
     `drive_auth(path =)`, i.e. when using a service account. The `path` and
     `subject` arguments are ultimately processed by
     `gargle::credentials_service_account()` and support the use of a service
     account to impersonate a normal user (#413).

   * All requests now route through `gargle::request_retry()` (#380).

   * `drive_scopes()` is a new function to access scopes relevant to the Drive API.
     When called without arguments, `drive_scopes()` returns a named vector of
     scopes, where the names are the associated short aliases. `drive_scopes()` can
     also be called with a character vector; any element that's recognized as a
     short alias is replaced with the associated full scope (#430).

   * Various internal changes to sync up with gargle v1.5.0.
VersionDeltaFile
1.3+16-2www/R-googledrive/Makefile
1.3+4-4www/R-googledrive/distinfo
+20-62 files

NetBSD/pkgsrc YD81BJgdoc CHANGES-2024

   doc: Updated www/R-gh to 1.4.1
VersionDeltaFile
1.7921+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc jxnNxE5www/R-gh Makefile distinfo

   (www/R-gh) Updated 1.3.0 to 1.4.1, make test passed

   # gh 1.4.1

   * `gh_next()`, `gh_prev()`, `gh_first()` and `gh_last()`
     now work correctly again (#181).

   * When the user sets `.destfile` to write the response to disk, gh now
     writes the output to a temporary file, which is then renamed to
     `.destfile` after performing the request, or deleted on error (#178).

   # gh 1.4.0

   * `gh()` gains a new `.max_rate` parameter that sets the maximum number of
     requests per second.

   * gh is now powered by httr2. This should generally have little impact on normal
     operation but if a request fails, you can use `httr2::last_response()` and
     `httr2::last_request()` to debug.

    [20 lines not shown]
VersionDeltaFile
1.5+13-5www/R-gh/Makefile
1.5+4-4www/R-gh/distinfo
+17-92 files

NetBSD/pkgsrc qVPF4g1doc CHANGES-2024

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

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

   devel/ast-grep: update to 0.32.3

       feat: print fixed rules count #1708
       fix: move unused suppressions to config crate #1624
       fix: allow malformed pattern to be dumped as tree #804
       fix: fix files not recognize in lsp #1691
       fix: fix crash when internal node has no child #1688
       feat: use mutable self in Printer trait 5e3835a
       feat: reduce binary size by remove Printer polymorphism 8b735cf
       feat: resolve rule id for ScanResult 9a7f3cc
VersionDeltaFile
1.43+25-25devel/ast-grep/distinfo
1.39+7-7devel/ast-grep/cargo-depends.mk
1.43+2-2devel/ast-grep/Makefile
+34-343 files

NetBSD/pkgsrc ArbKjG8doc CHANGES-2024

   doc: Updated graphics/ruby-cairo to 1.17.14

   (missed yesterday)
VersionDeltaFile
1.7919+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc t1K6Qrxdoc CHANGES-2024

   doc: Updated www/R-gargle to 1.5.2
VersionDeltaFile
1.7918+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc f6DMmPpwww/R-gargle Makefile distinfo

   (www/R-gargle) Updated 1.5.0 to 1.5.2

   # gargle 1.5.2

   * Fixed a bug in an internal helper that validates input specifying a service
     account. The helper targets a common mistake where the JSON for an OAuth
     client is provided to an argument that is meant for a service account (#270).

   # gargle 1.5.1

   * Completed some overlooked, unfinished work around the OAuth "app" to "client"
     transition that affected out-of-bound auth (#263, #264).

   * The `secret_*()` functions are more discoverable via documentation.
VersionDeltaFile
1.6+11-4www/R-gargle/Makefile
1.4+4-4www/R-gargle/distinfo
+15-82 files

NetBSD/pkgsrc upBpl3sdoc CHANGES-2024

   doc: Updated textproc/ruby-nokogiri to 1.18.1
VersionDeltaFile
1.7917+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc Jd0B6eAtextproc/ruby-nokogiri PLIST Makefile

   ruby-nokogiri: update to 1.18.1.

   Upstream changes:
    https://github.com/sparklemotion/nokogiri/releases/tag/v1.18.1
    https://github.com/sparklemotion/nokogiri/releases/tag/v1.18.0
    https://github.com/sparklemotion/nokogiri/releases/tag/v1.17.2
    https://github.com/sparklemotion/nokogiri/releases/tag/v1.17.1
    https://github.com/sparklemotion/nokogiri/releases/tag/v1.17.0

   v1.18.1 / 2024-12-29

   Fixed

     * [CRuby] XML::SAX::ParserContext keeps a reference to the input to avoid a
       potential use-after-free issue that's existed since v1.4.0 (2009). (#3395)
       @flavorjones


   v1.18.0 / 2024-12-25

    [299 lines not shown]
VersionDeltaFile
1.41+6-3textproc/ruby-nokogiri/PLIST
1.97+4-4textproc/ruby-nokogiri/Makefile
1.67+4-4textproc/ruby-nokogiri/distinfo
+14-113 files

NetBSD/pkgsrc fkewSGNdoc CHANGES-2024

   doc: Updated www/R-downlit to 0.4.4
VersionDeltaFile
1.7916+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc IBPqYD2www/R-downlit Makefile distinfo

   (www/R-downlit) Updated 0.4.0 to 0.4.4

   # downlit 0.4.4

   * Use simpler parsing algorithm for R 4.0, which avoids crash with
     certain UTF-8 characters (#189).

   # downlit 0.4.3

   * Fix for upcoming R-devel (#169).

   # downlit 0.4.2

   * `highlight()` no longer errors if a package imputed to have been attached
     isn't installed.

   * Correctly link `requireNamespace(MASS)` (#151).

   # downlit 0.4.1

    [21 lines not shown]
VersionDeltaFile
1.2+8-2www/R-downlit/Makefile
1.2+4-4www/R-downlit/distinfo
+12-62 files

NetBSD/pkgsrc zgfgV4msecurity/botan3 distinfo, security/botan3/patches patch-src_cli_tls__proxy.cpp patch-src_lib_utils_socket_socket.cpp

   ibotan3: fix build with boost 1.87 using upstream patch
VersionDeltaFile
1.1+93-0security/botan3/patches/patch-src_cli_tls__proxy.cpp
1.1+67-0security/botan3/patches/patch-src_lib_utils_socket_socket.cpp
1.1+67-0security/botan3/patches/patch-src_lib_utils_socket_socket__udp.cpp
1.8+4-1security/botan3/distinfo
+231-14 files

NetBSD/pkgsrc F0qC5uUdoc CHANGES-2024

   Downgraded fonts/cantarell-fonts to 0.301
VersionDeltaFile
1.7915+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc dgp3WInfonts/cantarell-fonts PLIST distinfo

   fonts/cantarell-fonts: downgrade to 0.301

   0.303 doesn't install any files.
VersionDeltaFile
1.5+7-2fonts/cantarell-fonts/PLIST
1.13+3-3fonts/cantarell-fonts/distinfo
1.15+1-1fonts/cantarell-fonts/Makefile
+11-63 files

NetBSD/pkgsrc h3WsTIqdoc CHANGES-2024

   Updated devel/xxhash, textproc/py-orjson, devel/py-fakefs, www/py-livereload
VersionDeltaFile
1.7914+5-1doc/CHANGES-2024
+5-11 files

NetBSD/pkgsrc FAACgxbwww/py-livereload distinfo Makefile

   py-livereload: updated to 2.7.1

   2.7.1

   Bug Fixes
   Wait for the IOLoop to be stopped before attempting to close it.
VersionDeltaFile
1.10+4-4www/py-livereload/distinfo
1.14+2-4www/py-livereload/Makefile
+6-82 files

NetBSD/pkgsrc fPfPOW0devel/py-fakefs distinfo Makefile

   py-fakefs: updated to 5.7.3

   Version 5.7.3
   Fixes a regression in version 5.7.3.

   Fixes
   * fixed a regression in version 5.7.2 that `tempfile` was not patched after pause/resume
     (POSIX only, see [#1098](../../issues/1098))
   * added workaround for a recursion occurring if using pytest under Windows and Python >= 3.12
     (see [#1096](../../issues/1096))

   Infrastructure
   * run pytest-specific tests for all supported Python versions
   * pytest is only supported for versions >= 6.2.5, earlier version do not work in Python >= 3.10
     due to a pytest issue - adapted tests and documentation
VersionDeltaFile
1.20+4-4devel/py-fakefs/distinfo
1.20+2-2devel/py-fakefs/Makefile
+6-62 files

NetBSD/pkgsrc Og0EMqytextproc/py-orjson distinfo Makefile, textproc/py-orjson/patches patch-pyproject.toml

   py-orjson: updated to 3.10.13

   3.10.13

   - Fix compatibility with maturin introducing a breaking change in 1.8.0 and
   specify a fixed version of maturin. Projects relying on any previous version
   being buildable from source by end users (via PEP 517) must upgrade to at
   least this version.
VersionDeltaFile
1.11+4-4textproc/py-orjson/distinfo
1.13+2-2textproc/py-orjson/Makefile
1.2+1-1textproc/py-orjson/patches/patch-pyproject.toml
+7-73 files

NetBSD/pkgsrc SqEN6Sydevel/xxhash distinfo Makefile

   xxhash: updated to 0.8.3

   v0.8.3
   - fix: variant `XXH3_128bits_withSecretandSeed()` could produce an invalid result in some specific set of conditions
   - cli: vector extension detected at runtime on x86/x64, enabled by default
   - cli: new commands `--filelist` and `--files-from`
   - cli: XXH3 64-bits GNU format can now be generated and checked (command `-H3`)
   - portability: LoongArch SX SIMD extension
   - portability: can build on AIX, suggeste
VersionDeltaFile
1.11+4-4devel/xxhash/distinfo
1.10+3-4devel/xxhash/Makefile
+7-82 files

NetBSD/pkgsrc TqSaC2idevel/spdlog distinfo, devel/spdlog/patches patch-include_spdlog_common.h

   devel/spdlog: Fix build with fmtlib-1.11.1

   Patch from upstream git repository.
VersionDeltaFile
1.3+18-22devel/spdlog/patches/patch-include_spdlog_common.h
1.21+2-1devel/spdlog/distinfo
+20-232 files