gvm-tools 24.12.1__py3-none-any.whl → 25.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gvm-tools might be problematic. Click here for more details.

@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: gvm-tools
3
- Version: 24.12.1
3
+ Version: 25.1.1
4
4
  Summary: Tools to control a GSM/GVM over GMP or OSP
5
- Home-page: https://github.com/greenbone/gvm-tools/
6
5
  License: GPL-3.0-or-later
7
6
  Author: Greenbone AG
8
7
  Author-email: info@greenbone.net
@@ -23,6 +22,7 @@ Classifier: Programming Language :: Python :: 3.13
23
22
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
23
  Requires-Dist: python-gvm (>=23.4.2)
25
24
  Project-URL: Documentation, https://greenbone.github.io/gvm-tools/
25
+ Project-URL: Homepage, https://github.com/greenbone/gvm-tools/
26
26
  Project-URL: Repository, https://github.com/greenbone/gvm-tools/
27
27
  Description-Content-Type: text/markdown
28
28
 
@@ -1,13 +1,13 @@
1
1
  gvmtools/__init__.py,sha256=ejbguD-eiMOOuakxFsH0Car5fCkXbog3dtmRYAvKtAk,1144
2
- gvmtools/__version__.py,sha256=38x-QUx3pGDtEzpG88vRNyA51P4ObUhl3Z05CdUNHrQ,104
2
+ gvmtools/__version__.py,sha256=DlIcvh5hb66n25WeAPv-ukViUKzQ2ydLEb-sTIsNfmA,103
3
3
  gvmtools/cli.py,sha256=fxCNAS2znykMeNKf4kFPQL7P4ld52Cq8guHFrm4xBJ4,4338
4
4
  gvmtools/config.py,sha256=8n5yFHZBobdlNs7hv4GWJqsFfytMxFsgMmkPIgnV2mo,2806
5
5
  gvmtools/helper.py,sha256=mlcuUy0F0F0kw2Nit5npqZPlbI5SItxl3g374UqeqTM,6315
6
6
  gvmtools/parser.py,sha256=uLC2kiKPzR1Izmm4vVv4LIZA1sPYxhumAh5BhVdOmWI,10958
7
7
  gvmtools/pyshell.py,sha256=b-iml45-cBqreFcsHz8f4DKJl2cN6Yh4aiZvHw1Daf0,5335
8
8
  gvmtools/script.py,sha256=6pIGWKNirQSYfcL8Nh69nxKfFH7_5GUMJMcPvZ1hIEQ,3586
9
- gvm_tools-24.12.1.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
10
- gvm_tools-24.12.1.dist-info/METADATA,sha256=8DGG7EuIBf28J3-tqDCsvAuVZDcdUunkxuDzFqDGpR8,7677
11
- gvm_tools-24.12.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
12
- gvm_tools-24.12.1.dist-info/entry_points.txt,sha256=7UOCf5Ip12567mLV6k8FefDkulyjgyhTYU_XCBi4v3s,111
13
- gvm_tools-24.12.1.dist-info/RECORD,,
9
+ gvm_tools-25.1.1.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
10
+ gvm_tools-25.1.1.dist-info/METADATA,sha256=THQ8zeCN2QcubHzCslFaWGvuo91h64OzS0dd-bh91A4,7688
11
+ gvm_tools-25.1.1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
12
+ gvm_tools-25.1.1.dist-info/entry_points.txt,sha256=7UOCf5Ip12567mLV6k8FefDkulyjgyhTYU_XCBi4v3s,111
13
+ gvm_tools-25.1.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
gvmtools/__version__.py CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
4
4
 
5
- __version__ = "24.12.1"
5
+ __version__ = "25.1.1"