
10 Sep
2025
10 Sep
'25
8:34 a.m.
On 9/10/25 14:04, Jiri Denemark via Devel wrote:
The version of setuptools shipped by Fedora 42 is PEP 625 compliant, which requires distribution files to contain a normalized package name. Thus the generated tarball is called libvirt_python-$VER.tar.gz rather than libvirt-python-$VER.tar.gz created by older setuptools. The source directory inside the tarball follows the same naming.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- .gitlab-ci.yml | 4 ++-- Makefile | 2 +- libvirt-python.spec.in | 10 ++++++++-- 3 files changed, 11 insertions(+), 5 deletions(-)
Don't forget to create an MR ;-) Michal