Skip to content

Commit 0bc1872

Browse files
Merge pull request #17 from greenbone/shredder-new-release
New upstream release 24.7.0-gos2404~1 (shredder)
2 parents c4f4fc9 + 227171d commit 0bc1872

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
python-gvm (24.7.0-gos2404~1) shredder; urgency=medium
2+
3+
* Change: new upstream release. (Closes: GOS-1918)
4+
* Change: update patches.
5+
* Fix: update autopkgtest.
6+
7+
-- Hendrik Deuper <hendrik.deuper@greenbone.net> Tue, 30 Jul 2024 14:09:04 +0000
8+
19
python-gvm (24.1.0-gos2404~2) shredder; urgency=medium
210

311
* Change: Increase Standards-Version to 4.6.2

debian/patches/replace_pontos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
--- a/tests/xml/test_pretty_print.py
22
+++ b/tests/xml/test_pretty_print.py
3-
@@ -22,7 +22,8 @@ from io import StringIO
3+
@@ -8,7 +8,8 @@ import unittest
4+
from io import StringIO
45
from unittest.mock import patch
56

6-
import defusedxml.lxml as secET
77
-from pontos.testing import temp_directory
88
+from tempfile import TemporaryDirectory
99
+from pathlib import Path
1010

1111
from gvm.errors import InvalidArgumentType
12-
from gvm.xml import pretty_print
13-
@@ -40,8 +41,9 @@ class PrettyPrintTestCase(unittest.TestC
12+
from gvm.xml import parse_xml, pretty_print
13+
@@ -26,8 +27,9 @@ class PrettyPrintTestCase(unittest.TestC
1414
"</test>\n"
1515
)
1616

debian/tests/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Test-Command: python3 -m gvm.connections
1+
Test-Command: python3 -c "import gvm.connections"
22
Depends: @, python3-setuptools

0 commit comments

Comments
 (0)