Accepting request 1233278 from network
OBS-URL: https://build.opensuse.org/request/show/1233278 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qutebrowser?expand=0&rev=68
This commit is contained in:
commit
2994155c46
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aadb64accc730bc9a15ce341c9a0580b1f36383ed4874f54d31ce1dabe94e17a
|
||||
size 6059431
|
@ -1,14 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQGzBAABCgAdFiEEJ/O7T8IX7suFhXiu737k0DlpC3sFAmcK0RIACgkQ737k0Dlp
|
||||
C3t7zQwA48nWO9ocbUGxBUoJO6FWdOLldxOi+DxX2NMufDFZ9Ggb/T7hn5PztSY6
|
||||
TnlvTVCe2rB7CXzXTSenmQ9FZBfpIIke5QTk4OCbMFiFgrV3ls0wymwiw7HfCjsr
|
||||
EJ5GTyvkmLKrkfoytxEPFPJu/XRRF0sBviNn+kY9SZUEwOF7WmxqUX6wUACXw9oW
|
||||
1qM73PR1u8yMLife8H1kUjGuT9HF8gSSDM0GiMn5tiB55K9z2NGAm1JHnGddQzzJ
|
||||
SJBpsVZDyJCOCgI0ibFxcZjOiZyBwY5+pANTLYW94CzgCqrqTlfAPAgqcbwxxNO5
|
||||
+kjFBSeS21rWm5Nh+mp4h+T3c8m9mzzze24J7CAgMAie8xLbqv/RMgvS6fXvV+Hq
|
||||
LbyQavOQ1BRm18Ah6gpuNZ3rcsTfiFAkMeGFqDJYT8k74+8dCCBnUp1bZeaQU5Fs
|
||||
5WHPg0eJWt7EhH1j43Z3aw1/rBSxTprR32D/eeiXM8L5AfJbY31Kn6vr7tx2yDVu
|
||||
EaCanLKf
|
||||
=Av8n
|
||||
-----END PGP SIGNATURE-----
|
3
qutebrowser-3.4.0.tar.gz
Normal file
3
qutebrowser-3.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:814124c0ed337430e613a1da366d5e38904cb2049afb1505971456ca5ca6223e
|
||||
size 6065180
|
14
qutebrowser-3.4.0.tar.gz.asc
Normal file
14
qutebrowser-3.4.0.tar.gz.asc
Normal file
@ -0,0 +1,14 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQGzBAABCgAdFiEEJ/O7T8IX7suFhXiu737k0DlpC3sFAmdd8E8ACgkQ737k0Dlp
|
||||
C3vSXQv/Tzt0gizhjL95D/FOTXvOOyPHgmPrePAY4Kan3lFApDibiPd/TXCjG13V
|
||||
F53p6aWYbJ+dpxlSFzmS1Zj67nas4ObE3ATRuS6o6AIIUZy8GbcghQYAwzvAb5TL
|
||||
Ym9GNMyCZ0DXiCQt2qus3ksUDNoN5guuzMp/PRH6tITYxc1Ykw+QrWZPLQaesWlr
|
||||
0S9XsmMIJET52q40Gt0ehaxvMZ3yg0QZilotWUMmcKekT6pME3v98l1rISW9kjZ+
|
||||
kRcmFES9ejqYeD6jQ1hYWIKwWeXaA6W2LQ6pteTVBBlDsmvybFS/oDI2Bjj6Igbs
|
||||
Qxi/GgafXwYrhl/4GZHLiu9v3QWJ6SVfBz7N3XXqzwyh0Cd2Mt85NgFB9/EeLGWm
|
||||
+E1pppwNN0UObtXYF8yradamOTYTz1nYPe2OO4Lo8CfFryhsUOXq/oJ+kEhe1Yga
|
||||
kEKHrUCAisIz8Z1Or9+b6BAaNbzHuSskYqWNK+MFjhCaq2wWnvRVom7f4jni30Vd
|
||||
oDq5/qT1
|
||||
=5KM9
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 22:31:06 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Update to version 3.4.0:
|
||||
Removed
|
||||
* Support for Python 3.8 is dropped, and Python 3.9 is now
|
||||
required.
|
||||
Changed
|
||||
* Based on Chromium 122.0.6261.171 with security patches up to
|
||||
131.0.6778.70
|
||||
* The .desktop file now also declares qutebrowser as a valid
|
||||
viewer for image/webp.
|
||||
* Updated mimetype information for getting a suitable extension
|
||||
when downloading a data: URL.
|
||||
* The content.javascript.clipboard setting now defaults to "ask",
|
||||
which on Qt 6.8+ will prompt the user to grant clipboard
|
||||
access. On older Qt versions, this is still equivalent to
|
||||
"none" and needs to be set manually.
|
||||
* If a XHR request made via JS sets a custom Accept-Language
|
||||
header, it now correctly has precedence over the global
|
||||
content.headers.accept_language setting (but not per-domain
|
||||
overrides). This fixes subtle JS issues on websites that rely
|
||||
on the custom header being sent for those requests, and e.g.
|
||||
block the requests server-side otherwise.
|
||||
* Our packaging scripts now prefer the "legacy"/"for older
|
||||
browsers" PDF.js build as their normal release only supports
|
||||
the latest Chromium version and might break in qutebrowser on
|
||||
updates. Note to packagers: If there’s a PDF.js package in your
|
||||
distribution as an (optional) qutebrowser dependency, consider
|
||||
also switching to this variant (same code, built differently).
|
||||
Fixed
|
||||
* Crash with recent Jinja/Markupsafe versions when viewing a
|
||||
finished userscript (or potentially editor) process via
|
||||
:process.
|
||||
* scripts/open_url_in_instance.sh now avoids echo -n, thus
|
||||
running correctly on POSIX sh.
|
||||
* Added a workaround for a bogus QtWebEngine warning about
|
||||
missing spell checking dictionaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 07:25:24 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: qutebrowser
|
||||
Version: 3.3.1
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
Summary: Keyboard-driven vim-like browser based on Qt6
|
||||
License: GPL-3.0-or-later
|
||||
@ -38,7 +38,7 @@ BuildRequires: python3-PyQt6-sip
|
||||
BuildRequires: python3-PyYAML
|
||||
BuildRequires: python3-beautifulsoup4
|
||||
BuildRequires: python3-cheroot
|
||||
BuildRequires: python3-devel >= 3.8
|
||||
BuildRequires: python3-devel >= 3.9
|
||||
BuildRequires: python3-hypothesis
|
||||
BuildRequires: python3-importlib-resources
|
||||
BuildRequires: python3-opengl
|
||||
@ -54,7 +54,7 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-tk
|
||||
BuildRequires: python3-tldextract
|
||||
BuildRequires: qt6-sql-sqlite
|
||||
BuildRequires: python(abi) >= 3.8
|
||||
BuildRequires: python(abi) >= 3.9
|
||||
Requires: python3-Jinja2
|
||||
Requires: python3-MarkupSafe
|
||||
Requires: python3-PyQt6-WebEngine
|
||||
|
Loading…
Reference in New Issue
Block a user