Skip to content

Commit 984eae6

Browse files
authored
Merge pull request #32 from pycontribs/fix/readme
Fixed project README
2 parents cae8eb0 + f252c45 commit 984eae6

File tree

3 files changed

+16
-27
lines changed

3 files changed

+16
-27
lines changed

.yamllint

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ rules:
88
allow-non-breakable-words: true
99
allow-non-breakable-inline-mappings: true
1010
key-duplicates: enable
11+
truthy: disable
1112
ignore: |
1213
.tox

README.rst

+13-26
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
:target: https://github.com/python/black
66
:alt: Python Black Code Style
77

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
1012
failure to load selinux in Ansible modules.
1113

1214
You still need to have libselinux python bindings package installed on your
@@ -16,30 +18,15 @@ to import it from inside isolated (default) virtualenvs.
1618
This package was also tested as installed outside virtualenvs and seems not
1719
to interfere with the original library.
1820

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:
3622

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)
4129

42-
0.1.0 (2019-03-12)
43-
------------------
30+
The change-list can be accessed at `releases`__.
4431

45-
* First release on PyPI.
32+
__ https://github.com/pycontribs/selinux/releases

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = selinux
99
url = https://github.com/pycontribs/selinux
1010
project_urls =
1111
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
1313
CI: Travis = https://travis-ci.com/pycontribs/selinux
1414
Source Code = https://github.com/pycontribs/selinux
1515
description = shim selinux module
@@ -44,6 +44,7 @@ classifiers =
4444
Programming Language :: Python :: 3.5
4545
Programming Language :: Python :: 3.6
4646
Programming Language :: Python :: 3.7
47+
Programming Language :: Python :: 3.8
4748

4849
Topic :: System :: Systems Administration
4950
Topic :: Utilities

0 commit comments

Comments
 (0)