Skip to content

Commit f622461

Browse files
committedAug 5, 2023
update pymssql version instead of removing the dependency
1 parent a73a343 commit f622461

3 files changed

+7
-5
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,13 @@ The following sections show how to download and install the DEB packages availab
211211
-playwright = "==1.30.0" # used for in-browser testing
212212
diff -u Pipfile Pipfile_v2 > ../pipfile-remove-playwright.patch
213213

214-
#### Remove pymssql from pipfile
214+
#### Update pymssql version in pipfile
215215

216216
cp Pipfile Pipfile_v2
217217
vim Pipfile_v2
218218
-pymssql = "==2.2.7" # needed by check_sql active check
219-
diff -u Pipfile Pipfile_v2 > ../pipfile-remove-pymssql.patch
219+
+pymssql = "==2.2.8" # needed by check_sql active check
220+
diff -u Pipfile Pipfile_v2 > ../pipfile-update-pymssql.patch
220221

221222
#### Remove werkv2 markdown imports
222223

‎build_check_mk_debian_32bit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ patch -p0 < ../python-make-set-arm-architecture.patch
5757
patch -p0 < ../protobuf-make-add-latomic.patch
5858
patch -p0 < ../pipfile-remove-pbr.patch
5959
patch -p0 < ../pipfile-remove-playwright.patch
60-
patch -p0 < ../pipfile-remove-pymssql.patch
60+
patch -p0 < ../pipfile-update-pymssql.patch
6161
patch -p0 < ../werkv2-remove-markdown-imports.patch
6262
patch -p0 < ../xmlsec1-fix-source-url.patch
6363

Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
--- Pipfile 2023-07-19 10:27:00.000000000 +0100
2-
+++ Pipfile_v2 2023-08-03 20:47:04.074867414 +0100
3-
@@ -145,7 +145,6 @@
2+
+++ Pipfile_v2 2023-08-05 10:27:55.308412543 +0100
3+
@@ -145,7 +145,7 @@
44
s3transfer = "==0.4.2" # needed by boto3 (aws)
55
boto3 = "==1.17.102" # needed by boto3 (aws)
66
python-snap7 = "==1.2" # needed by Siemens PLC special agent
77
-pymssql = "==2.2.7" # needed by check_sql active check
8+
+pymssql = "==2.2.8" # needed by check_sql active check
89
PyMySQL = "==0.9.3" # needed by check_sql active check
910
psycopg2-binary = "==2.9.5" # needed by check_sql active check
1011
apispec = "==5.2.2" # direct dependency

0 commit comments

Comments
 (0)
Please sign in to comment.