luanti: update to 5.10.0
Packaging changes:
- games/minetest -> games/luanti
- made myself (ktnb) maintainer
Upstream changes:
- name change
- many updates to the client and scripting parts
https://dev.minetest.net/Changelog#5.9.1_.E2.86.92_5.10.0
changes in sbcl-2.6.1 relative to sbcl-2.6.0:
* minor incompatible change: the never-documented :NO-CONSTRUCTOR-DEFUN
option to DEFSTRUCT is no longer supported.
* platform support:
** support for the LoongArch architecture has been added. (thanks to
ZiLong Wang)
** support for FreeBSD on 32-bit and 64-bit PowerPC platforms has been
added. (thanks to Piotr Kubaj)
** SB-ALIEN now supports passing and returning structures by value (rather
than by reference) in accordance with the platform ABIs, on x86-64 and
arm64 platforms. (lp#313202, thanks to Jesse Bouwman)
** wide compare-and-exchange is supported on the arm64 platform for
Armv8.1-A or later.
* bug fix: signal a DIVISION-BY-ZERO error in calls of (/ 0 0).
(lp#2137266, reported by khbit)
* bug fix: compiler infinite loop from previously-acceptable recursive
inline expansions. (lp#2137380, reported by Frode Fjeld)
* bug fix: unnormalized inequality constraints causing a compiler infinite
loop. (lp#2137422, reported by Jesse Bouwman)
[23 lines not shown]
sysutils/xcp: update to 0.24.3
Minor maintenance release:
Releases are now performed with release-plz.
Add a short AI-contributions policy.
Other
Add release-plz config.
Minor dependency bump.
Ignore emacs rust-analyser settings.
Change default branch from 'main' to 'master'
Include AI Contribution Policy in README
Bump dependencies.
Add release-plz workflow.
Fix root test.
Update github tests with rust helper actions.
Add emacs restore files to .gitignore.
[3 lines not shown]
py-testrepository: updated to 0.0.22
0.0.22
* Fix compatibility with testtools. (Jelmer Vernooij)
* Fix warnings on newer python versions. (Jelmer Vernooij)
* Add Python 3.13 and 3.14 support, drop Python 3.8. (Jelmer Vernooij)
* Drop Python 2 support. (Colin Watson)
* Remove use of pytz in favour of ``datetime.timezone.utc``.
py-test-mypy-testing: updated to 0.2.0
0.2.0
Modernize project using ruff and uv
Require pytest >= 8
Remove support for Python 3.7, 3.8 and 3.9. Require at least Python 3.10
qgpgme: update to 2.0.0.
Noteworthy changes in version 2.0.0 (2025-06-03)
------------------------------------------------
* First separate release of QGpgME.
* cmake: The qgpgme folder containing the header files is no longer exported
as include directory. All headers have to be included with the prefix
qgpgme/ now. The camel-case headers are still included with the prefix
QGpgME/.
* Added function returning the ordered list of attributes of a DN.
* Interface changes relative to the 1.24 branch of gpgme:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DN::prettyAttributes NEW.
QuickJob::startCreate CHANGED: New overload; deprecate old
and make it non-virtual.
[2 lines not shown]
security/gpgmepp: import gpgmepp-2.0.0
GPGME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's
GPGME (GnuPG Made Easy) library.
It is fairly complete, with some minor things still missing.