vim-classic: modify/revive 2022Q2 vim packaging for vim-classic
This adds vim-classic, vim-classic-share and vim-classic-lang
which is Drew DeVault's AI-free fork of vim-8.2. This is a
lightly modified revival of morr's packaging from 2022. TUI
only for right now.
Update to MySQL Cluster 8.0.45:
Changes in MySQL 8.0.45 (2026-01-20)
Note
These release notes were created with the assistance of MySQL HeatWave GenAI.
* InnoDB Notes
* Optimizer Notes
* Packaging Notes
* Bugs Fixed
InnoDB Notes
* InnoDB: InnoDB redo logging error messages now include the current LSN and redo log capacity
information. A new warning code ER_IB_WRN_REDO_DISABLED_INFO is added which includes the
current LSN. A new error code ER_IB_MSG_LOG_WRITER_WAIT_ON_NEW_LOG_FILE_INFO is added to
include the current log capacity and the current log capacity used. The MONITOR output has
been enhanced to include redo log capacity details and current log capacity.
[32 lines not shown]
The 68020 does not have an on-chip data cache, so:
- Make the comments reflect that.
- no-op PCIA(), as well, since DC_CLEAR doesn't do anything on a 68020.
We should not be intermingling ATC/TLB and I/D cache operations, but
for now ensure that the TBI*() functions are only made available for
Moto and/or HP MMU configurations.
tex-lastpage{,-doc}: update to 2.1h
2.1h
The hook label for lastpagemodern.sty is now set to "lastpage".
A fix for compatibility with the titlesec package was applied.
2.1g
With the new kernel, special handling for packages french and frenchle must
not be done.
2.1f
Fix for new format version: Since LaTeX-format 2025-06-01 after shipping the
last page all further |\write|s are made |\immediate|, making
|\addtocounter{page}{-1}| and then |\addtocounter{page}{+1}| obsolete.
Consolidate a bunch of sub-includes of various config definitions
that were extremely-but-not-universally-common across the various
m68k platforms into files.m68k.
tex-koma-script: update to 3.49.2
3.49.1
- Workaround for generic cmd hook when catcode changing packages are used
- A message to be used only with KOMA-Script classes has been used with other
classes too
Both issue has been fixed, because they were results of KOMA-Script changed
in 2025.
3.49.2
The KOMA-Script author apologizes to all users and distributors for the BETA
test message in the classes and packages of KOMA-Script Release 3.49.1. This
build error has been fixed in version 3.49.2.
tex-jsclasses: update to 20250510
* jsclasses: Insert \inhibitglue and \ignorespaces at start of
\footnote content.
* okumacro.sty: Fix an error for \whichpage.
Apparently we have kgdb_machdep.c and kgdb_m68k.c, the latter is already
in files.m68k, and the former everyone uses the same one, so move it to
files.m68k, too.
Obviously, more cleanup in this area is going to be needed.
tigervnc: update to 1.16.2.
1.16.2
This is a second attempt at a bug fix release for the security
issue in x0vncserver. The TigerVNC 1.16.1 release unfortunately
had all fixes except the security fix.
Apologies for the extra noise and confusion.
1.16.1
The bug fix release TigerVNC 1.16.1 is now available. This release
is primarily a security release to fix an issue in x0vncserver,
where other users can observe and manipulate the screen contents.
Users of x0vncserver are advised to update immediately.
The release also contains a fix for using the Plain security type
with the new w0vncserver, as well as some translation updates.
py-textual: update to 8.2.1.
8.2.1
Fixes a crash when a selected widget is removed while selecting
8.2.0
This release enhances text selection, with auto-scrolling, and the ability to select across container widgets.
This work was sponsored by Mistral AI.
py-setuptools_scm: update to 10.0.5.
## 10.0.5 (2026-03-27)
### Fixed
- Allow `dump_version()` deprecation warning to be silenced by passing `scm_version=None`. ([#1286](https://github.com/pypa/setuptools-scm/issues/1286))
- Remove `[tool.uv.sources]` from `setuptools-scm/pyproject.toml` to fix sdist builds outside the workspace — the workspace root already declares the source mapping for development. ([#1330](https://github.com/pypa/setuptools-scm/issues/1330))
## 10.0.4 (2026-03-27)
### Fixed
- Anchor ``get_version`` in ``setup.py`` with ``relative_to`` and ``fallback_root`` so SCM fallbacks (e.g. ``PKG-INFO``) do not resolve against the wrong directory when the build cwd is the workspace or repo root. ([#1302](https://github.com/pypa/setuptools-scm/issues/1302))
- Enter ``GlobalOverrides`` for ``SETUPTOOLS_SCM`` when using ``setuptools_scm.get_version`` / ``_get_version``, avoiding implicit context warnings for direct API callers. ([#1314](https://github.com/pypa/setuptools-scm/issues/1314))
### Miscellaneous
[58 lines not shown]
devel/py-vcs-versioning: import py-vcs-versioning-1.1.1
Core VCS versioning functionality extracted as a standalone library
that can be used independently of setuptools.