c2cwsgiutils 6.2.0.dev117__py3-none-any.whl → 6.2.0.dev119__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.
@@ -6,7 +6,7 @@
6
6
  "": {
7
7
  "dependencies": {
8
8
  "commander": "14.0.0",
9
- "puppeteer": "24.7.2"
9
+ "puppeteer": "24.10.0"
10
10
  }
11
11
  },
12
12
  "node_modules/@babel/code-frame": {
@@ -33,16 +33,16 @@
33
33
  }
34
34
  },
35
35
  "node_modules/@puppeteer/browsers": {
36
- "version": "2.10.2",
37
- "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.2.tgz",
38
- "integrity": "sha512-i4Ez+s9oRWQbNjtI/3+jxr7OH508mjAKvza0ekPJem0ZtmsYHP3B5dq62+IaBHKaGCOuqJxXzvFLUhJvQ6jtsQ==",
36
+ "version": "2.10.5",
37
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.5.tgz",
38
+ "integrity": "sha512-eifa0o+i8dERnngJwKrfp3dEq7ia5XFyoqB17S4gK8GhsQE4/P8nxOfQSE0zQHxzzLo/cmF+7+ywEQ7wK7Fb+w==",
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
- "debug": "^4.4.0",
41
+ "debug": "^4.4.1",
42
42
  "extract-zip": "^2.0.1",
43
43
  "progress": "^2.0.3",
44
44
  "proxy-agent": "^6.5.0",
45
- "semver": "^7.7.1",
45
+ "semver": "^7.7.2",
46
46
  "tar-fs": "^3.0.8",
47
47
  "yargs": "^17.7.2"
48
48
  },
@@ -236,9 +236,9 @@
236
236
  }
237
237
  },
238
238
  "node_modules/chromium-bidi": {
239
- "version": "4.1.1",
240
- "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-4.1.1.tgz",
241
- "integrity": "sha512-biR7t4vF3YluE6RlMSk9IWk+b9U+WWyzHp+N2pL9vRTk+UXHYRTVp7jTK58ZNzMLBgoLMHY4QyJMbeuw3eKxqg==",
239
+ "version": "5.1.0",
240
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-5.1.0.tgz",
241
+ "integrity": "sha512-9MSRhWRVoRPDG0TgzkHrshFSJJNZzfY5UFqUMuksg7zL1yoZIZ3jLB0YAgHclbiAxPI86pBnwDX1tbzoiV8aFw==",
242
242
  "license": "Apache-2.0",
243
243
  "dependencies": {
244
244
  "mitt": "^3.0.1",
@@ -356,9 +356,9 @@
356
356
  }
357
357
  },
358
358
  "node_modules/devtools-protocol": {
359
- "version": "0.0.1425554",
360
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1425554.tgz",
361
- "integrity": "sha512-uRfxR6Nlzdzt0ihVIkV+sLztKgs7rgquY/Mhcv1YNCWDh5IZgl5mnn2aeEnW5stYTE0wwiF4RYVz8eMEpV1SEw==",
359
+ "version": "0.0.1452169",
360
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1452169.tgz",
361
+ "integrity": "sha512-FOFDVMGrAUNp0dDKsAU1TorWJUx2JOU1k9xdgBKKJF3IBh/Uhl2yswG5r3TEAOrCiGY2QRp1e6LVDQrCsTKO4g==",
362
362
  "license": "BSD-3-Clause"
363
363
  },
364
364
  "node_modules/emoji-regex": {
@@ -792,17 +792,17 @@
792
792
  }
793
793
  },
794
794
  "node_modules/puppeteer": {
795
- "version": "24.7.2",
796
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.7.2.tgz",
797
- "integrity": "sha512-ifYqoY6wGs0yZeFuFPn8BE9FhuveXkarF+eO18I2e/axdoCh4Qh1AE+qXdJBhdaeoPt6eRNTY4Dih29Jbq8wow==",
795
+ "version": "24.10.0",
796
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.10.0.tgz",
797
+ "integrity": "sha512-Oua9VkGpj0S2psYu5e6mCer6W9AU9POEQh22wRgSXnLXASGH+MwLUVWgLCLeP9QPHHcJ7tySUlg4Sa9OJmaLpw==",
798
798
  "hasInstallScript": true,
799
799
  "license": "Apache-2.0",
800
800
  "dependencies": {
801
- "@puppeteer/browsers": "2.10.2",
802
- "chromium-bidi": "4.1.1",
801
+ "@puppeteer/browsers": "2.10.5",
802
+ "chromium-bidi": "5.1.0",
803
803
  "cosmiconfig": "^9.0.0",
804
- "devtools-protocol": "0.0.1425554",
805
- "puppeteer-core": "24.7.2",
804
+ "devtools-protocol": "0.0.1452169",
805
+ "puppeteer-core": "24.10.0",
806
806
  "typed-query-selector": "^2.12.0"
807
807
  },
808
808
  "bin": {
@@ -813,17 +813,17 @@
813
813
  }
814
814
  },
