commit c33961b9f0beb13b3001539fca7fd86fce7e1e2b Author: Martin Styk Date: Fri May 15 22:56:47 2026 +0200 Automatic commit of release 29.3 commit da97870e7c77f52bbbd86e4c2b19b3323f680cb1 Author: Martin Styk Date: Fri May 15 22:54:03 2026 +0200 docs: release 29.3 commit 64c56ac9da4b26d1cc1fcad8a0f98991f18901c2 Author: Ian Wienand Date: Thu Nov 7 14:17:26 2024 +1100 xmlrpc3: remove missing arguments ex is not defined in this context, remove it and just log an error that the cleanup failed. (cherry picked from commit 11cf7b7b0b3d8c7da90516ce2e74be509b1c2d00) commit 010a34587a0e467a76ca4f3b8aa502b414f1cb6e Author: Michael Hofmann Date: Mon Feb 5 21:34:38 2024 +0100 Fix invalid escape sequences on Python 3.12 in client code Candidate sites were found via find . -iname '*.py' -exec pylint --disable all --enable W1401 {} + and git grep '\ (cherry picked from commit 830eda30751ed12be32e5a0be8007c1232ff9903) commit b06c857874c83f4a6096758d89ba42e1a1b51b4b Author: Carol Bouchard Date: Fri May 15 22:25:36 2026 +0200 test(client): replace deprecated unittest method aliases commit e7b7c13e1ec42dbcc5001dac4a04d9e58b24c261 Author: Martin Styk Date: Fri May 15 22:21:02 2026 +0200 ci: skip LabController unit tests on py3 targets commit 3ede2af2f046e8b1acc1cd478fa495e82bf9be03 Author: Martin Styk Date: Thu May 14 22:00:02 2026 +0200 fix: remove pkg_resources from docs build on python 3 Signed-off-by: Martin Styk (cherry picked from commit 037d74061241278c6fe84d52c6763b57db51c9b4) commit 5335578587b932ff8dc2ba974cee15dc40d50ce2 Author: Martin Styk Date: Tue Feb 17 22:40:01 2026 +0100 ci: validate latest fedora targets Signed-off-by: Martin Styk (cherry picked from commit 135ce1dfcd7ad718bdbdc6bf374d344eb53dda86) commit 236fee7892a4966fe9e0b5f466cb591a5779d8a2 Author: Martin Styk Date: Tue Feb 17 22:15:53 2026 +0100 fix: remove pkg_resources from labcontroller Signed-off-by: Martin Styk (cherry picked from commit 28b02fbd4a793f08786d3f4c413f2ee90fe76364) commit 2acaf82af145121503a8deabb1daa8ea565353b5 Author: Martin Styk Date: Tue Feb 17 17:34:23 2026 +0100 fix: remove pkg_resources dependency on python 3 Fixes #232 Signed-off-by: Martin Styk (cherry picked from commit 9c8ddfac0cd924a9f6c5604d505ed915501c582b) commit 13f7c5bab8abded75b4ecbed46e1992c238517fa Author: Martin Styk Date: Sun Feb 1 15:58:44 2026 +0100 ci: onboard EPEL 10 Signed-off-by: Martin Styk (cherry picked from commit 73c2bbc51ed48b8aa141e3c386660357a5426304) commit 7255a960162d549e756e87659dd5fb1c8d676593 Author: Martin Styk Date: Sun Feb 1 14:34:00 2026 +0100 ci: run unit test on CentOS 10 Signed-off-by: Martin Styk (cherry picked from commit db76e0967dcafe94b2d5e1be288cf04fbd0103fb) commit d04a85eaacd4cd22cfd2a53facba6ce3c8b8cda6 Author: Martin Styk Date: Sun Feb 1 13:51:20 2026 +0100 ci: run on latest fedora Signed-off-by: Martin Styk (cherry picked from commit 4f57dc65b31acbf56e2f54716de1db729208eb6c) commit e8ca5289e4987811b984cc3d3cd846f4cf3b5bc9 Author: Martin Styk Date: Tue Dec 30 16:11:19 2025 +0100 ci: fix EOL repository URLs for CentOS 7 Signed-off-by: Martin Styk (cherry picked from commit 7494d1ddff90efca331973cb089555a77860be28) commit 15651809da0dd6f928d8b880050c3746eded8e9a Author: Martin Styk Date: Tue Oct 29 21:59:06 2024 +0100 ci: build RPMs on mainline branch Signed-off-by: Martin Styk (cherry picked from commit 1fbb3cf5d2db619f3c6e359ca18955d0684a0b24) commit 7a3eb6880880a6ea1bb467b319ebee06abd4500b Author: Martin Styk Date: Tue Oct 29 22:36:15 2024 +0100 ci: enable unit tests in fedora targets Signed-off-by: Martin Styk (cherry picked from commit be8faf01ee6ed640c6fe745ff35d1ec276f53528) commit 4bccb773b5c086ef7d3026ab1ad819ad9cda1000 Author: Martin Styk Date: Mon May 26 18:16:45 2025 +0200 chore(license): drop BSD license reference The file LabController/src/bkr/labcontroller/tback.py, originally from Django and licensed under the 3-clause BSD license, was removed. Signed-off-by: Martin Styk