Skip to content

Commit af243c3

Browse files
committed
Release 6.0.5
1 parent 35f6ad1 commit af243c3

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

pyproject.toml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
[project]
22
name = "openshift-python-utilities"
3-
version = "6.0.4"
3+
version = "6.0.5"
44
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-
]
95
requires-python = "~=3.9"
106
readme = "README.md"
117
license = "Apache-2.0"
12-
keywords = ["Openshift", "ocp"]
8+
keywords = [ "Openshift", "ocp" ]
139
classifiers = [
1410
"Programming Language :: Python :: 3",
15-
"Operating System :: OS Independent",
11+
"Operating System :: OS Independent"
1612
]
1713
dependencies = [
1814
"colorlog>=6.7.0,<7",
@@ -25,26 +21,31 @@ dependencies = [
2521
"requests>=2.31.0,<3",
2622
"semver>=3.0.2,<4",
2723
"pyhelper-utils>=0.0.22",
28-
"deprecation>=2.1.0,<3",
24+
"deprecation>=2.1.0,<3"
2925
]
3026

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"
3640

3741
[tool.ruff]
3842
preview = true
3943
line-length = 120
4044
fix = true
4145
output-format = "grouped"
4246

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__" ]
4849

4950
[tool.mypy]
5051
check_untyped_defs = true
@@ -56,11 +57,14 @@ show_error_codes = true
5657
warn_unused_ignores = true
5758

5859
[tool.hatch.build.targets.sdist]
59-
include = ["ocp_utilities"]
60+
include = [ "ocp_utilities" ]
6061

6162
[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" ]
6367

6468
[build-system]
65-
requires = ["hatchling"]
69+
requires = [ "hatchling" ]
6670
build-backend = "hatchling.build"

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)