-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Jun 17, 2022
1 parent
8a47a97
commit c74be53
Showing
3 changed files
with
69 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
[tool.poetry] | ||
name = "failures-analysis" | ||
version = "1.1.0" | ||
description = " failures-analysis package provides fast and reliable way to find and group similar failures in test automation." | ||
authors = ["Tatu Aalto"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
homepage = "https://github.com/F-Secure/failures-analysis" | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: OS Independent", | ||
"Topic :: Software Development :: Testing", | ||
] | ||
packages = [ | ||
{ include = "failure_analysis", from="."} | ||
] | ||
|
||
[tool.poetry.scripts] | ||
failures-analysis = "failure_analysis.failure_analysis:main" | ||
|
||
[tool.poetry.urls] | ||
"Change log" = "https://github.com/F-Secure/failures-analysis/blob/main/CHANGELOG.md" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
numpy = "^1.22.4" | ||
pandas = "^1.4.2" | ||
sklearn = "^0.0" | ||
lxml = "^4.9.0" | ||
drain3 = "^0.9.10" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^7.1.2" | ||
black = "^22.3.0" | ||
isort = "^5.10.1" | ||
invoke = "^1.7.1" | ||
mypy = "^0.961" | ||
flake8 = "^4.0.1" | ||
python-semantic-release = "7.28.1" | ||
approvaltests = "^5.2.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.black] | ||
line-length = 120 | ||
target-version = ['py38'] | ||
|
||
[tool.semantic_release] | ||
version_toml = [ | ||
"pyproject.toml:tool.poetry.version", | ||
"failure_analysis/__init__.py:__version__" | ||
] | ||
branch = "main" | ||
build_command = "poetry build" | ||
[tool.poetry] | ||
name = "failures-analysis" | ||
version = "2.0.0" | ||
description = " failures-analysis package provides fast and reliable way to find and group similar failures in test automation." | ||
authors = ["Tatu Aalto"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
homepage = "https://github.com/F-Secure/failures-analysis" | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: OS Independent", | ||
"Topic :: Software Development :: Testing", | ||
] | ||
packages = [ | ||
{ include = "failure_analysis", from="."} | ||
] | ||
|
||
[tool.poetry.scripts] | ||
failures-analysis = "failure_analysis.failure_analysis:main" | ||
|
||
[tool.poetry.urls] | ||
"Change log" = "https://github.com/F-Secure/failures-analysis/blob/main/CHANGELOG.md" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
numpy = "^1.22.4" | ||
pandas = "^1.4.2" | ||
sklearn = "^0.0" | ||
lxml = "^4.9.0" | ||
drain3 = "^0.9.10" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^7.1.2" | ||
black = "^22.3.0" | ||
isort = "^5.10.1" | ||
invoke = "^1.7.1" | ||
mypy = "^0.961" | ||
flake8 = "^4.0.1" | ||
python-semantic-release = "7.28.1" | ||
approvaltests = "^5.2.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.black] | ||
line-length = 120 | ||
target-version = ['py38'] | ||
|
||
[tool.semantic_release] | ||
version_toml = [ | ||
"pyproject.toml:tool.poetry.version", | ||
"failure_analysis/__init__.py:__version__" | ||
] | ||
branch = "main" | ||
build_command = "poetry build" |