PyQt6-WebEngine 6.9.0__tar.gz → 6.11.0__tar.gz

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.
Files changed (50) hide show
  1. pyqt6_webengine-6.11.0/ChangeLog +361 -0
  2. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/NEWS +7 -0
  3. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/PKG-INFO +5 -4
  4. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/pyproject.toml +4 -3
  5. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/QtWebEngineCoremod.sip +7 -5
  6. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qtwebenginecoreglobal.sip +1 -1
  7. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginecertificateerror.sip +7 -1
  8. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip +1 -1
  9. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip +1 -1
  10. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineclienthints.sip +7 -1
  11. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip +1 -1
  12. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginecookiestore.sip +1 -1
  13. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginedesktopmediarequest.sip +1 -1
  14. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginedownloadrequest.sip +1 -1
  15. pyqt6_webengine-6.11.0/sip/QtWebEngineCore/qwebengineextensioninfo.sip +47 -0
  16. pyqt6_webengine-6.11.0/sip/QtWebEngineCore/qwebengineextensionmanager.sip +51 -0
  17. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginefilesystemaccessrequest.sip +5 -2
  18. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginefindtextresult.sip +1 -1
  19. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineframe.sip +4 -1
  20. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip +4 -1
  21. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineglobalsettings.sip +2 -2
  22. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginehistory.sip +1 -1
  23. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginehttprequest.sip +1 -1
  24. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineloadinginfo.sip +5 -1
  25. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginenavigationrequest.sip +1 -1
  26. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip +1 -1
  27. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginenotification.sip +1 -1
  28. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginepage.sip +1 -1
  29. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginepermission.sip +3 -3
  30. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineprofile.sip +26 -12
  31. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineprofilebuilder.sip +4 -1
  32. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginequotarequest.sip +1 -1
  33. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip +1 -1
  34. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginescript.sip +1 -1
  35. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginescriptcollection.sip +1 -1
  36. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginesettings.sip +11 -2
  37. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip +1 -1
  38. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip +1 -1
  39. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineurlrequestjob.sip +1 -1
  40. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineurlscheme.sip +1 -1
  41. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebengineurlschemehandler.sip +1 -1
  42. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineCore/qwebenginewebauthuxrequest.sip +1 -1
  43. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip +2 -2
  44. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineQuick/qquickwebengineprofile.sip +10 -2
  45. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineQuick/qtwebenginequickglobal.sip +1 -1
  46. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip +2 -2
  47. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/sip/QtWebEngineWidgets/qwebengineview.sip +1 -1
  48. pyqt6_webengine-6.9.0/ChangeLog +0 -277
  49. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/LICENSE +0 -0
  50. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.11.0}/README.md +0 -0
