math/bcal: update to 2.6
Changes:
- support native prompt and history without readline (`make O_NORL=1`)
- add `strip` and static build (`make O_STATIC=1`) options
- show prompt help and allow `c` and `p` commands in either REPL mode
- add `BCAL_BIT_ANSI_COLOR_CODE` to customize set bit color
- add sum() function for whitespace-separated numbers
- add `-H` option to show integral maths results in hexadecimal
Package changes:
- Support for 'readline' and 'editline' options
textproc/rumdl: update to 0.2.68
v0.2.68
Fixed
MDX: recognize Markdown links and images inside JSX elements, including generated reference tables, without requiring blank lines. This removes false MD091 warnings and lets normal link rules check the content. JavaScript expressions, JSX attributes, comments, and code are excluded, and link fixes preserve source labels and positions (#801).
Performance
Reduce regex locking and redundant rule work.
Precompute proper-name lookups and streamline regex caching.
v0.2.67
Fixed
code-block-tools: survive a tool that exits without reading its input (a3f2b15)
MD042: do not report an image with an unparseable destination as an empty link (600236e)
code-block-tools: report missing tool binaries instead of passing silently (fd83c4b)
code-block-tools: report tool failures from the format path (4f92370)
[91 lines not shown]
devel/mise: update to 2026.9.1
This is an update over 16 releases and it's impossible to reproduce the changes here.
See upstream chamgelog for details.
py-falcon: updated to 4.3.1
4.3.1
This is a :ref:`SemVer <semver>` patch release that makes Falcon's own test
suite compatible with the recently released ``cbor2`` 6.x series.
Documentation and tests aside, this release is functionally identical to
:doc:`Falcon 4.3.0 <4.3.0>`.
py-cairosvg: updated to 2.9.1
2.9.1
WARNING: this is a security update.
Specially crafted SVGs with very long paths could lead to exponential rendering times.
Support path-like objects for the url parameter
Fix support of Windows paths
py-pandas-datareader: updated to 0.11.1
v0.11.0 (June 2026)
Highlights include:
- Restored import and runtime compatibility with pandas 3 by removing the
dependency on pandas internal decorator APIs.
- Vendored ``deprecate_kwarg`` to remove dependency on the private
``pandas.util._decorators`` module.
- Fixed default date sanitization on pandas 3, where ``to_datetime(None)``
now yields ``NaT`` instead of preserving ``None``.
- Added a new high-level ``pandas_datareader.macro`` API providing unified
access to FRED, Eurostat, and OECD macro datasets via ``read_macro``,
``search_macro_datasets``, and ``describe_macro_dataset``.
- Narrowed the default public API surface to focus on macro and widely-used
data sources; securities-related readers that relied on defunct or broken
upstream APIs have been removed.
- Added import smoke coverage and explicit pandas 3 CI lanes.
py-h5py: updated to 3.16.0
What's new in h5py 3.16
New features
* Pre-built packages on PyPI are now built with HDF5 2.0
* h5py now marks itself compatible with free-threading Python.
There are tests for this
bugs. Be cautious about relying on this in critical code.
* Support for storing NumPy complex numbers in HDF5 files using C99 complex
number datatypes
or above, so long as the compiler and the build platform implement the relevant
C99 features.
h5py will still convert NumPy complex numbers into an HDF5 compound datatype
by default, preserving the behaviour from earlier versions. See
:ref:`complex_dtypes` for how to use the new datatypes.
* New attributes :attr:`~.Dataset.filter_ids` and :attr:`~.Dataset.filter_names`
to provide more precise information on the filters set up for a dataset
[37 lines not shown]
py-python-socks: updated to 3.0.0
3.0.0
Breaking Changes
Drop Python 3.8 support: The minimum required Python version is now 3.9+.
Remove Curio support: The curio asynchronous backend has been completely removed.
Change AnyIO Proxy.connect return type: The connect method now returns a native anyio.abc.SocketStream instead of a custom wrapper.
Features
Add proxy chaining support: Introduced an optional forward parameter to the __init__ method of all Proxy classes to enable chaining.
Refactoring & Clean Up
Remove deprecated proxy chains: Deleted the legacy, deprecated implementation of proxy chaining.
Typing & Quality
[2 lines not shown]
gcc is not smart enough to realize ret != 0 and ret == 0 guarantee that
exitcode will be either initilized or the code that uses it will not
be reached.
sysctl.7: add a kern.entropy.* reference to summary table
(Where sub-nodes are a mix of writable and non-writable, the convention
appears to be "yes" in summary, which makes the most sense, so
following suit.)