Created attachment 254057 [details] update to 10.8.0
This issue looks like a duplicate of bug #281590. Although the patch in this issue also contains a license change. The port in git claims LGPL3 which is already different of what the patch of this issue tries to change.
(In reply to Ronald Klop from comment #1) Oh my mistake. It is libvirt vs py-libvirt. So no duplicate issue. But py-libvirt is already version 10.9.0 in git also. Only the license change of this issue is left. https://www.freshports.org/devel/py-libvirt
License seems a little tricky. The COPYING file specifies LGPL 2.1. libvirt-python.spec specifies LGPL-2.1-or-later. setup.cfg specifies "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)" which I assume also technically equal to 2.1+ as pypi doesn't have a separate LGPL 2.1 classier. Some header files also specify 2.1 or later. So I guess LGPL21+ would be a more accurate choice.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5eb2e3a2b76263a12449c5689ce37c14d7774930 commit 5eb2e3a2b76263a12449c5689ce37c14d7774930 Author: Roman Bogorodskiy <novel@FreeBSD.org> AuthorDate: 2025-04-27 05:07:57 +0000 Commit: Roman Bogorodskiy <novel@FreeBSD.org> CommitDate: 2025-04-27 05:16:10 +0000 devel/py-libvirt: update LICENSE Use more appropriate license and also define LICENSE_FILE. PR: 281904 (based on) Submitted by: mew14930xvi <mew14930xvi@inbox.lv> Sponsored by: The FreeBSD Foundation devel/py-libvirt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
License change merged, thanks!