Bug 281904 - devel/py-libvirt: Update to 10.8.0
Summary: devel/py-libvirt: Update to 10.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Roman Bogorodskiy
URL: https://gitlab.com/libvirt/libvirt-py...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-06 18:21 UTC by mew14930xvi
Modified: 2025-04-27 05:18 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (novel)


Attachments
update to 10.8.0 (1.12 KB, patch)
2024-10-06 18:21 UTC, mew14930xvi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mew14930xvi 2024-10-06 18:21:46 UTC
Created attachment 254057 [details]
update to 10.8.0
Comment 1 Ronald Klop freebsd_committer freebsd_triage 2024-11-15 11:15:08 UTC
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.
Comment 2 Ronald Klop freebsd_committer freebsd_triage 2024-11-15 11:19:30 UTC
(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
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2024-11-19 17:12:06 UTC
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.
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-04-27 05:17:05 UTC
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(-)
Comment 5 Roman Bogorodskiy freebsd_committer freebsd_triage 2025-04-27 05:18:40 UTC
License change merged, thanks!