Skip to content

Commit 8efb7cc

Browse files
committed
release: New Release 4.19.1 is out
1 parent 23dec2f commit 8efb7cc

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

pyproject.toml

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.pytest.ini_options]
22
markers = [
33
"incremental: Mark tests as incremental",
4-
"kubevirt: Mark tests as kubevirt tests",
4+
"kubevirt: Mark tests as kubevirt tests"
55
]
66
addopts = [
77
"--pdbcls=IPython.terminal.debugger:TerminalPdb",
@@ -13,11 +13,15 @@ addopts = [
1313
"--cov=ocp_resources.utils.constants",
1414
"--cov=ocp_resources.utils.utils",
1515
"--cov=ocp_resources.exceptions",
16-
"--cov=class_generator",
16+
"--cov=class_generator"
1717
]
1818

1919
[tool.coverage.run]
20-
omit = ["tests/*", "class_generator/tests/*", "class_generator/scripts/tests/*"]
20+
omit = [
21+
"tests/*",
22+
"class_generator/tests/*",
23+
"class_generator/scripts/tests/*"
24+
]
2125

2226
[tool.coverage.report]
2327
fail_under = 60
@@ -32,31 +36,31 @@ line-length = 120
3236
fix = true
3337
output-format = "grouped"
3438

35-
[tool.ruff.format]
36-
exclude = [".git", ".venv", ".mypy_cache", ".tox", "__pycache__"]
39+
[tool.ruff.format]
40+
exclude = [ ".git", ".venv", ".mypy_cache", ".tox", "__pycache__" ]
3741

3842
[tool.mypy]
3943
no_implicit_optional = true
4044
show_error_codes = true
4145
warn_unused_ignores = true
4246

4347
[tool.hatch.build.targets.wheel]
44-
packages = ["ocp_resources", "class_generator", "fake_kubernetes_client"]
48+
packages = [ "ocp_resources", "class_generator", "fake_kubernetes_client" ]
4549

4650
[tool.uv]
47-
dev-dependencies = ["ipdb>=0.13.13", "ipython>=8.12.3"]
51+
dev-dependencies = [ "ipdb>=0.13.13", "ipython>=8.12.3" ]
4852

4953
[project]
5054
requires-python = ">=3.9"
5155
name = "openshift-python-wrapper"
52-
version = "4.19.0"
56+
version = "4.19.1"
5357
description = "Wrapper around https://github.com/kubernetes-client/python"
5458
readme = "README.md"
5559
license = "Apache-2.0"
56-
keywords = ["Openshift", "Kubevirt", "Openshift Virtualization"]
60+
keywords = [ "Openshift", "Kubevirt", "Openshift Virtualization" ]
5761
classifiers = [
5862
"Programming Language :: Python :: 3",
59-
"Operating System :: OS Independent",
63+
"Operating System :: OS Independent"
6064
]
6165
dependencies = [
6266
"cloup>=3.0.5",
@@ -72,40 +76,37 @@ dependencies = [
7276
"rich>=13.9.2",
7377
"ruff>=0.6.9",
7478
"timeout-sampler>=0.0.46",
75-
"xmltodict>=0.13.0",
79+
"xmltodict>=0.13.0"
7680
]
7781

78-
[[project.authors]]
79-
name = "Meni Yakove"
80-
82+
[[project.authors]]
83+
name = "Meni Yakove"
84+
8185

82-
[[project.authors]]
83-
name = "Ruth Netser"
84-
86+
[[project.authors]]
87+
name = "Ruth Netser"
88+
8589

86-
[[project.maintainers]]
87-
name = "Meni Yakove"
88-
90+
[[project.maintainers]]
91+
name = "Meni Yakove"
92+
8993

90-
[[project.maintainers]]
91-
name = "Ruth Netser"
92-
94+
[[project.maintainers]]
95+
name = "Ruth Netser"
96+
9397

94-
[project.urls]
95-
homepage = "https://github.com/RedHatQE/openshift-python-wrapper"
96-
documentation = "https://openshift-python-wrapper.readthedocs.io/en/latest/"
97-
Download = "https://pypi.org/project/openshift-python-wrapper/"
98-
"Bug Tracker" = "https://github.com/RedHatQE/openshift-python-wrapper/issues"
98+
[project.urls]
99+
homepage = "https://github.com/RedHatQE/openshift-python-wrapper"
100+
documentation = "https://openshift-python-wrapper.readthedocs.io/en/latest/"
101+
Download = "https://pypi.org/project/openshift-python-wrapper/"
102+
"Bug Tracker" = "https://github.com/RedHatQE/openshift-python-wrapper/issues"
99103

100-
[project.scripts]
101-
class-generator = "class_generator.class_generator:main"
104+
[project.scripts]
105+
class-generator = "class_generator.class_generator:main"
102106

103107
[build-system]
104-
requires = ["hatchling"]
108+
requires = [ "hatchling" ]
105109
build-backend = "hatchling.build"
106110

107111
[dependency-groups]
108-
tests = [
109-
"pytest>=8.3.5",
110-
"pytest-cov>=6.1.1",
111-
]
112+
tests = [ "pytest>=8.3.5", "pytest-cov>=6.1.1" ]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)