815
815
  "node_modules/puppeteer-core": {
816
- "version": "24.7.2",
817
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.7.2.tgz",
818
- "integrity": "sha512-P9pZyTmJqKODFCnkZgemCpoFA4LbAa8+NumHVQKyP5X9IgdNS1ZnAnIh1sMAwhF8/xEUGf7jt+qmNLlKieFw1Q==",
816
+ "version": "24.10.0",
817
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.10.0.tgz",
818
+ "integrity": "sha512-xX0QJRc8t19iAwRDsAOR38Q/Zx/W6WVzJCEhKCAwp2XMsaWqfNtQ+rBfQW9PlF+Op24d7c8Zlgq9YNmbnA7hdQ==",
819
819
  "license": "Apache-2.0",
820
820
  "dependencies": {
821
- "@puppeteer/browsers": "2.10.2",
822
- "chromium-bidi": "4.1.1",
823
- "debug": "^4.4.0",
824
- "devtools-protocol": "0.0.1425554",
821
+ "@puppeteer/browsers": "2.10.5",
822
+ "chromium-bidi": "5.1.0",
823
+ "debug": "^4.4.1",
824
+ "devtools-protocol": "0.0.1452169",
825
825
  "typed-query-selector": "^2.12.0",
826
- "ws": "^8.18.1"
826
+ "ws": "^8.18.2"
827
827
  },
828
828
  "engines": {
829
829
  "node": ">=18"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "commander": "14.0.0",
4
- "puppeteer": "24.7.2"
4
+ "puppeteer": "24.10.0"
5
5
  },
6
6
  "type": "module"
7
7
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: c2cwsgiutils
3
- Version: 6.2.0.dev117
3
+ Version: 6.2.0.dev119
4
4
  Summary: Common utilities for Camptocamp WSGI applications
5
5
  License: BSD-2-Clause
6
6
  Keywords: geo,gis,sqlalchemy,orm,wsgi
@@ -34,34 +34,83 @@ Provides-Extra: test-images
34
34
  Provides-Extra: tests
35
35
  Provides-Extra: waitress
36
36
  Provides-Extra: webserver
37
- Requires-Dist: Paste (==3.10.1) ; extra == "standard" or extra == "waitress" or extra == "all"
38
- Requires-Dist: SQLAlchemy (==2.0.40) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
39
- Requires-Dist: SQLAlchemy-Utils (==0.41.2) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
40
- Requires-Dist: alembic (==1.15.2) ; extra == "standard" or extra == "alembic" or extra == "all"
41
- Requires-Dist: boltons (==25.0.0) ; extra == "tests" or extra == "all"
42
- Requires-Dist: cee_syslog_handler (==0.6.0)
43
- Requires-Dist: cornice (==6.1.0) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
44
- Requires-Dist: coverage (==7.8.0) ; extra == "debug" or extra == "all"
45
- Requires-Dist: gunicorn (==23.0.0) ; extra == "standard" or extra == "webserver" or extra == "all"
46
- Requires-Dist: lxml (==5.4.0) ; extra == "tests" or extra == "all"
47
- Requires-Dist: objgraph (==3.6.2) ; extra == "debug" or extra == "all"
48
- Requires-Dist: prometheus-client (==0.21.1) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
49
- Requires-Dist: psutil (==7.0.0) ; extra == "debug" or extra == "all"
50
- Requires-Dist: psycopg2 (==2.9.10) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
51
- Requires-Dist: pyjwt (==2.10.1) ; extra == "standard" or extra == "oauth2" or extra == "all"
52
- Requires-Dist: pyramid (==2.0.2) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
53
- Requires-Dist: pyramid-tm (==2.6) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
54
- Requires-Dist: pyramid_mako (==1.1.0) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
55
- Requires-Dist: pyyaml (==6.0.2)
56
- Requires-Dist: redis (==6.0.0) ; extra == "standard" or extra == "broadcast" or extra == "all"
57
- Requires-Dist: requests (==2.32.3)
58
- Requires-Dist: requests-oauthlib (==2.0.0) ; extra == "standard" or extra == "oauth2" or extra == "all"
59
- Requires-Dist: scikit-image (==0.25.2) ; extra == "test-images"
60
- Requires-Dist: sentry-sdk (==2.27.0) ; extra == "standard" or extra == "sentry" or extra == "all"
61
- Requires-Dist: ujson (==5.10.0)
62
- Requires-Dist: waitress (==3.0.2) ; extra == "standard" or extra == "dev" or extra == "waitress" or extra == "all"
63
- Requires-Dist: zope.interface (==7.2) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
64
- Requires-Dist: zope.sqlalchemy (==3.1) ; extra == "standard" or extra == "webserver" or extra == "waitress" or extra == "all"
37
+ Requires-Dist: Paste ; extra == "all"
38
+ Requires-Dist: Paste ; extra == "standard"
39
+ Requires-Dist: Paste ; extra == "waitress"
40
+ Requires-Dist: SQLAlchemy (>=1.4.0,<3.0.0) ; extra == "all"
41
+ Requires-Dist: SQLAlchemy (>=1.4.0,<3.0.0) ; extra == "standard"
42
+ Requires-Dist: SQLAlchemy (>=1.4.0,<3.0.0) ; extra == "waitress"
43
+ Requires-Dist: SQLAlchemy (>=1.4.0,<3.0.0) ; extra == "webserver"
44
+ Requires-Dist: SQLAlchemy-Utils ; extra == "all"
45
+ Requires-Dist: SQLAlchemy-Utils ; extra == "standard"
46
+ Requires-Dist: SQLAlchemy-Utils ; extra == "waitress"
47
+ Requires-Dist: SQLAlchemy-Utils ; extra == "webserver"
48
+ Requires-Dist: alembic ; extra == "alembic"
49
+ Requires-Dist: alembic ; extra == "all"
50
+ Requires-Dist: alembic ; extra == "standard"
51
+ Requires-Dist: boltons ; extra == "all"
52
+ Requires-Dist: boltons ; extra == "tests"
53
+ Requires-Dist: cee_syslog_handler
54
+ Requires-Dist: cornice ; extra == "all"
55
+ Requires-Dist: cornice ; extra == "standard"
56
+ Requires-Dist: cornice ; extra == "waitress"
57
+ Requires-Dist: cornice ; extra == "webserver"
58
+ Requires-Dist: coverage ; extra == "all"
59
+ Requires-Dist: coverage ; extra == "debug"
60
+ Requires-Dist: gunicorn ; extra == "all"
61
+ Requires-Dist: gunicorn ; extra == "standard"
62
+ Requires-Dist: gunicorn ; extra == "webserver"
63
+ Requires-Dist: lxml ; extra == "all"
64
+ Requires-Dist: lxml ; extra == "tests"
65
+ Requires-Dist: objgraph ; extra == "all"
66
+ Requires-Dist: objgraph ; extra == "debug"
67
+ Requires-Dist: prometheus-client
68
+ Requires-Dist: psutil ; extra == "all"
69
+ Requires-Dist: psutil ; extra == "debug"
70
+ Requires-Dist: psycopg2 ; extra == "all"
71
+ Requires-Dist: psycopg2 ; extra == "standard"
72
+ Requires-Dist: psycopg2 ; extra == "waitress"
73
+ Requires-Dist: psycopg2 ; extra == "webserver"
74
+ Requires-Dist: pyjwt ; extra == "all"
75
+ Requires-Dist: pyjwt ; extra == "oauth2"
76
+ Requires-Dist: pyjwt ; extra == "standard"
77
+ Requires-Dist: pyramid ; extra == "all"
78
+ Requires-Dist: pyramid ; extra == "standard"
79
+ Requires-Dist: pyramid ; extra == "waitress"
80
+ Requires-Dist: pyramid ; extra == "webserver"
81
+ Requires-Dist: pyramid-tm ; extra == "all"
82
+ Requires-Dist: pyramid-tm ; extra == "standard"
83
+ Requires-Dist: pyramid-tm ; extra == "waitress"
84
+ Requires-Dist: pyramid-tm ; extra == "webserver"
85
+ Requires-Dist: pyramid_mako ; extra == "all"
86
+ Requires-Dist: pyramid_mako ; extra == "standard"
87
+ Requires-Dist: pyramid_mako ; extra == "waitress"
88
+ Requires-Dist: pyramid_mako ; extra == "webserver"
89
+ Requires-Dist: pyyaml
90
+ Requires-Dist: redis ; extra == "all"
91
+ Requires-Dist: redis ; extra == "broadcast"
92
+ Requires-Dist: redis ; extra == "standard"
93
+ Requires-Dist: requests
94
+ Requires-Dist: requests-oauthlib ; extra == "all"
95
+ Requires-Dist: requests-oauthlib ; extra == "oauth2"
96
+ Requires-Dist: requests-oauthlib ; extra == "standard"
97
+ Requires-Dist: scikit-image ; extra == "test-images"
98
+ Requires-Dist: sentry-sdk ; extra == "all"
99
+ Requires-Dist: sentry-sdk ; extra == "sentry"
100
+ Requires-Dist: sentry-sdk ; extra == "standard"
101
+ Requires-Dist: ujson
102
+ Requires-Dist: waitress ; extra == "all"
103
+ Requires-Dist: waitress ; extra == "dev"
104
+ Requires-Dist: waitress ; extra == "standard"
105
+ Requires-Dist: waitress ; extra == "waitress"
106
+ Requires-Dist: zope.interface ; extra == "all"
107
+ Requires-Dist: zope.interface ; extra == "standard"
108
+ Requires-Dist: zope.interface ; extra == "waitress"
109
+ Requires-Dist: zope.interface ; extra == "webserver"
110
+ Requires-Dist: zope.sqlalchemy ; extra == "all"
111
+ Requires-Dist: zope.sqlalchemy ; extra == "standard"
112
+ Requires-Dist: zope.sqlalchemy ; extra == "waitress"
113
+ Requires-Dist: zope.sqlalchemy ; extra == "webserver"
65
114
  Project-URL: Bug Tracker, https://github.com/camptocamp/c2cwsgiutils/issues
66
115
  Project-URL: Repository, https://github.com/camptocamp/c2cwsgiutils
67
116
  Description-Content-Type: text/markdown
@@ -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=FbmIDH837D7yG9YD3RCIVIjdYRZTp-lO-ZvlqpEEspo,40156
6
- c2cwsgiutils/acceptance/package.json,sha256=Js7o8civFyWua5gayPXFK2IK6XnxrZ2CNGuSbPPQM9I,101
5
+ c2cwsgiutils/acceptance/package-lock.json,sha256=tiuFzhe8vdw8rgN6-Hi5Q5hHC0eGBnz5-U44qxMc-I8,40162
6
+ c2cwsgiutils/acceptance/package.json,sha256=O1FGTDYSSE1ym3JMtqApMu9vfwr90tjvMU590aVtfaE,102
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.dev117.dist-info/LICENSE,sha256=6bEOU0n7ued3SA-DQCsHQaACONMMRzGHmH5XhDVeD-U,1304
65
- c2cwsgiutils-6.2.0.dev117.dist-info/METADATA,sha256=cXR5xw9k-Qm9zJPa-VZbp4nBzvbVjiB3vRuybUdRXxE,36669
66
- c2cwsgiutils-6.2.0.dev117.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
67
- c2cwsgiutils-6.2.0.dev117.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
68
- c2cwsgiutils-6.2.0.dev117.dist-info/RECORD,,
64
+ c2cwsgiutils-6.2.0.dev119.dist-info/LICENSE,sha256=6bEOU0n7ued3SA-DQCsHQaACONMMRzGHmH5XhDVeD-U,1304
65
+ c2cwsgiutils-6.2.0.dev119.dist-info/METADATA,sha256=G2dFXXnbpqN9MFI93ufhlnG7gBE3MKLKsGMhHX-uThw,37566
66
+ c2cwsgiutils-6.2.0.dev119.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
67
+ c2cwsgiutils-6.2.0.dev119.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
68
+ c2cwsgiutils-6.2.0.dev119.dist-info/RECORD,,