(devel/R-git2r) Updated 0.35.0 to 0.36.2
# git2r 0.36.2 (2025-03-29)
## CHANGES
* Use 'pkg-config --static --libs' in the build configuration script
on the Darwin platform.
# git2r 0.36.1 (2025-03-28)
## CHANGES
* Updated the SystemRequirements field in the DESCRIPTION file to
include the libgit2 dependencies libssh2 and openssl.
* Improved the error message in the build configuration script to also
mention the library dependencies 'openssl', and 'libssh2' when the
requirement 'libgit2 >= 1.0' could not be satisfied
[19 lines not shown]
(devel/R-gert) Updated 2.1.4 to 2.3.0
2.3.1
- git_stat_files() gains a 'max' parameter
- Fix function declaration error
2.3.0
- Add git_worktree() family of functions (#252)
- Reformat code with air
2.2.0
- Windows: update to libgit2 1.9.1
- Fix unit tests for other default branch names
(devel/R-fs) Updated 1.6.5 to 2.1.0
# fs 2.1.0
* Also prefer system libuv on Ubuntu Linux
* fs now works with libuv from r-wasm for webr
* On CRAN MacOS we can use the new local static libuv from the 'recipe':
https://github.com/R-macos/recipes/pull/87
# fs 2.0.1
* Fix bug in finding system version of libuv, now actually works :)
* Workaround for MacOS if no cmake is available
# fs 2.0.0
[25 lines not shown]
(devel/R-diffobj) Updated 0.3.5 to 0.3.6
# diffobj
## v0.3.6
* Fix bad xrefs in docs (h/t CRAN team).
* [#159](https://github.com/brodieG/diffobj/issues/154): make it clearer how to
adjust diff panel headers/titles (aka banners).
(devel/R-bit64) Updated 4.6.0.1 to 4.8.0
# bit64 4.8.2 (2025-05-19)
--------------------------
## BUG FIXES
1. Fix some potential segfaults from shellsort algorithms (#315). The
culprit code has been faulty for many years, but only newly caught by
CRAN's rigorous environment with extensive new test coverage.
1. `==` and other comparators (`!=`, `>`, `<`, `>=`, `<=`) correctly
match integer behavior when comparing integer64 and character/factor,
e.g. `as.integer64(1) == "1"` (#323).
# bit64 4.8.0 (2025-04-19)
--------------------------
## NOTICE OF PLANNED BREAKING CHANGES
[259 lines not shown]
(devel/R-clipr) Updated 0.8.0 to 0.8.1
## clipr 0.8.1
- Fix `read_clip_tbl()` error with trailing newline and quote
characters — append a trailing newline to clipboard content before
passing to `read.table()`, and set default `quote=""` to prevent
single quotes in headers from being interpreted as quote delimiters
(#77)
- Check for `wl-copy` non-destructively on Wayland systems, fixing
clipboard detection issues (#75, @danielvartan) kkk
- Skip tests if clipr is not available (e.g. on CRAN build servers
without a display)
More corrections...
I was also looking at the build breakage fixed by the previous commit.
I found another issue (non-build breaking) though:
Free the results from prom_getprop() in the newly added code, if a
subsequent malloc() fails (don't lose memory).
Also properly indent a line whose preceding condition shifted right
(existing code from previously, now not always executed).
Feel free to redo these changes some other (non build-breaking) way.
py-ncclient: updated to 0.7.1
0.7.1
Fix connect() params of libssh transport
Fix connection to Junos with libssh when netconf is disabled
Build using hatch
Merge in test.pypy.org and pypi.org tag-based publishing
Use importlib.metadata to check for ssh-python
Make RPCReplyListener creation_lock re-entrant to avoid deadlock
py-python-multipart: updated to 0.0.30
0.0.30 (2026-05-31)
* Parse `application/x-www-form-urlencoded` bodies per the WHATWG URL standard, treating only `&` as a field separator
* Ignore RFC 2231/5987 extended parameters (`name*`, `filename*`) in `parse_options_header`, keeping the plain parameter authoritative per [RFC 7578 §4.2](https://datatracker.ietf.org/doc/html/rfc7578#section-4.2)
exim exim-html: updated to 4.99.4
4.99.4
This is a security release. It addresses CVE-2026-48840 (pre-authentication
information disclosure in the PROXY-protocol parser).
py-invoke: updated to 3.0.3
3.0.3 2026-04-07
[Support]: Reverted the @task return value type hint change; it actually just makes things worse. Taking this one back to the drawing table for later.
3.0.2 2026-04-06
[Bug]: Define a custom __repr__ for Promise so it can be displayed in interactive sessions or other debug contexts, without running afoul of AttributeError. Thanks to Leonid Shvechikov for the original bug report.
[Support]: Make the return value type hint for @task more specific; as-is it would trigger typecheck errors when handing regular, decorated task functions as inputs to add_task and similar methods.
3.0.1 2026-04-06
[Support]: Minor tweaks to documentation and type hints/inheritance (mostly around Promise).