net/megacmd: update to 2.4.0
Tue Dec 16 17:14:02 CET 2025 - linux at mega.co.nz
- Update to version 2.4.0:
* Improvements in uploads UX/UI: put now supports printing tag. Fixes in transfers table
* Stability improvements: crashes fixes, FUSE deadlocks, ...
* Performance boosts: lockless download URL retrievals, removed CPU bottlenecks for large accounts processing, db operations improvements, transfers improvements ...
* Typos and other improvements
Tue Sep 2 16:43:10 CEST 2025 - linux at mega.co.nz
- Update to version 2.3.0:
* FUSE (beta): Added fuse commands on Windows to allow your MEGA folders to be directly mounted to your local drive
* Other fixes and improvements to enhance reliability and performance
Tue Jun 3 23:20:12 CEST 2025 - linux at mega.co.nz
- Update to version 2.2.0:
* Support building for ARM64 in linux
* New command "configure" to allow configuring some settings
* Support setting max number of nodes in memory
[4 lines not shown]
py-kasa: Import py-kasa-0.10.2 as wip/py-kasa
python-kasa is a Python library to control TPLink's smart home devices
(plugs, wall switches, power strips, and bulbs).
This is a voluntary, community-driven effort and is not affiliated,
sponsored, or endorsed by TPLink.
py-mashumaro: Import py-mashumaro-3.20 as wip/py-mashumaro
In Python, you often need to dump and load objects based on the schema
you have. It can be a dataclass model, a list of third-party generic
classes or whatever. Mashumaro not only lets you save and load things
in different ways, but it also does it super quick.
py-asyncclick: Import py-asyncclick-8.3.0.7 as wip/py-asyncclick
Asyncclick is a fork of Click that works with trio or asyncio.
AsyncClick allows you to seamlessly use async command and subcommand handlers.
databases/ruby-odbc: trying to fix build problem on SunOS
Always use char buffer for error reporting to stop warning of
incompatible-pointer-types. Without this change, it trying to use
SQLWCHAR buffer to it.
Bump PKGREVISION.
wip/srecord -- update package to v1.65
Upstream switched to cmake
Since there are no knobs to make the extensive html and pdf
documentation optional, we just slash and burn. If desired, there
could be a separate doc package.
py-alembic: updated to 1.18.4
1.18.4
bug
[bug] [operations]
Reverted the behavior of Operations.add_column() that would automatically render the “PRIMARY KEY” keyword inline when a Column with primary_key=True is added. The automatic behavior, added in version 1.18.2, is now opt-in via the new Operations.add_column.inline_primary_key parameter. This change restores the ability to render a PostgreSQL SERIAL column, which is required to be primary_key=True, while not impacting the ability to render a separate primary key constraint. This also provides consistency with the Operations.add_column.inline_references parameter and gives users explicit control over SQL generation.
To render PRIMARY KEY inline, use the Operations.add_column.inline_primary_key parameter set to True:
op.add_column(
"my_table",
Column("id", Integer, primary_key=True),
inline_primary_key=True
)
py-arviz: updated to 0.23.4
0.23.4
Extra windows specific fix for once a day warning.
0.23.3
Path release with improvements to the once a day warning at import time