File tree 3 files changed +16
-27
lines changed
3 files changed +16
-27
lines changed Original file line number Diff line number Diff line change 8
8
allow-non-breakable-words: true
9
9
allow-non-breakable-inline-mappings: true
10
10
key-duplicates: enable
11
+ truthy: disable
11
12
ignore: |
12
13
.tox
Original file line number Diff line number Diff line change 5
5
:target: https://github.com/python/black
6
6
:alt: Python Black Code Style
7
7
8
- # selinux
9
- Pure-python selinux shim module for use in virtualenvs in oder to avoid
8
+ selinux
9
+ =======
10
+
11
+ Pure-python selinux **shim ** module for use in virtualenvs in oder to avoid
10
12
failure to load selinux in Ansible modules.
11
13
12
14
You still need to have libselinux python bindings package installed on your
@@ -16,30 +18,15 @@ to import it from inside isolated (default) virtualenvs.
16
18
This package was also tested as installed outside virtualenvs and seems not
17
19
to interfere with the original library.
18
20
19
- So far testing was done on:
20
- * CentOS 7 - python2
21
- * Fedora 28 - python2 and python3
22
-
23
- =======
24
- History
25
- =======
26
-
27
- 0.1.5 (2019-05-28)
28
- ------------------
29
-
30
- * Updated Trove classifiers
31
- * Refactored the generation of package metadata when build from source
32
- * Marked release as stable
33
-
34
- 0.1.2 (2019-04-13)
35
- ------------------
21
+ So far testing is done on:
36
22
37
- * First version that can really detect selinux on system and load it, allowing
38
- users of isolated virtualenvs to be able to load selinux.
39
- * Library is supoosed to load nothing on non-Linux systems
40
- * Only one warning is raised if the library failes to find system selinux
23
+ * CentOS 7
24
+ * CentOS 8
25
+ * Debian (latest)
26
+ * Fedora 28
27
+ * RHEL 8
28
+ * Ubuntu (latest)
41
29
42
- 0.1.0 (2019-03-12)
43
- ------------------
30
+ The change-list can be accessed at `releases `__.
44
31
45
- * First release on PyPI.
32
+ __ https://github.com/pycontribs/selinux/releases
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = selinux
9
9
url = https://github.com/pycontribs/selinux
10
10
project_urls =
11
11
Bug Tracker = https://github.com/pycontribs/selinux/issues
12
- Release Management = https://github.com/pycontribs/selinux/projects
12
+ Release Management = https://github.com/pycontribs/selinux/releases
13
13
CI: Travis = https://travis-ci.com/pycontribs/selinux
14
14
Source Code = https://github.com/pycontribs/selinux
15
15
description = shim selinux module
@@ -44,6 +44,7 @@ classifiers =
44
44
Programming Language :: Python :: 3.5
45
45
Programming Language :: Python :: 3.6
46
46
Programming Language :: Python :: 3.7
47
+ Programming Language :: Python :: 3.8
47
48
48
49
Topic :: System :: Systems Administration
49
50
Topic :: Utilities
You can’t perform that action at this time.
0 commit comments