forked from greenbone/ospd-openvas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request greenbone#612 from greenbone/y0urself/workflows-main
[CI] Use patch instead of calendar, change version to 22.04
- Loading branch information
Showing
6 changed files
with
8 additions
and
12 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 |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
|
||
""" OSPd core module. """ | ||
|
||
from .__version__ import __version__ | ||
from ospd_openvas.__version__ import __version__ |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! | ||
|
||
__version__ = "21.10.0.dev1" | ||
__version__ = "22.4.0.dev1" |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "ospd-openvas" | ||
version = "21.10.0.dev1" | ||
version = "22.4.0.dev1" | ||
description = "ospd based scanner for openvas" | ||
authors = ["Greenbone Networks GmbH <[email protected]>"] | ||
license = "AGPL-3.0-or-later" | ||
|
@@ -19,6 +19,7 @@ classifiers=[ | |
"Intended Audience :: System Administrators", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
] | ||
keywords = [ | ||
"openvas", | ||
|
@@ -57,9 +58,9 @@ python-gnupg = "^0.4.8" | |
pylint = "^2.12.2" | ||
rope = "^0.22.0" | ||
autohooks-plugin-pylint = "^21.6.0" | ||
autohooks-plugin-black = {version = "^21.12.0", python = "^3.7"} | ||
autohooks-plugin-black = "^21.12.0" | ||
pontos = "^22.2.2" | ||
black = {version = "22.1.0", python = "^3.7"} | ||
black = "22.1.0" | ||
|
||
[tool.poetry.extras] | ||
tracking = ["sentry-sdk"] | ||
|