(parallel/R-promises) Updated 1.3.2 to 1.5.0
# promises 1.5.0
----------------
## OpenTelemetry
promises now integrates with the otel package to provide observability
and tracing for asynchronous operations.
* `local_otel_promise_domain()` adds an OpenTelemetry span promise
domain to the local scope. This is useful for `{coro}` operations
where encapsulating the coro operations inside `with_*()` methods is
not allowed. (#179)
* `with_otel_promise_domain()` creates a promise domain that restores
the currently active OpenTelemetry span from when a call to `then()`
is executed. This enables proper tracing context across asynchronous
operations. (#173)
[115 lines not shown]
(devel/R-otel) import R-otel-0.2.0
High-quality, ubiquitous, and portable telemetry to enable effective
observability. OpenTelemetry is a collection of tools, APIs, and SDKs
used to instrument, generate, collect, and export telemetry data
(metrics, logs, and traces) for analysis in order to understand your
software's performance and behavior. This package implements the
OpenTelemetry API: <https://opentelemetry.io/docs/specs/otel/>. Use
this package as a dependency if you want to instrument your R package
for OpenTelemetry.
devel/task: update to 3.51.1
* A significant performance boost was achieved for large Taskfiles
(monorepos) by skipping templating altogether when the string is static.
* Added absPath template function that resolves a path to its absolute
form, cleaning .. and . components.
* Added joinEnv function to join paths based on your oprating system: ; for
Windows and : elsewhere, and joinUrl to join URL paths. Also, added two
new special variables: FILE_PATH_SEPARATOR which returns \ on Windows and
/ elsewhere, and PATH_LIST_SEPARATOR which returns ; on Windows and :
elsewhere.
* Update the shell interpreter with a regression fix.
* Fix potential panic with the shell interpreter.
py-erlpack: fix build if setuptools isn't installed
If setuptools is installed, the build will work even if it isn't specified
as a dependency. Unfortunately, all machines I tested the package on already
had setuptools installed.
sysutils/tuptime: import tuptime-5.2.6
Packaged in wip by Ricardo Fraile.
tuptime reports historical and statistical real time of the system,
preserving it between restarts. Like uptime, but with extended
information about the system startups, shutdowns and up/down times.
misc/libreoffice: Update to 26.2.3.2
Changelog:
26.2.3.2:
Bugs fixed compared to 26.2.2 RC2:
1. ofz#492619731 floating-point-exception [Caol??n McNamara]
2. ofz#494703925 out-of-memory, etc [Caol??n McNamara]
3. tdf#91327 Wide drop down color control should have centered color preview
[Andreas Heinisch]
4. tdf#96872 Make it more obvious that a font has been substituted (see
comment 12) [Heiko Tietze]
5. tdf#98856 Can't drag an empty textbox [Chris]
6. tdf#103859 (EMF-WMF) [META] EMF/WMF (Enhanced/Windows Metafile) bugs and
enhancements [Bartosz Kosiorek]
7. tdf#115558 FILESAVE DOCX Charts in footnotes in DOCX documents created with
Word cause broken file when saved [Aron Budea]
8. tdf#128206 FILEOPEN PPTX text z-Rotation does not work together with shape
rotation [Mike Kaganski]
[71 lines not shown]
mail/thunderbird: Update to 151.0.1
Changelog:
151.0.1:
Fixed
Forwarding/Redirecting Exchange messages failed with NS_ERROR_OUT_OF_MEMORY
151.0:
What's New
new
Enable Thundermail OAuth sign-in with account auto-configuration
new
Enable users to override OAuth provider details for EWS accounts
new
Tasks can be sorted by created or modified date
What's Changed
[123 lines not shown]
textproc/rumdl: update to 0.2.8
0.2.8 - 2026-06-05
Added
code-block-tools: add deno fmt as a built-in formatter (755b086)
junit: report passing files, not just failures (dc8a964)
code-block-tools: generate built-in tools docs table from the registry (fe9d52c)
Fixed
code-block-tools: drop rubocop (not usable as a generic code-block linter) (fa7fa83)
code-block-tools: correct and drop built-ins after verifying real binaries (9106da9)
code-block-tools: correct shellcheck invocation, drop unworkable eslint (415fab0)
MD026: make trailing-punctuation removal idempotent (3dfeb83)
config: bound project config discovery at the home directory (0cdf3b7)
tables: use real line terminator for byte offsets in table detection (751b158)
Removed
[18 lines not shown]
palemoon: Update to 34.3.0
- Enhanced support for ES2024, and newer CSS features.
- Builds with Python 3.
- Upstreamed NetBSD/powerpc support.
- A large security audit was performed.
Build tested on CentOS 7 and NetBSD/sparc64.