py-tibs: updated to 0.10.0
0.10.0
Backwardly incompatible changes
* Removed `__hash__` method from `Tibs`. Because `Tibs` can compare equal to
other types (for example `Tibs('0xf') == '0b1111'`), the hash should not have
been available. The new recommendation is to use the `encode` method to
convert to `bytes` objects to use as keys.
Fixes
* Fixed LSB0 field extraction and assignment ordering for combined bit-order and
byte-order views. LSB0 labels now identify the physical bits while extracted
fields are returned in field-value order instead of being bit-reversed.
* Fixed dtype length validation for `bin`, `oct` and `hex` values passed to
`from_value` and `from_values`.
textproc/rumdl: update to 0.2.22
v0.2.22
Added
md077: add opt-in style = "aligned" for continuation indent (14eebe1)
Fixed
md040: keep blockquote fences valid when adding default language (eab51f6)
md013: keep blockquote markers when reflowing a blockquote nested in a list item (f601c8c)
v0.2.21
Fixed
emphasis: align MD049 and MD037 with CommonMark flanking (#681) (d1b9968)
ci: bump pinned Rust toolchain to 1.96.0 to unblock mise tool install (b2afd76)
net/xfr: update to 0.9.20
v0.9.20
What's Changed
Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #103
Bump docker/login-action from 3 to 4 by @dependabot[bot] in #104
Bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #105
Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #106
Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #107
v0.9.19
What's Changed
Add safe TUI restart controls by @lance0 in #108
devel/sem: update to 0.14.1
Fixes the Intel macOS cross-build (vendored-openssl) so the release actually
ships binaries for every platform. 0.14.0's build failed on openssl-sys when
cross-compiling x86_64 on Apple Silicon; 0.14.1 is the first release to publish
Intel macOS binaries (#374).
helm: updated to 4.2.2
4.2.2
Notable Changes
Revert: Fixed a race condition in WaitForDelete where the status observer
canceled the watch too early, causing intermittent failures when running a full
test suite
libarchive: updated to 3.8.8
Libarchive 3.8.8 is a security, bugfix and minor feature release.
New features:
add support for reading encrypted zipx formats (bzip2, lzma, ppmd, xz, zstd)
Fix overview:
https://github.com/libarchive/libarchive/releases/tag/v3.8.8
py-xgboost: updated to 3.3.0
XGBoost 3.3 adds expectile regression, enables categorical feature support by
default, expands SHAP support for vector-leaf models, and includes
optimizations for histogram building, quantile sketching, and distributed GPU
training.
py-mistune: updated to 3.3.2
Version 3.3.2
* Fix Python 3.8 import compatibility in the inline parser.
* Fix mypy compatibility for list parsing on Python 3.8 and 3.9+.
Version 3.3.1
* Fix ``abbr`` plugin compatibility with escaped inline text.
* Normalize included Markdown line endings before parsing directives.
Version 3.3.0
* Improve CommonMark compatibility and parser performance.
* Add command line entrypoint with UTF-8 output.
* Support display and backtick math.
* Render plugin list and table nodes in Markdown renderer.
* Escape leading block markers in Markdown renderer.
[5 lines not shown]
py-vcs-versioning: updated to 2.1.2
2.1.2 (2026-06-23)
Fixed
- Fix MetadataWorkdir crash when using custom `tag_regex` — stored tags are already parsed version strings and no longer re-parsed through the tag regex.
2.1.1 (2026-06-23)
Fixed
- Fix spurious ``DeprecationWarning`` for ``tag_regex`` when using default value via ``get_version()``.
libadwaita: update to 1.9.1.
=============
Version 1.9.1
=============
- Use G_PARAM_STATIC_STRINGS where it wasn't used
- Fix a build error in the example
- AdwAboutDialog/AdwAboutWindow
- Speed up adding legal sections
- Speed up adding credit sections
- AdwAlertDialog
- Fix a crash when chaining up in response()
- Fix the Since annotation on get_prefer_wide_layout()
- AdwButtonRow
- Fix availability annotation
- AdwClampScrollable
- Implement GtkScrollable.get_border()
- AdwEntryRow
[187 lines not shown]
(geography/R-rasters) Updated 3.6.31 to 3.6.32, and fix build
This package is no longer developed and only receives minimal maintenance.
Please use the "terra" package instead.