Re: [libvirt-python PATCH] build: Adapt to PEP 625 distribution file naming

2025-09-11 Thread Pavel Hrdina via Devel
On Wed, Sep 10, 2025 at 02:04:39PM +0200, 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 l

Re: [libvirt-python PATCH] build: Adapt to PEP 625 distribution file naming

2025-09-10 Thread Michal Prívozník via Devel
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.g