c2cwsgiutils 6.2.0.dev79__py3-none-any.whl → 6.2.0.dev81__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.
- c2cwsgiutils/acceptance/package-lock.json +28 -109
- c2cwsgiutils/acceptance/package.json +1 -1
- {c2cwsgiutils-6.2.0.dev79.dist-info → c2cwsgiutils-6.2.0.dev81.dist-info}/METADATA +5 -5
- {c2cwsgiutils-6.2.0.dev79.dist-info → c2cwsgiutils-6.2.0.dev81.dist-info}/RECORD +7 -7
- {c2cwsgiutils-6.2.0.dev79.dist-info → c2cwsgiutils-6.2.0.dev81.dist-info}/WHEEL +1 -1
- {c2cwsgiutils-6.2.0.dev79.dist-info → c2cwsgiutils-6.2.0.dev81.dist-info}/LICENSE +0 -0
- {c2cwsgiutils-6.2.0.dev79.dist-info → c2cwsgiutils-6.2.0.dev81.dist-info}/entry_points.txt +0 -0
@@ -6,7 +6,7 @@
|
|
6
6
|
"": {
|
7
7
|
"dependencies": {
|
8
8
|
"commander": "13.1.0",
|
9
|
-
"puppeteer": "24.
|
9
|
+
"puppeteer": "24.4.0"
|
10
10
|
}
|
11
11
|
},
|
12
12
|
"node_modules/@babel/code-frame": {
|
@@ -33,18 +33,17 @@
|
|
33
33
|
}
|
34
34
|
},
|
35
35
|
"node_modules/@puppeteer/browsers": {
|
36
|
-
"version": "2.
|
37
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.
|
38
|
-
"integrity": "sha512-
|
36
|
+
"version": "2.8.0",
|
37
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.8.0.tgz",
|
38
|
+
"integrity": "sha512-yTwt2KWRmCQAfhvbCRjebaSX8pV1//I0Y3g+A7f/eS7gf0l4eRJoUCvcYdVtboeU4CTOZQuqYbZNS8aBYb8ROQ==",
|
39
39
|
"license": "Apache-2.0",
|
40
40
|
"dependencies": {
|
41
41
|
"debug": "^4.4.0",
|
42
42
|
"extract-zip": "^2.0.1",
|
43
43
|
"progress": "^2.0.3",
|
44
44
|
"proxy-agent": "^6.5.0",
|
45
|
-
"semver": "^7.
|
46
|
-
"tar-fs": "^3.0.
|
47
|
-
"unbzip2-stream": "^1.4.3",
|
45
|
+
"semver": "^7.7.1",
|
46
|
+
"tar-fs": "^3.0.8",
|
48
47
|
"yargs": "^17.7.2"
|
49
48
|
},
|
50
49
|
"bin": {
|
@@ -201,26 +200,6 @@
|
|
201
200
|
}
|
202
201
|
}
|
203
202
|
},
|
204
|
-
"node_modules/base64-js": {
|
205
|
-
"version": "1.5.1",
|
206
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
207
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
208
|
-
"funding": [
|
209
|
-
{
|
210
|
-
"type": "github",
|
211
|
-
"url": "https://github.com/sponsors/feross"
|
212
|
-
},
|
213
|
-
{
|
214
|
-
"type": "patreon",
|
215
|
-
"url": "https://www.patreon.com/feross"
|
216
|
-
},
|
217
|
-
{
|
218
|
-
"type": "consulting",
|
219
|
-
"url": "https://feross.org/support"
|
220
|
-
}
|
221
|
-
],
|
222
|
-
"license": "MIT"
|
223
|
-
},
|
224
203
|
"node_modules/basic-ftp": {
|
225
204
|
"version": "5.0.5",
|
226
205
|
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
|
@@ -230,30 +209,6 @@
|
|
230
209
|
"node": ">=10.0.0"
|
231
210
|
}
|
232
211
|
},
|
233
|
-
"node_modules/buffer": {
|
234
|
-
"version": "5.7.1",
|
235
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
236
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
237
|
-
"funding": [
|
238
|
-
{
|
239
|
-
"type": "github",
|
240
|
-
"url": "https://github.com/sponsors/feross"
|
241
|
-
},
|
242
|
-
{
|
243
|
-
"type": "patreon",
|
244
|
-
"url": "https://www.patreon.com/feross"
|
245
|
-
},
|
246
|
-
{
|
247
|
-
"type": "consulting",
|
248
|
-
"url": "https://feross.org/support"
|
249
|
-
}
|
250
|
-
],
|
251
|
-
"license": "MIT",
|
252
|
-
"dependencies": {
|
253
|
-
"base64-js": "^1.3.1",
|
254
|
-
"ieee754": "^1.1.13"
|
255
|
-
}
|
256
|
-
},
|
257
212
|
"node_modules/buffer-crc32": {
|
258
213
|
"version": "0.2.13",
|
259
214
|
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
@@ -273,13 +228,13 @@
|
|
273
228
|
}
|
274
229
|
},
|
275
230
|
"node_modules/chromium-bidi": {
|
276
|
-
"version": "
|
277
|
-
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-
|
278
|
-
"integrity": "sha512-
|
231
|
+
"version": "2.1.2",
|
232
|
+
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-2.1.2.tgz",
|
233
|
+
"integrity": "sha512-vtRWBK2uImo5/W2oG6/cDkkHSm+2t6VHgnj+Rcwhb0pP74OoUb4GipyRX/T/y39gYQPhioP0DPShn+A7P6CHNw==",
|
279
234
|
"license": "Apache-2.0",
|
280
235
|
"dependencies": {
|
281
|
-
"mitt": "3.0.1",
|
282
|
-
"zod": "3.24.1"
|
236
|
+
"mitt": "^3.0.1",
|
237
|
+
"zod": "^3.24.1"
|
283
238
|
},
|
284
239
|
"peerDependencies": {
|
285
240
|
"devtools-protocol": "*"
|
@@ -393,9 +348,9 @@
|
|
393
348
|
}
|
394
349
|
},
|
395
350
|
"node_modules/devtools-protocol": {
|
396
|
-
"version": "0.0.
|
397
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
398
|
-
"integrity": "sha512-
|
351
|
+
"version": "0.0.1413902",
|
352
|
+
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1413902.tgz",
|
353
|
+
"integrity": "sha512-yRtvFD8Oyk7C9Os3GmnFZLu53yAfsnyw1s+mLmHHUK0GQEc9zthHWvS1r67Zqzm5t7v56PILHIVZ7kmFMaL2yQ==",
|
399
354
|
"license": "BSD-3-Clause"
|
400
355
|
},
|
401
356
|
"node_modules/emoji-regex": {
|
@@ -591,26 +546,6 @@
|
|
591
546
|
"node": ">= 14"
|
592
547
|
}
|
593
548
|
},
|
594
|
-
"node_modules/ieee754": {
|
595
|
-
"version": "1.2.1",
|
596
|
-
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
597
|
-
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
598
|
-
"funding": [
|
599
|
-
{
|
600
|
-
"type": "github",
|
601
|
-
"url": "https://github.com/sponsors/feross"
|
602
|
-
},
|
603
|
-
{
|
604
|
-
"type": "patreon",
|
605
|
-
"url": "https://www.patreon.com/feross"
|
606
|
-
},
|
607
|
-
{
|
608
|
-
"type": "consulting",
|
609
|
-
"url": "https://feross.org/support"
|
610
|
-
}
|
611
|
-
],
|
612
|
-
"license": "BSD-3-Clause"
|
613
|
-
},
|
614
549
|
"node_modules/import-fresh": {
|
615
550
|
"version": "3.3.1",
|
616
551
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
@@ -849,17 +784,17 @@
|
|
849
784
|
}
|
850
785
|
},
|
851
786
|
"node_modules/puppeteer": {
|
852
|
-
"version": "24.
|
853
|
-
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.
|
854
|
-
"integrity": "sha512-
|
787
|
+
"version": "24.4.0",
|
788
|
+
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.4.0.tgz",
|
789
|
+
"integrity": "sha512-E4JhJzjS8AAI+6N/b+Utwarhz6zWl3+MR725fal+s3UlOlX2eWdsvYYU+Q5bXMjs9eZEGkNQroLkn7j11s2k1Q==",
|
855
790
|
"hasInstallScript": true,
|
856
791
|
"license": "Apache-2.0",
|
857
792
|
"dependencies": {
|
858
|
-
"@puppeteer/browsers": "2.
|
859
|
-
"chromium-bidi": "
|
793
|
+
"@puppeteer/browsers": "2.8.0",
|
794
|
+
"chromium-bidi": "2.1.2",
|
860
795
|
"cosmiconfig": "^9.0.0",
|
861
|
-
"devtools-protocol": "0.0.
|
862
|
-
"puppeteer-core": "24.
|
796
|
+
"devtools-protocol": "0.0.1413902",
|
797
|
+
"puppeteer-core": "24.4.0",
|
863
798
|
"typed-query-selector": "^2.12.0"
|
864
799
|
},
|
865
800
|
"bin": {
|
@@ -870,17 +805,17 @@
|
|
870
805
|
}
|
871
806
|
},
|
872
807
|
"node_modules/puppeteer-core": {
|
873
|
-
"version": "24.
|
874
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.
|
875
|
-
"integrity": "sha512-
|
808
|
+
"version": "24.4.0",
|
809
|
+
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.4.0.tgz",
|
810
|
+
"integrity": "sha512-eFw66gCnWo0X8Hyf9KxxJtms7a61NJVMiSaWfItsFPzFBsjsWdmcNlBdsA1WVwln6neoHhsG+uTVesKmTREn/g==",
|
876
811
|
"license": "Apache-2.0",
|
877
812
|
"dependencies": {
|
878
|
-
"@puppeteer/browsers": "2.
|
879
|
-
"chromium-bidi": "
|
813
|
+
"@puppeteer/browsers": "2.8.0",
|
814
|
+
"chromium-bidi": "2.1.2",
|
880
815
|
"debug": "^4.4.0",
|
881
|
-
"devtools-protocol": "0.0.
|
816
|
+
"devtools-protocol": "0.0.1413902",
|
882
817
|
"typed-query-selector": "^2.12.0",
|
883
|
-
"ws": "^8.18.
|
818
|
+
"ws": "^8.18.1"
|
884
819
|
},
|
885
820
|
"engines": {
|
886
821
|
"node": ">=18"
|
@@ -1043,12 +978,6 @@
|
|
1043
978
|
"b4a": "^1.6.4"
|
1044
979
|
}
|
1045
980
|
},
|
1046
|
-
"node_modules/through": {
|
1047
|
-
"version": "2.3.8",
|
1048
|
-
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
1049
|
-
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
1050
|
-
"license": "MIT"
|
1051
|
-
},
|
1052
981
|
"node_modules/tslib": {
|
1053
982
|
"version": "2.8.1",
|
1054
983
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
@@ -1061,16 +990,6 @@
|
|
1061
990
|
"integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==",
|
1062
991
|
"license": "MIT"
|
1063
992
|
},
|
1064
|
-
"node_modules/unbzip2-stream": {
|
1065
|
-
"version": "1.4.3",
|
1066
|
-
"resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
|
1067
|
-
"integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
|
1068
|
-
"license": "MIT",
|
1069
|
-
"dependencies": {
|
1070
|
-
"buffer": "^5.2.1",
|
1071
|
-
"through": "^2.3.8"
|
1072
|
-
}
|
1073
|
-
},
|
1074
993
|
"node_modules/undici-types": {
|
1075
994
|
"version": "6.20.0",
|
1076
995
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: c2cwsgiutils
|
3
|
-
Version: 6.2.0.
|
3
|
+
Version: 6.2.0.dev81
|
4
4
|
Summary: Common utilities for Camptocamp WSGI applications
|
5
5
|
License: BSD-2-Clause
|
6
6
|
Keywords: geo,gis,sqlalchemy,orm,wsgi
|
@@ -35,13 +35,13 @@ Provides-Extra: tests
|
|
35
35
|
Provides-Extra: waitress
|
36
36
|
Provides-Extra: webserver
|
37
37
|
Requires-Dist: Paste (==3.10.1) ; extra == "standard" or extra == "waitress" or extra == "all"
|
38
|
-
Requires-Dist: SQLAlchemy (==2.0.
|
38
|
+
Requires-Dist: SQLAlchemy (==2.0.40) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
|
39
39
|
Requires-Dist: SQLAlchemy-Utils (==0.41.2) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
|
40
|
-
Requires-Dist: alembic (==1.
|
40
|
+
Requires-Dist: alembic (==1.15.2) ; extra == "standard" or extra == "alembic" or extra == "all"
|
41
41
|
Requires-Dist: boltons (==25.0.0) ; extra == "tests" or extra == "all"
|
42
42
|
Requires-Dist: cee_syslog_handler (==0.6.0)
|
43
43
|
Requires-Dist: cornice (==6.1.0) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
|
44
|
-
Requires-Dist: coverage (==7.
|
44
|
+
Requires-Dist: coverage (==7.8.0) ; extra == "debug" or extra == "all"
|
45
45
|
Requires-Dist: gunicorn (==23.0.0) ; extra == "standard" or extra == "webserver" or extra == "all"
|
46
46
|
Requires-Dist: lxml (==5.3.1) ; extra == "tests" or extra == "all"
|
47
47
|
Requires-Dist: objgraph (==3.6.2) ; extra == "debug" or extra == "all"
|
@@ -57,7 +57,7 @@ Requires-Dist: redis (==5.2.1) ; extra == "standard" or extra == "broadcast" or
|
|
57
57
|
Requires-Dist: requests (==2.32.3)
|
58
58
|
Requires-Dist: requests-oauthlib (==2.0.0) ; extra == "standard" or extra == "oauth2" or extra == "all"
|
59
59
|
Requires-Dist: scikit-image (==0.25.2) ; extra == "test-images"
|
60
|
-
Requires-Dist: sentry-sdk (==2.
|
60
|
+
Requires-Dist: sentry-sdk (==2.25.0) ; extra == "standard" or extra == "sentry" or extra == "all"
|
61
61
|
Requires-Dist: ujson (==5.10.0)
|
62
62
|
Requires-Dist: waitress (==3.0.2) ; extra == "standard" or extra == "dev" or extra == "waitress" or extra == "all"
|
63
63
|
Requires-Dist: zope.interface (==7.2) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
|
@@ -2,8 +2,8 @@ c2cwsgiutils/__init__.py,sha256=DecyA-tMmcT1jt2Bd7zEO9Yse8WcOKEEppxS6omH-mY,4047
|
|
2
2
|
c2cwsgiutils/acceptance/__init__.py,sha256=mSv7pmy7fF6i3JfNX_Ws-8x6jHgT7W3AK4bZTnkoosI,1515
|
3
3
|
c2cwsgiutils/acceptance/connection.py,sha256=nXwDSRpqVaOBr_mhZ3jdOSJIxHCHub6atADa04dpiO4,9911
|
4
4
|
c2cwsgiutils/acceptance/image.py,sha256=P32pqu4ndD9K6UNglPTxKAIKbcfyjgt3yGaNFsrnWRU,9356
|
5
|
-
c2cwsgiutils/acceptance/package-lock.json,sha256=
|
6
|
-
c2cwsgiutils/acceptance/package.json,sha256=
|
5
|
+
c2cwsgiutils/acceptance/package-lock.json,sha256=PPFqyowlmI0o5LQI13bDOg7czik5IKP0uk2bvZeXNBo,39980
|
6
|
+
c2cwsgiutils/acceptance/package.json,sha256=PHLN5uCH0ODkV7e9m3hYzin05-4ZedfgVhy4Nk6h2yU,101
|
7
7
|
c2cwsgiutils/acceptance/print.py,sha256=i6UxfSuZ8z9grC_P2qn0yU6RXLbNCcopPMOgjc8D1rI,2555
|
8
8
|
c2cwsgiutils/acceptance/screenshot.js,sha256=FAJYIWOLJFMm0MNggKzo3mIybtN-VtKLdMzPhQ9pO1g,2041
|
9
9
|
c2cwsgiutils/acceptance/utils.py,sha256=zTu-CRL4ZwFrluiM6rPvcGsXsC2Aq_r4L7oVyucQkbY,1920
|
@@ -61,8 +61,8 @@ c2cwsgiutils/stats_pyramid/_db_spy.py,sha256=_E5_KFipmsOdqD849mde4EDIlXS7ae0oClZ
|
|
61
61
|
c2cwsgiutils/stats_pyramid/_pyramid_spy.py,sha256=KFxxKdEKrmDeA1zpps-BPiB2c4hhR2GlgJvq6KOTyjU,3498
|
62
62
|
c2cwsgiutils/templates/index.html.mako,sha256=cK8qGBDeQG5SiJJCfvL0oKpgacr7dPKx634AAQivmjA,1416
|
63
63
|
c2cwsgiutils/version.py,sha256=b8rwN7vATtBWvVKyvxW_-ixbmMJGQBZhW3gNvGdAyVg,3156
|
64
|
-
c2cwsgiutils-6.2.0.
|
65
|
-
c2cwsgiutils-6.2.0.
|
66
|
-
c2cwsgiutils-6.2.0.
|
67
|
-
c2cwsgiutils-6.2.0.
|
68
|
-
c2cwsgiutils-6.2.0.
|
64
|
+
c2cwsgiutils-6.2.0.dev81.dist-info/LICENSE,sha256=6bEOU0n7ued3SA-DQCsHQaACONMMRzGHmH5XhDVeD-U,1304
|
65
|
+
c2cwsgiutils-6.2.0.dev81.dist-info/METADATA,sha256=Lm7ViSOyKVMOKJweWuLjVFqEd2Cai2Hs_AAuLCQKrlI,36597
|
66
|
+
c2cwsgiutils-6.2.0.dev81.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
67
|
+
c2cwsgiutils-6.2.0.dev81.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
|
68
|
+
c2cwsgiutils-6.2.0.dev81.dist-info/RECORD,,
|
File without changes
|
File without changes
|