@@ -0,0 +1,361 @@
1
+ commit 67b94856d23a99f2a1b9df3f5e21b7fb83817cee
2
+ Author: Phil Thompson <phil@riverbankcomputing.com>
3
+ Date: Tue Mar 24 15:48:35 2026 +0000
4
+
5
+ Release v6.11.0
6
+
7
+ commit 4f6d8f43df1d55255f8a7f16787692c4c6800c0c
8
+ Author: Phil Thompson <phil@riverbankcomputing.com>
9
+ Date: Fri Mar 13 16:07:18 2026 +0000
10
+
11
+ Support for Qt v6.11
12
+
13
+ Added support for Qt v6.11.0rc.
14
+
15
+ commit d76a2a7f9c3215b33dbd41d4dacb78eb182900fe
16
+ Author: Phil Thompson <phil@riverbankcomputing.com>
17
+ Date: Sat Oct 25 20:14:23 2025 +0100
18
+
19
+ Bug fixes
20
+
21
+ Fixed a regression that caused builds to fail when using Qt v6.8 or v6.9.
22
+
23
+ commit 14b3e276ae013b46b2a9de0c6b89ea825eed9c05
24
+ Author: Phil Thompson <phil@riverbankcomputing.com>
25
+ Date: Thu Oct 16 11:03:55 2025 +0100
26
+
27
+ Release 6.10.0
28
+
29
+ commit 38b2529666314f9063a4978ba8c0da4ab4d9a6db
30
+ Author: Phil Thompson <phil@riverbankcomputing.com>
31
+ Date: Fri Oct 10 16:18:52 2025 +0100
32
+
33
+ Updated the build system requirements.
34
+
35
+ commit d73b718a8eb89f681ecb5adadb2086024a01c2fb
36
+ Author: Phil Thompson <phil@riverbankcomputing.com>
37
+ Date: Wed Oct 8 14:48:30 2025 +0100
38
+
39
+ Added support for Qt v6.10.
40
+
41
+ commit b445652bfa9aa261c4a8b4e8c86f143ceb83d65c
42
+ Author: Phil Thompson <phil@riverbankcomputing.com>
43
+ Date: Tue Jul 8 17:22:34 2025 +0100
44
+
45
+ Imported from Mercurial
46
+
47
+ commit c7f222b12377bdf80021d283871315ce37ba4254
48
+ Author: Phil Thompson <phil@riverbankcomputing.com>
49
+ Date: Sat May 24 19:07:03 2025 +0100
50
+
51
+ Use PEP 639 licensing.
52
+ SIP v6.12 is required.
53
+ Updated the project format.
54
+
55
+ commit ca87ba6f06dfde25883c9292390a241db792cd8c
56
+ Author: Phil Thompson <phil@riverbankcomputing.com>
57
+ Date: Thu Apr 3 11:22:11 2025 +0100
58
+
59
+ Added tag 6.9.0 for changeset e2ad25594dcc
60
+
61
+ commit 3dfe8d747e284fd4a522830d8a77f32f0b344f52
62
+ Author: Phil Thompson <phil@riverbankcomputing.com>
63
+ Date: Thu Apr 3 11:21:59 2025 +0100
64
+
65
+ Updated the NEWS file.
66
+
67
+ commit 370dd0003696bd64fc7a1de9fec5849b2b84f3bd
68
+ Author: Phil Thompson <phil@riverbankcomputing.com>
69
+ Date: Fri Mar 21 14:47:58 2025 +0000
70
+
71
+ Updated for Qt v6.9.0rc.
72
+
73
+ commit 8072bf5df1111e6e8cafab59100dfc359a4adc6d
74
+ Merge: a2c995b 973abd6
75
+ Author: Phil Thompson <phil@riverbankcomputing.com>
76
+ Date: Thu Dec 12 16:27:10 2024 +0000
77
+
78
+ Merged missing fix from upstream.
79
+
80
+ commit a2c995bbbc1059f3956d42f7f2c0bd052ba22f94
81
+ Author: Phil Thompson <phil@riverbankcomputing.com>
82
+ Date: Fri Dec 6 14:01:40 2024 +0000
83
+
84
+ Added tag 6.8.0 for changeset 33da3a9ed997
85
+
86
+ commit 973abd6e29816aac7778df118dea0edd6a60dbfa
87
+ Author: Phil Thompson <phil@riverbankcomputing.com>
88
+ Date: Sat Nov 2 09:30:02 2024 +0000
89
+
90
+ Fixed building when not concatanating generated files.
91
+
92
+ commit f54e9849d31f6905d41939cf8f4ae6489131a71c
93
+ Author: Phil Thompson <phil@riverbankcomputing.com>
94
+ Date: Thu Oct 24 14:48:54 2024 +0100
95
+
96
+ Updated the NEWS file.
97
+
98
+ commit fb7eb6aca450220d143ceec758de3068a20ae2a8
99
+ Author: Phil Thompson <phil@riverbankcomputing.com>
100
+ Date: Mon Oct 14 13:08:29 2024 +0100
101
+
102
+ Updated the build system requirements to SIP v6.9 and PyQt-builder v1.17.
103
+
104
+ commit 3286a4a5d18f3ceac00b91fba5b6b34f4c73bf11
105
+ Author: Phil Thompson <phil@riverbankcomputing.com>
106
+ Date: Fri Oct 4 16:05:34 2024 +0100
107
+
108
+ Updated for Qt v6.8.0.
109
+
110
+ commit 7e6cc4489da268bb7aedc6817ceb1835317e5864
111
+ Author: Phil Thompson <phil@riverbankcomputing.com>
112
+ Date: Sat Apr 20 16:15:38 2024 +0100
113
+
114
+ Added tag 6.7.0 for changeset cb8b0faaaac7
115
+
116
+ commit cc21815f82f0faf3d03ac730b4285b145e636c88
117
+ Author: Phil Thompson <phil@riverbankcomputing.com>
118
+ Date: Thu Apr 4 15:00:39 2024 +0100
119
+
120
+ Updated for Qt v6.7.0.
121
+
122
+ commit ac48e61c396a4bd40db5dbeacce09f663897c0d3
123
+ Author: Phil Thompson <phil@riverbankcomputing.com>
124
+ Date: Sun Mar 17 15:53:00 2024 +0000
125
+
126
+ Added support for Qt v6.7.
127
+
128
+ commit 3af6d87cee27e75270d04e042b28ce61eb808aec
129
+ Author: Phil Thompson <phil@riverbankcomputing.com>
130
+ Date: Sun Feb 18 13:30:08 2024 +0000
131
+
132
+ Migrated from [tool.sip.metadata] to [project] in pyproject.toml.
133
+
134
+ commit 2e58abefc8a931e65b2008243da5d09aaef1c1f4
135
+ Author: Phil Thompson <phil@riverbankcomputing.com>
136
+ Date: Sun Feb 18 13:26:30 2024 +0000
137
+
138
+ Updated the NEWS file.
139
+
140
+ commit 5fa1de3a53924f5687576ce63972a31d2370e9a5
141
+ Merge: 38e4bfc f12c921
142
+ Author: Phil Thompson <phil@riverbankcomputing.com>
143
+ Date: Sun Feb 18 13:25:49 2024 +0000
144
+
145
+ Merged the 6.6-maint branch.
146
+
147
+ commit f12c9215e29af426e4d12231ce9611e3c7254a0b
148
+ Author: Phil Thompson <phil@riverbankcomputing.com>
149
+ Date: Tue Jan 2 12:09:18 2024 +0000
150
+
151
+ Removed the product file.
152
+
153
+ commit 38e4bfc09ab8938168bfdeeb3849a05a2715a333
154
+ Author: Phil Thompson <phil@riverbankcomputing.com>
155
+ Date: Wed Oct 25 09:52:55 2023 +0100
156
+
157
+ Added tag 6.6.0 for changeset 6b4eda057dbf
158
+
159
+ commit 2d5f53a7913652851718e1ac420abe3ca1e8bd9d
160
+ Author: Phil Thompson <phil@riverbankcomputing.com>
161
+ Date: Wed Oct 25 09:52:45 2023 +0100
162
+
163
+ Removed an out of date entry in the product file.
164
+
165
+ commit 19f4592b470c7f487ef9676ef6b599fca24daa3d
166
+ Author: Phil Thompson <phil@riverbankcomputing.com>
167
+ Date: Sun Oct 22 18:11:45 2023 +0100
168
+
169
+ Updated for Qt v6.6.
170
+
171
+ commit 9ae14aa6e12c81cff4221dc897bdadac1eb3b3ab
172
+ Author: Phil Thompson <phil@riverbankcomputing.com>
173
+ Date: Tue Apr 4 15:07:37 2023 +0100
174
+
175
+ Added tag 6.5.0 for changeset 105702805a7a
176
+
177
+ commit e45104e7c57ec62415b92ab3cc5100cbd970af4c
178
+ Author: Phil Thompson <phil@riverbankcomputing.com>
179
+ Date: Fri Mar 31 15:36:52 2023 +0100
180
+
181
+ Updated for Qt v6.5.0rc.
182
+
183
+ commit 666c621b4e271f349e7ead00415f521f7db61659
184
+ Author: Phil Thompson <phil@riverbankcomputing.com>
185
+ Date: Fri Sep 30 09:10:06 2022 +0100
186
+
187
+ Added tag 6.4.0 for changeset 1514ce956b1e
188
+
189
+ commit 82fe4e8be06d7d290ea95b00a63ee8b500c07c2f
190
+ Author: Phil Thompson <phil@riverbankcomputing.com>
191
+ Date: Fri Sep 30 08:56:20 2022 +0100
192
+
193
+ Updated for Qt v6.4.0.
194
+
195
+ commit 4e4f344d55f3b3aa7d1e88b0232c46386fab57f2
196
+ Author: Phil Thompson <phil@riverbankcomputing.com>
197
+ Date: Wed Sep 21 04:32:24 2022 +0100
198
+
199
+ Updated for Qt v6.4.0rc.
200
+
201
+ commit 77672ef74854e9d0ad6f137d3ec7eaf7be6777a3
202
+ Author: Phil Thompson <phil@riverbankcomputing.com>
203
+ Date: Sun Sep 18 22:50:16 2022 +0100
204
+
205
+ Updated the NEWS file.
206
+
207
+ commit 39d208e50ed479fcc0a4b7a8e52b23d2e0bc4210
208
+ Merge: 7ea62e4 8a577b0
209
+ Author: Phil Thompson <phil@riverbankcomputing.com>
210
+ Date: Sun Sep 18 22:49:11 2022 +0100
211
+
212
+ Merged the 6.3-maint branch.
213
+
214
+ commit 8a577b0200f1c9eb488d77e404b2b0cdb6ffb7ca
215
+ Author: Phil Thompson <phil@riverbankcomputing.com>
216
+ Date: Thu Sep 8 22:45:26 2022 +0100
217
+
218
+ Switched the order or the QWebEnginePage ctors so that a profile is not
219
+ interpreted as the parent object.
220
+
221
+ commit 12c481b087a352904932b005dea44caf2c63fd63
222
+ Author: Phil Thompson <phil@riverbankcomputing.com>
223
+ Date: Fri Jun 17 14:35:39 2022 +0100
224
+
225
+ Added tag 6.3.1 for changeset 4ff79187d623
226
+
227
+ commit 590820d8a8c2506c5791162255eca247d4cc5b4b
228
+ Author: Phil Thompson <phil@riverbankcomputing.com>
229
+ Date: Tue Apr 26 13:02:42 2022 +0100
230
+
231
+ Added qWebEngineVersion(), qWebEngineChromiumVersion(), and
232
+ qWebEngineChromiumSecurityPatchVersion().
233
+
234
+ commit 7ea62e4816b2ed9ead0faab2d71da9369df4ddc7
235
+ Author: Phil Thompson <phil@riverbankcomputing.com>
236
+ Date: Tue Apr 12 16:04:49 2022 +0100
237
+
238
+ Added tag 6.3.0 for changeset 233ae2b96b8a
239
+
240
+ commit b3b459ee86d358e5990020810c15816a615bd428
241
+ Author: Phil Thompson <phil@riverbankcomputing.com>
242
+ Date: Thu Mar 31 18:45:53 2022 +0100
243
+
244
+ Updated for Qt v6.3.0rc.
245
+
246
+ commit 8e127fc0df64da4c7db3acbdd6d5741427d97b0e
247
+ Merge: 215f625 d4bea1a
248
+ Author: Phil Thompson <phil@riverbankcomputing.com>
249
+ Date: Mon Mar 28 22:14:48 2022 +0100
250
+
251
+ Merged the 6.2-maint branch.
252
+
253
+ commit d4bea1a4c2a06af8e243fd7535125e78f7ad84d6
254
+ Author: Phil Thompson <phil@riverbankcomputing.com>
255
+ Date: Tue Mar 15 16:46:13 2022 +0000
256
+
257
+ Allow Qt.AA_ShareOpenGLContexts to be specified before a QCoreApplication is
258
+ created to allow QtWebEngineWidgets to be imported later.
259
+
260
+ commit 461dc7b777dff844778836a457ab2429b88da157
261
+ Author: Phil Thompson <phil@riverbankcomputing.com>
262
+ Date: Thu Oct 28 10:38:44 2021 +0100
263
+
264
+ Added tag 6.2.1 for changeset b7db172105e0
265
+
266
+ commit 508c8d813629bf366f5195e3253e367842f899f7
267
+ Author: Phil Thompson <phil@riverbankcomputing.com>
268
+ Date: Thu Oct 28 10:05:40 2021 +0100
269
+
270
+ Updated to the latest project format.
271
+
272
+ commit 904fe797fadd86dc05eae02fa509cf532c9fbc5f
273
+ Author: Phil Thompson <phil@riverbankcomputing.com>
274
+ Date: Sun Oct 3 15:59:28 2021 +0100
275
+
276
+ Added a missing '#include'.
277
+
278
+ commit 215f6258cb7d4973d2e70f769be0f5579286e001
279
+ Author: Phil Thompson <phil@riverbankcomputing.com>
280
+ Date: Thu Sep 30 15:03:57 2021 +0100
281
+
282
+ Added tag 6.2.0 for changeset 3bea54ff6aa7
283
+
284
+ commit 41e9cea6b9cd85b7a578fb3893b94a3ce947d0ae
285
+ Author: Phil Thompson <phil@riverbankcomputing.com>
286
+ Date: Thu Sep 30 15:03:44 2021 +0100
287
+
288
+ Updated for Qt v6.2.0.
289
+
290
+ commit 66d6d9bad8c3fc18812130f30460f5f6267f481b
291
+ Author: Phil Thompson <phil@riverbankcomputing.com>
292
+ Date: Fri Sep 17 18:57:35 2021 +0100
293
+
294
+ Updated for Qt v6.2.0rc.
295
+
296
+ commit c4d3dc0a131eff3e85ed413bcae54c16f2bf897e
297
+ Author: Phil Thompson <phil@riverbankcomputing.com>
298
+ Date: Thu Aug 26 17:01:27 2021 +0100
299
+
300
+ Fixed the QWebEnginePage.FindFlag, QWebEngineScript.ScriptWorldId and
301
+ QWebEngineUrlScheme.Flag enums.
302
+
303
+ commit 0dbc2fbc01608718a03afd18ac96b01fedc270da
304
+ Author: Phil Thompson <phil@riverbankcomputing.com>
305
+ Date: Wed Aug 25 12:08:35 2021 +0100
306
+
307
+ Added the sub-class convertor code.
308
+
309
+ commit 43b787108915506e94841028743c3477b852c126
310
+ Author: Phil Thompson <phil@riverbankcomputing.com>
311
+ Date: Wed Aug 25 12:01:08 2021 +0100
312
+
313
+ All modules can now be imported.
314
+
315
+ commit 26a1859abaa902e286aaf5c39cb8e3cc8382a200
316
+ Author: Phil Thompson <phil@riverbankcomputing.com>
317
+ Date: Wed Aug 25 11:51:17 2021 +0100
318
+
319
+ All modules now compile.
320
+
321
+ commit 30744264e99c1e184fc6ef06cf214dc6d2f9cc8d
322
+ Author: Phil Thompson <phil@riverbankcomputing.com>
323
+ Date: Tue Aug 24 13:07:22 2021 +0100
324
+
325
+ Completed the initial port of Qt v6.2.0beta3.
326
+
327
+ commit cdcacc55b99cf8be24915c6139a68b548f9b25c5
328
+ Author: Phil Thompson <phil@riverbankcomputing.com>
329
+ Date: Sun Aug 22 17:50:41 2021 +0100
330
+
331
+ Ported the majority of QtWebEngineCore.
332
+
333
+ commit e8b1dd666a44d1481b18abf3fb962db2a61ff65b
334
+ Author: Phil Thompson <phil@riverbankcomputing.com>
335
+ Date: Sun Aug 22 16:30:01 2021 +0100
336
+
337
+ Completed QtWebEngineQuick and QtWebEngineWidgets.
338
+
339
+ commit ef1690d9575be66425e7db805e430dbb988a0bdb
340
+ Author: Phil Thompson <phil@riverbankcomputing.com>
341
+ Date: Sun Aug 22 14:57:40 2021 +0100
342
+
343
+ Initial restructuring of the modules for Qt v6.2.0.
344
+
345
+ commit e7830b11670ac591755145893e0b52f7c29c1e11
346
+ Author: Phil Thompson <phil@riverbankcomputing.com>
347
+ Date: Thu Aug 5 16:00:20 2021 +0100
348
+
349
+ Removed the legacy sub-class version files.
350
+
351
+ commit 4ba0bb97c863513a06fd64b2136e19bdc0b0daec
352
+ Author: Phil Thompson <phil@riverbankcomputing.com>
353
+ Date: Thu Jul 15 14:50:13 2021 +0100
354
+
355
+ Stripped legacy versions from the project file.
356
+
357
+ commit 7b323eca0c77738ccea3f98944a2e080e8d1fe50
358
+ Author: Phil Thompson <phil@riverbankcomputing.com>
359
+ Date: Thu Jul 15 14:27:57 2021 +0100
360
+
361
+ Initial commit based on PyQtWebEngine for PyQt5.
@@ -1,3 +1,10 @@
1
+ v6.11.0 24th March 2026
2
+ - Added support for Qt v6.11.
3
+ - Python v3.9 is no longer supported.
4
+
5
+ v6.10.0 16th October 2025
6
+ - Added support for Qt v6.10.
7
+
1
8
  v6.9.0 3rd April 2025
2
9
  - Added support for Qt v6.9.
3
10
 
@@ -1,12 +1,13 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: PyQt6-WebEngine
3
- Version: 6.9.0
4
- Requires-Python: >=3.9
3
+ Version: 6.11.0
4
+ Requires-Python: >=3.10
5
5
  Summary: Python bindings for the Qt WebEngine framework
6
6
  Description-Content-Type: text/markdown
7
7
  Project-Url: homepage, https://www.riverbankcomputing.com/software/pyqtwebengine/
8
8
  Requires-Dist: PyQt6 (>=6.2.0)
9
- License: GPL v3
9
+ License-Expression: GPL-3.0-only
10
+ License-File: LICENSE
10
11
  Author-Email: Riverbank Computing Limited <info@riverbankcomputing.com>
11
12
 
12
13
  # PyQt6-WebEngine - Python Bindings for the Qt WebEngine Framework
@@ -1,16 +1,17 @@
1
1
  # Specify the build system requirements.
2
2
  [build-system]
3
- requires = ["sip >=6.9, <7", "PyQt-builder >=1.17, <2"]
3
+ requires = ["sip >=6.15, <7", "PyQt-builder >=1.19, <2"]
4
4
  build-backend = "sipbuild.api"
5
5
 
6
6
  [project]
7
7
  name = "PyQt6-WebEngine"
8
- version = "6.9.0"
8
+ version = "6.11.0"
9
9
  description = "Python bindings for the Qt WebEngine framework"
10
10
  readme = "README.md"
11
11
  urls.homepage = "https://www.riverbankcomputing.com/software/pyqtwebengine/"
12
12
  dependencies = ["PyQt6 (>=6.2.0)"]
13
- license = {text = "GPL v3"}
13
+ license = "GPL-3.0-only"
14
+ license-files = ["LICENSE"]
14
15
 
15
16
  [[project.authors]]
16
17
  name = "Riverbank Computing Limited"
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -27,10 +27,10 @@
27
27
  %Import QtNetwork/QtNetworkmod.sip
28
28
  %Import QtWebChannel/QtWebChannelmod.sip
29
29
 
30
- %Timeline {QtWebEngine_6_0_0 QtWebEngine_6_1_0 QtWebEngine_6_2_0 QtWebEngine_6_3_0 QtWebEngine_6_4_0 QtWebEngine_6_5_0 QtWebEngine_6_6_0 QtWebEngine_6_7_0 QtWebEngine_6_8_0 QtWebEngine_6_9_0}
30
+ %Timeline {QtWebEngine_6_0_0 QtWebEngine_6_1_0 QtWebEngine_6_2_0 QtWebEngine_6_3_0 QtWebEngine_6_4_0 QtWebEngine_6_5_0 QtWebEngine_6_6_0 QtWebEngine_6_7_0 QtWebEngine_6_8_0 QtWebEngine_6_9_0 QtWebEngine_6_10_0 QtWebEngine_6_11_0}
31
31
 
32
32
  %Copying
33
- Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
33
+ Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
34
34
 
35
35
  This file is part of PyQt6-WebEngine.
36
36
 
@@ -54,8 +54,8 @@ int PYQT_WEBENGINE_VERSION;
54
54
  const char *PYQT_WEBENGINE_VERSION_STR;
55
55
 
56
56
  %ModuleCode
57
- static int PYQT_WEBENGINE_VERSION = 0x060900;
58
- static const char *PYQT_WEBENGINE_VERSION_STR = "6.9.0";
57
+ static int PYQT_WEBENGINE_VERSION = 0x060b00;
58
+ static const char *PYQT_WEBENGINE_VERSION_STR = "6.11.0";
59
59
  %End
60
60
 
61
61
  %Include qtwebenginecoreglobal.sip
@@ -67,6 +67,8 @@ static const char *PYQT_WEBENGINE_VERSION_STR = "6.9.0";
67
67
  %Include qwebenginecookiestore.sip
68
68
  %Include qwebenginedesktopmediarequest.sip
69
69
  %Include qwebenginedownloadrequest.sip
70
+ %Include qwebengineextensioninfo.sip
71
+ %Include qwebengineextensionmanager.sip
70
72
  %Include qwebenginefilesystemaccessrequest.sip
71
73
  %Include qwebenginefindtextresult.sip
72
74
  %Include qwebengineframe.sip
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -29,6 +29,9 @@ class QWebEngineCertificateError /NoDefaultCtors/
29
29
  public:
30
30
  enum Type
31
31
  {
32
+ %If (QtWebEngine_6_10_0 -)
33
+ Ok,
34
+ %End
32
35
  SslPinnedKeyNotInCertificateChain,
33
36
  CertificateCommonNameInvalid,
34
37
  CertificateDateInvalid,
@@ -51,6 +54,9 @@ public:
51
54
 
52
55
  QUrl url() const;
53
56
  bool isOverridable() const;
57
+ %If (QtWebEngine_6_10_0 -)
58
+ QWebEngineCertificateError();
59
+ %End
54
60
  QWebEngineCertificateError(const QWebEngineCertificateError &other);
55
61
  void defer();
56
62
  void rejectCertificate();
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -51,6 +51,12 @@ public:
51
51
  bool isAllClientHintsEnabled();
52
52
  void setAllClientHintsEnabled(bool enabled);
53
53
  void resetAll();
54
+ %If (QtWebEngine_6_10_0 -)
55
+ QStringList formFactors() const;
56
+ %End
57
+ %If (QtWebEngine_6_10_0 -)
58
+ void setFormFactors(const QStringList &);
59
+ %End
54
60
  };
