feat(python3-nethsec): move library and its tests into this repo - #1826
Draft
gsanchietti wants to merge 5 commits into
Draft
feat(python3-nethsec): move library and its tests into this repo#1826gsanchietti wants to merge 5 commits into
gsanchietti wants to merge 5 commits into
Conversation
nethsecurity-api code is now inside this repo
Build the nethsec wheel from local source instead of fetching it from the old external repo, and bring its tests, test image, docs, and scans in as GitHub Actions scoped to this package. Assisted-by: Claude Code:claude-opus-4-8[1m]
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
The tests could not pull the published test image (private and not tagged for the branch), so build it locally when it is missing instead. Assisted-by: Claude Code:claude-opus-4-8[1m]
Generate the python3-nethsec API reference inside the existing documentation build and drop the separate workflow. Assisted-by: Claude Code:claude-opus-4-8[1m]
Building the site now needs a Ruby container (host Ruby 4.x cannot build the pinned gems) and a pydoctor step for the python3-nethsec API docs. Assisted-by: Claude Code:claude-opus-4-8[1m]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Moves the
nethsecPython library (previously the externalNethServer/python3-nethsecrepo) fully into this repository.nethsecwheel now builds from local source underpackages/python3-nethsec/src— no more external fetch./apidocs/python3-nethsec/.Why
Keeps the library, its tests, and its checks in one place so changes here are tested and documented here.
Checks
python3-nethsec-tests— runs the test suite; builds the test image locally when missing (no registry dependency).python3-nethsec-test-image— builds and publishes the test image for reuse.python3-nethsec-scans— Trivy SBOM and report.Verified
nethsec-1.7.1-py3-none-any.whl.Notes for reviewers
MakefilePKG_VERSIONandsetup.pyversion(documented in the package README).