1
1
[project ]
2
2
name = " openshift-python-utilities"
3
- version = " 6.0.4 "
3
+ version = " 6.0.5 "
4
4
description = " A utilities repository for https://github.com/RedHatQE/openshift-python-wrapper"
5
- authors = [
6
- {
name =
" Meni Yakove" ,
email =
" [email protected] " },
7
- {
name =
" Ruth Netser" ,
email =
" [email protected] " },
8
- ]
9
5
requires-python = " ~=3.9"
10
6
readme = " README.md"
11
7
license = " Apache-2.0"
12
- keywords = [" Openshift" , " ocp" ]
8
+ keywords = [ " Openshift" , " ocp" ]
13
9
classifiers = [
14
10
" Programming Language :: Python :: 3" ,
15
- " Operating System :: OS Independent" ,
11
+ " Operating System :: OS Independent"
16
12
]
17
13
dependencies = [
18
14
" colorlog>=6.7.0,<7" ,
@@ -25,26 +21,31 @@ dependencies = [
25
21
" requests>=2.31.0,<3" ,
26
22
" semver>=3.0.2,<4" ,
27
23
" pyhelper-utils>=0.0.22" ,
28
- " deprecation>=2.1.0,<3" ,
24
+ " deprecation>=2.1.0,<3"
29
25
]
30
26
31
- [project .urls ]
32
- Homepage = " https://github.com/RedHatQE/openshift-python-utilities"
33
- Documentation = " https://github.com/RedHatQE/openshift-python-utilities/blob/main/README.md"
34
- Download = " https://pypi.org/project/openshift-python-utilities/"
35
- "Bug Tracker" = " https://github.com/RedHatQE/openshift-python-utilities/issues"
27
+ [[project .authors ]]
28
+ name = " Meni Yakove"
29
+
30
+
31
+ [[project .authors ]]
32
+ name = " Ruth Netser"
33
+
34
+
35
+ [project .urls ]
36
+ Homepage = " https://github.com/RedHatQE/openshift-python-utilities"
37
+ Documentation = " https://github.com/RedHatQE/openshift-python-utilities/blob/main/README.md"
38
+ Download = " https://pypi.org/project/openshift-python-utilities/"
39
+ "Bug Tracker" = " https://github.com/RedHatQE/openshift-python-utilities/issues"
36
40
37
41
[tool .ruff ]
38
42
preview = true
39
43
line-length = 120
40
44
fix = true
41
45
output-format = " grouped"
42
46
43
- [dependency-groups ]
44
- dev = [" ipdb>=0.13.13,<0.14" , " ipython" ]
45
-
46
- [tool .ruff .format ]
47
- exclude = [" .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
47
+ [tool .ruff .format ]
48
+ exclude = [ " .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
48
49
49
50
[tool .mypy ]
50
51
check_untyped_defs = true
@@ -56,11 +57,14 @@ show_error_codes = true
56
57
warn_unused_ignores = true
57
58
58
59
[tool .hatch .build .targets .sdist ]
59
- include = [" ocp_utilities" ]
60
+ include = [ " ocp_utilities" ]
60
61
61
62
[tool .hatch .build .targets .wheel ]
62
- include = [" ocp_utilities" ]
63
+ include = [ " ocp_utilities" ]
64
+
65
+ [dependency-groups ]
66
+ dev = [ " ipdb>=0.13.13,<0.14" , " ipython" ]
63
67
64
68
[build-system ]
65
- requires = [" hatchling" ]
69
+ requires = [ " hatchling" ]
66
70
build-backend = " hatchling.build"
0 commit comments