Package: pyartnet / 2.0-1

Metadata

Package Version Patches format
pyartnet 2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix test hostname.patch | (download)

tests/test_base/test_network.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix test_hostname for isolated build environments
 In Debian build chroots (sbuild/pbuilder), network resolution often
change license classifier.patch | (download)

pyproject.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove redundant license classifier for pep 639 compliance
 Setuptools 78+ enforces PEP 639 where license expressions supersede 
 license classifiers. This patch removes the 'License :: OSI Approved' 
 classifier to prevent build failures.
change build backend.patch | (download)

pyproject.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 switch build backend to setuptools
 Original code used uv-build which is not available in Debian Trixie.
 This patch switches the build-system to setuptools.build_meta to 
 compatible with pybuild.