Skip to content

Prepare 4.7.1 release#175

Draft
pebenito wants to merge 9 commits into
SELinuxProject:4.7from
pebenito:4.7
Draft

Prepare 4.7.1 release#175
pebenito wants to merge 9 commits into
SELinuxProject:4.7from
pebenito:4.7

Conversation

@pebenito

Copy link
Copy Markdown
Member

No description provided.

pebenito and others added 9 commits July 22, 2026 12:39
Addresses:
warning: setools/policyrep/fscontext.pxi:82:51:
Strings should no longer be used for type
declarations. Use 'cython.int' etc. directly.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This tells Cython that they are not writable values. Avoids issues like this:

178762 | AF_INET6 = __Pyx_PyLong_As_int(o); if (unlikely((AF_INET6 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 42, __pyx_L2_error)
| ^
setools/policyrep.c:178765:22: error: lvalue required as left operand of assignment

Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
Pass these args to pytest.

Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
The FastMCP in the mcp package is a legacy version. Change to the
actively developed separate FastMCP package.

Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant