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.
py-requests: update to 2.33.0.
2.33.0 (2026-03-25)
--------------------
**Announcements**
- 📣 Requests is adding inline types. If you have a typed code base that
uses Requests, please take a look at #7271. Give it a try, and report
any gaps or feedback you may have in the issue. 📣
**Security**
- CVE-2026-25645 ``requests.utils.extract_zipped_paths`` now extracts
contents to a non-deterministic location to prevent malicious file
replacement. This does not affect default usage of Requests, only
applications calling the utility function directly.
**Improvements**
- Migrated to a PEP 517 build system using setuptools. (#7012)
[10 lines not shown]
py-puremagic: update to 2.1.1.
Version 2.1.1
-------------
- Fixing #141 deep scan no longer overrides valid binary format matches (e.g. JPEG) for files without extensions (thanks to marph91)