tenseleyflow/sultree / 7be8b30

Browse files

build, versioning things

Authored by espadonne
SHA
7be8b3076a2de5b2408df81d5a94be3506645ee5
Parents
9301005
Tree
21b5e70

4 changed files

StatusFile+-
M Makefile 1 1
M pyproject.toml 1 1
M src/sultree/__init__.py 1 1
M sultree.spec 2 2
Makefilemodified
@@ -3,7 +3,7 @@
33
 
44
 PYTHON = python3
55
 PACKAGE = sultree
6
-VERSION = 0.1.0
6
+VERSION = 0.0.8
77
 
88
 .PHONY: help build install test clean dist rpm dev-install check format
99
 
pyproject.tomlmodified
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
 
55
 [project]
66
 name = "sultree"
7
-version = "0.1.0"
7
+version = "0.0.8"
88
 description = "SELinux-aware tree command - displays directory trees filtered by SELinux security contexts"
99
 readme = "README.md"
1010
 requires-python = ">=3.8"
src/sultree/__init__.pymodified
@@ -5,7 +5,7 @@ A variant of the tree command that filters directory trees based on SELinux secu
55
 Provides all the functionality of tree with additional SELinux label filtering capabilities.
66
 """
77
 
8
-__version__ = "0.1.0"
8
+__version__ = "0.0.8"
99
 __author__ = "mfw"
1010
 __email__ = "espadonne@outlook.com"
1111
 
sultree.specmodified
@@ -1,5 +1,5 @@
11
 Name:           sultree
2
-Version:        0.1.0
2
+Version:        0.0.8
33
 Release:        1%{?dist}
44
 Summary:        SELinux-aware tree command for displaying directory trees filtered by security contexts
55
 
@@ -48,7 +48,7 @@ install -Dm755 sultree %{buildroot}%{_bindir}/sultree-standalone
4848
 %{_bindir}/sultree-standalone
4949
 
5050
 %changelog
51
-* Sat Aug 24 2024 mfw <espadonne@outlook.com> - 0.1.0-1
51
+* Sat Aug 24 2024 mfw <espadonne@outlook.com> - 0.0.8-1
5252
 - Initial RPM release
5353
 - SELinux-aware tree command implementation
5454
 - Full tree command compatibility