Branch: refs/heads/wip-python-bindings Home: https://github.com/kronosnet/kronosnet Commit: 81f8dcae2f0cafc05cadfdb6161b95b5a39322eb https://github.com/kronosnet/kronosnet/commit/81f8dcae2f0cafc05cadfdb6161b95... Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths: M configure.ac M libknet/bindings/Makefile.am A libknet/bindings/python/Makefile.am A libknet/bindings/python/_knet.c A libknet/bindings/python/tests/__init__.py A libknet/bindings/python/tests/test_knet.py M libnozzle/bindings/Makefile.am A libnozzle/bindings/python/Makefile.am A libnozzle/bindings/python/_nozzle.c A libnozzle/bindings/python/tests/__init__.py A libnozzle/bindings/python/tests/test_nozzle.py
Log Message: ----------- Add copyright headers to Python binding files (partial)
This commit adds or updates copyright headers for several files related to the new Python bindings. The year is set to 2025, and "Jules jules@google.com (Google AI Agent)" is added as an author. The license is GPL-2.0+.
Files updated so far: - configure.ac (author added, year confirmed) - libnozzle/bindings/python/Makefile.am (year updated, author added) - libnozzle/bindings/python/_nozzle.c (new header added) - libnozzle/bindings/python/tests/__init__.py (new one-line header) - libnozzle/bindings/python/tests/test_nozzle.py (new header, corrected position after shebang) - libknet/bindings/python/Makefile.am (year updated, author added) - libknet/bindings/python/_knet.c (new header added) - libknet/bindings/python/tests/__init__.py (new one-line header)
I was interrupted before completing updates for all planned files. Specifically, `libknet/bindings/python/tests/test_knet.py` still needs its copyright header added.
Throughout this task, I've been unable to run any build commands (autogen.sh, configure, make) due to persistent internal errors. This has prevented any compilation or testing of the bindings and their integration into the build system. The changes made are based on static analysis of the codebase and adherence to existing patterns.
Commit: 77facdfa3d56beb082957666f9ae18527d51762e https://github.com/kronosnet/kronosnet/commit/77facdfa3d56beb082957666f9ae18... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths: M configure.ac M libknet/bindings/python/Makefile.am M libknet/bindings/python/_knet.c M libknet/bindings/python/tests/test_knet.py M libnozzle/bindings/python/Makefile.am M libnozzle/bindings/python/_nozzle.c M libnozzle/bindings/python/tests/test_nozzle.py
Log Message: ----------- python-bindings: misc fixes
* fix build system * fix test_knet.py log file
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Compare: https://github.com/kronosnet/kronosnet/compare/cc30a335239e...77facdfa3d56
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications