<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-selinux, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>python-selinux: update to 3.10</title>
<updated>2026-05-01T18:01:30Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-17T19:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=381e4f41bade4c4bc710970c8676d966b9bd55e5'/>
<id>urn:sha1:381e4f41bade4c4bc710970c8676d966b9bd55e5</id>
<content type='text'>
Changes in 3.10:
- fix parsing of the enforcing kernel cmdline parameter
- build python module without isolation (Makefile fix)
- treewide: add .clang-format configuration file
- various libsepol bug fixes (NULL deref, use-after-free, MLS range
  validation, functionfs_seclabel policycap, bpf_token_perms polcap)

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-selinux: fix cross-compilation, add test.sh</title>
<updated>2026-04-25T04:48:58Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-02T16:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e2e727e6869182f4b74a0ee139f48a42c8020d95'/>
<id>urn:sha1:e2e727e6869182f4b74a0ee139f48a42c8020d95</id>
<content type='text'>
Add --no-build-isolation to PYTHON_SETUP_ARGS. Without it, pip creates
an isolated build environment which fails during cross-compilation
because _sysconfigdata is missing for the target arch.

Add test.sh with basic import and API sanity checks.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-selinux: update to 3.9</title>
<updated>2026-01-22T18:52:28Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2026-01-15T22:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5de77732b682c3ddd1799dc059b7933fec6b2eae'/>
<id>urn:sha1:5de77732b682c3ddd1799dc059b7933fec6b2eae</id>
<content type='text'>
Upstream list of changes is available at
https://github.com/SELinuxProject/selinux/releases/tag/3.9.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>python-selinux: update to 3.8.1</title>
<updated>2025-05-19T09:44:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2025-05-18T16:04:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b6d9fcd1c868b73affb057c9743c1d78743b5174'/>
<id>urn:sha1:b6d9fcd1c868b73affb057c9743c1d78743b5174</id>
<content type='text'>
Bump to latest 3.8.1 version.
Import the required backported patches from libselinux.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-selinux: update to 3.6</title>
<updated>2024-05-30T01:47:42Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2024-05-29T00:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=18963ff37360ddbdaafb4dce6a3836c899a311ee'/>
<id>urn:sha1:18963ff37360ddbdaafb4dce6a3836c899a311ee</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>python3-libselinux: Update to 3.5, rename source/target package</title>
<updated>2023-06-19T07:47:09Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-06-08T07:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a205483547ca835d98d5da1284e8a77c88eb5f97'/>
<id>urn:sha1:a205483547ca835d98d5da1284e8a77c88eb5f97</id>
<content type='text'>
* Rename:

  * Source package from python3-libselinux to python-selinux
  * Target package from python3-libselinux to python3-selinux

* Update dependents with new target package name

* Remove patches:

  * 010-setup-py-custom-cc.patch: LDSHARED is already set as part of
    $(PYTHON3_VARS)

  * 020-Make-use-of-variables-when-defining-libdir-and-inclu.patch: This
    package doesn't install the libselinux.pc file

* Update package title and dependencies

* Remove Build/InstallDev (files not used by any other package)

* Use Py3Package to build Python bytecode and source packages

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
</feed>