55
61
 
56
62
  %End
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -0,0 +1,47 @@
1
+ // qwebengineextensioninfo.sip generated by MetaSIP
2
+ //
3
+ // This file is part of the QtWebEngineCore Python extension module.
4
+ //
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
+ //
7
+ // This file is part of PyQt6-WebEngine.
8
+ //
9
+ // This file may be used under the terms of the GNU General Public License
10
+ // version 3.0 as published by the Free Software Foundation and appearing in
11
+ // the file LICENSE included in the packaging of this file. Please review the
12
+ // following information to ensure the GNU General Public License version 3.0
13
+ // requirements will be met: http://www.gnu.org/copyleft/gpl.html.
14
+ //
15
+ // If you do not wish to use this file under the terms of the GPL version 3.0
16
+ // then you may purchase a commercial license. For more information contact
17
+ // info@riverbankcomputing.com.
18
+ //
19
+ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
+ // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
+
22
+
23
+ %If (QtWebEngine_6_10_0 -)
24
+
25
+ class QWebEngineExtensionInfo
26
+ {
27
+ %TypeHeaderCode
28
+ #include <qwebengineextensioninfo.h>
29
+ %End
30
+
31
+ public:
32
+ QWebEngineExtensionInfo();
33
+ QWebEngineExtensionInfo(const QWebEngineExtensionInfo &other);
34
+ ~QWebEngineExtensionInfo();
35
+ void swap(QWebEngineExtensionInfo &other /Constrained/);
36
+ QString name() const;
37
+ QString id() const;
38
+ QString description() const;
39
+ QString path() const;
40
+ QString error() const;
41
+ QUrl actionPopupUrl() const;
42
+ bool isEnabled() const;
43
+ bool isLoaded() const;
44
+ bool isInstalled() const;
45
+ };
46
+
47
+ %End
@@ -0,0 +1,51 @@
1
+ // qwebengineextensionmanager.sip generated by MetaSIP
2
+ //
3
+ // This file is part of the QtWebEngineCore Python extension module.
4
+ //
5
+ // Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
6
+ //
7
+ // This file is part of PyQt6-WebEngine.
8
+ //
9
+ // This file may be used under the terms of the GNU General Public License
10
+ // version 3.0 as published by the Free Software Foundation and appearing in
11
+ // the file LICENSE included in the packaging of this file. Please review the
12
+ // following information to ensure the GNU General Public License version 3.0
13
+ // requirements will be met: http://www.gnu.org/copyleft/gpl.html.
14
+ //
15
+ // If you do not wish to use this file under the terms of the GPL version 3.0
16
+ // then you may purchase a commercial license. For more information contact
17
+ // info@riverbankcomputing.com.
18
+ //
19
+ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
+ // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
+
22
+
23
+ %If (QtWebEngine_6_10_0 -)
24
+
25
+ class QWebEngineExtensionManager : public QObject /NoDefaultCtors/
26
+ {
27
+ %TypeHeaderCode
28
+ #include <qwebengineextensionmanager.h>
29
+ %End
30
+
31
+ public:
32
+ virtual ~QWebEngineExtensionManager();
33
+ void loadExtension(const QString &path);
34
+ void installExtension(const QString &path);
35
+ void unloadExtension(const QWebEngineExtensionInfo &extension);
36
+ void uninstallExtension(const QWebEngineExtensionInfo &extension);
37
+ void setExtensionEnabled(const QWebEngineExtensionInfo &extension, bool enabled);
38
+ QString installPath() const;
39
+ QList<QWebEngineExtensionInfo> extensions() const;
40
+
41
+ signals:
42
+ void loadFinished(const QWebEngineExtensionInfo &extension);
43
+ void installFinished(const QWebEngineExtensionInfo &extension);
44
+ void unloadFinished(const QWebEngineExtensionInfo &extension);
45
+ void uninstallFinished(const QWebEngineExtensionInfo &extension);
46
+
47
+ protected:
48
+ virtual bool event(QEvent *e);
49
+ };
50
+
51
+ %End