- Update to 21.1.0

ChangeLog at: https://github.com/greenbone/gvm-tools/releases/tag/v21.1.0
This commit is contained in:
Jose Alonso Cardenas Marquez
2021-02-18 20:54:06 +00:00
parent dd9f8dcf08
commit 1e56455494
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gvm-tools
DISTVERSION= 20.10.1
DISTVERSION= 21.1.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= GPLv3+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-gvm>=0:security/py-python-gvm@${PY_FLAVOR}
USES= python:3.6+
USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1609779351
SHA256 (gvm-tools-20.10.1.tar.gz) = 790d44c11aa4b96d2f8e5dbbdf25783c1785e91cad5da86dec71ef0d0f2eae36
SIZE (gvm-tools-20.10.1.tar.gz) = 74334
TIMESTAMP = 1613680518
SHA256 (gvm-tools-21.1.0.tar.gz) = 622fe776403043aa3e033b79670def59c94d0ae920e03da34e498609d2795b65
SIZE (gvm-tools-21.1.0.tar.gz) = 91161

View File

@@ -4,7 +4,7 @@
from setuptools import setup
packages = \
-['gvmtools', 'scripts', 'tests']
-['gvmtools', 'scripts', 'tests', 'tests.scripts']
+['gvmtools', 'scripts']
package_data = \