qutebrowser/qutebrowser.spec

126 lines
4.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package qutebrowser
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: qutebrowser
Version: 2.5.4
Release: 0
Summary: Keyboard-driven vim-like browser based on Qt5
License: GPL-3.0-or-later
Group: Productivity/Networking/Web/Browsers
URL: https://qutebrowser.org/
Source: https://github.com/The-Compiler/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/The-Compiler/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
Source2: %{name}.keyring
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
BuildRequires: Mesa-dri
BuildRequires: asciidoc
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
BuildRequires: python3-Flask
BuildRequires: python3-Jinja2
BuildRequires: python3-MarkupSafe
BuildRequires: python3-PyYAML
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
BuildRequires: python3-beautifulsoup4
BuildRequires: python3-cheroot
Accepting request 533709 from home:alois:branches:network - Update to version 1.0.0 * Dependency changes: + Support for legacy QtWebKit (before 5.212 which is distributed independently from Qt) is dropped. + Support for Python 3.4 is dropped. + Support for Qt before 5.7.1 and PyQt before 5.7 is dropped. + New dependency on the QtSql module and Qt sqlite support. + New dependency on the attrs project (packaged as python-attr in some distributions). + The depedency on PyOpenGL (when using QtWebEngine) got removed. Note that PyQt5.QtOpenGL is still a dependency. + PyQt5.QtOpenGL is now always required, even with QtWebKit. * The QtWebEngine backend is now used by default. Note this means that QtWebEngine now should be a required dependency, and QtWebKit (if new enough) should be changed to an optional dependency. * Completely rewritten configuration system which ignores the old config file. See link:qute://help/configuring.html[] for details. * Various documentation files got moved to the doc/ subfolder; qutebrowser.desktop got moved to misc/. * :set now doesn't support toggling/cycling values anymore, that functionality got moved to :config-cycle. * New completion engine based on sqlite, which allows to complete the entire browsing history. The default for completion.web_history_max_items got changed to -1 (unlimited). If the completion is too slow on your machine, try setting it to a few 1000 items. Added: * QtWebEngine: Spell checking support, see the spellcheck.languages setting. * New qt.args setting to pass additional arguments to Qt/Chromium. * New backend setting to select the backend to use. Together with the previous setting, this should make most wrapper scripts unnecessary. * qutebrowser can now be set as the default browser on macOS. * New config commands: + :config-cycle to cycle an option between multiple values. + :config-unset to remove a configured option. + :config-clear to remove all configured options. + :config-source to (re-)read a config.py file. + :config-edit to open the config.py file in an editor. + :config-write-py to write a config.py template file. * New :version command which opens qute://version. * New back/forward indicator in the statusbar. * New bindings.key_mappings setting to map keys to other keys. * QtWebEngine: Support for proxy authentication. Changed: * Using :download now uses the page's title as filename. * Using :back or :forward with a count now skips intermediate pages. * When there are multiple messages shown, the timeout is increased. * :search now only clears the search if one was displayed before, so pressing <Escape> doesn't un-focus inputs anymore. * Pinned tabs now adjust to their text's width, so the tabs.width.pinned setting got removed. * :set-cmd-text now has a --run-on-count argument to run the underlying command directly if a count was given. * :scroll-perc got renamed to :scroll-to-perc. Removed: * Migrating QtWebEngine data written by versions before 2016-11-15 (before v0.9.0) is now not supported anymore. * Upgrading qutebrowser with a version older than v0.4.0 still running now won't work properly anymore. * The --harfbuzz and --relaxed-config commandline arguments got dropped. Fixes: * Exiting fullscreen via :fullscreen or buttons on a page now restores the correct previous window state (maximized/fullscreen). * When input.insert_mode.auto_load is set, background tabs now don't enter insert mode anymore. * The keybinding help widget now works correctly when using keybindings with a count. * The window.hide_wayland_decoration setting now works correctly again. OBS-URL: https://build.opensuse.org/request/show/533709 OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=13
2017-10-12 21:38:06 +02:00
BuildRequires: python3-devel >= 3.6
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
BuildRequires: python3-hypothesis
BuildRequires: python3-importlib-resources
BuildRequires: python3-opengl
BuildRequires: python3-pytest
BuildRequires: python3-pytest-bdd
BuildRequires: python3-pytest-benchmark
BuildRequires: python3-pytest-instafail
BuildRequires: python3-pytest-mock
BuildRequires: python3-pytest-qt
BuildRequires: python3-pytest-rerunfailures
BuildRequires: python3-pytest-xvfb
BuildRequires: python3-qt5 > 5.12
BuildRequires: python3-qtwebengine-qt5
- Update to version 2.0.0 If the Python adblock library is available, it is now used to integrate Brave's Rust adblocker library for improved adblocking based on ABP-like filter lists (such as EasyList). If it is unavailable, qutebrowser falls back to host-blocking, i.e. the same blocking technique it used before this release. As part of this, various settings got renamed, see "Changed" below. Note: If the adblock dependency is available, qutebrowser will ignore custom host blocking via the blocked-hosts config file or file:/// URLs supplied as host blocking lists. You will need to either migrate those to ABP-like lists, or set content.blocking.method to "both". Note for openSUSE users: The adblock library has not been packaged yet due to the difficulty of packaging its Rust dependencies. Removed * The --enable-webengine-inspector flag (which was only needed for Qt 5.10 and below) is now dropped. With Qt 5.11 and newer, the inspector/devtools are enabled unconditionally. * Support for moving qutebrowser data from versions before v1.0.0 has been removed. * The --old flag for :config-diff has been removed. It used to show customized options for the old pre-v1.0 config files (in order to aid migration to v1.0). * The :inspector command which was deprecated in v1.13.0 (in favor of :devtools) is now removed. Deprecated * Several commands have been renamed for consistency and/or easier grouping of related commands. Their old names are still available, but deprecated and will be removed in qutebrowser OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=102
2021-01-28 11:05:48 +01:00
BuildRequires: python3-setuptools
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
BuildRequires: python3-tk
BuildRequires: python3-tldextract
BuildRequires: python(abi) >= 3.6.1
Requires: libqt5-sql-sqlite
Requires: python3-Jinja2
Requires: python3-MarkupSafe
Requires: python3-PyYAML
Requires: python3-opengl
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
Requires: python3-qt5 > 5.12
Requires: python3-qtwebengine-qt5
- Update to version 2.0.0 If the Python adblock library is available, it is now used to integrate Brave's Rust adblocker library for improved adblocking based on ABP-like filter lists (such as EasyList). If it is unavailable, qutebrowser falls back to host-blocking, i.e. the same blocking technique it used before this release. As part of this, various settings got renamed, see "Changed" below. Note: If the adblock dependency is available, qutebrowser will ignore custom host blocking via the blocked-hosts config file or file:/// URLs supplied as host blocking lists. You will need to either migrate those to ABP-like lists, or set content.blocking.method to "both". Note for openSUSE users: The adblock library has not been packaged yet due to the difficulty of packaging its Rust dependencies. Removed * The --enable-webengine-inspector flag (which was only needed for Qt 5.10 and below) is now dropped. With Qt 5.11 and newer, the inspector/devtools are enabled unconditionally. * Support for moving qutebrowser data from versions before v1.0.0 has been removed. * The --old flag for :config-diff has been removed. It used to show customized options for the old pre-v1.0 config files (in order to aid migration to v1.0). * The :inspector command which was deprecated in v1.13.0 (in favor of :devtools) is now removed. Deprecated * Several commands have been renamed for consistency and/or easier grouping of related commands. Their old names are still available, but deprecated and will be removed in qutebrowser OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=102
2021-01-28 11:05:48 +01:00
Recommends: python3-Pygments
Recommends: python3-adblock
BuildArch: noarch
%if 0%{?suse_version} >= 1550
BuildRequires: python3-qt5-sip
%else
BuildRequires: python3-sip
%endif
%if %{python3_version_nodots} <= 38
Requires: python3-importlib-resources
%endif
%if %{python3_version_nodots} == 36
Requires: python3-dataclasses
%endif
%description
qutebrowser is a keyboard-focused browser with a minimal GUI.
It's based on PyQt5 and can use either QtWebEngine or QtWebKit.
%prep
%setup -q
Accepting request 533709 from home:alois:branches:network - Update to version 1.0.0 * Dependency changes: + Support for legacy QtWebKit (before 5.212 which is distributed independently from Qt) is dropped. + Support for Python 3.4 is dropped. + Support for Qt before 5.7.1 and PyQt before 5.7 is dropped. + New dependency on the QtSql module and Qt sqlite support. + New dependency on the attrs project (packaged as python-attr in some distributions). + The depedency on PyOpenGL (when using QtWebEngine) got removed. Note that PyQt5.QtOpenGL is still a dependency. + PyQt5.QtOpenGL is now always required, even with QtWebKit. * The QtWebEngine backend is now used by default. Note this means that QtWebEngine now should be a required dependency, and QtWebKit (if new enough) should be changed to an optional dependency. * Completely rewritten configuration system which ignores the old config file. See link:qute://help/configuring.html[] for details. * Various documentation files got moved to the doc/ subfolder; qutebrowser.desktop got moved to misc/. * :set now doesn't support toggling/cycling values anymore, that functionality got moved to :config-cycle. * New completion engine based on sqlite, which allows to complete the entire browsing history. The default for completion.web_history_max_items got changed to -1 (unlimited). If the completion is too slow on your machine, try setting it to a few 1000 items. Added: * QtWebEngine: Spell checking support, see the spellcheck.languages setting. * New qt.args setting to pass additional arguments to Qt/Chromium. * New backend setting to select the backend to use. Together with the previous setting, this should make most wrapper scripts unnecessary. * qutebrowser can now be set as the default browser on macOS. * New config commands: + :config-cycle to cycle an option between multiple values. + :config-unset to remove a configured option. + :config-clear to remove all configured options. + :config-source to (re-)read a config.py file. + :config-edit to open the config.py file in an editor. + :config-write-py to write a config.py template file. * New :version command which opens qute://version. * New back/forward indicator in the statusbar. * New bindings.key_mappings setting to map keys to other keys. * QtWebEngine: Support for proxy authentication. Changed: * Using :download now uses the page's title as filename. * Using :back or :forward with a count now skips intermediate pages. * When there are multiple messages shown, the timeout is increased. * :search now only clears the search if one was displayed before, so pressing <Escape> doesn't un-focus inputs anymore. * Pinned tabs now adjust to their text's width, so the tabs.width.pinned setting got removed. * :set-cmd-text now has a --run-on-count argument to run the underlying command directly if a count was given. * :scroll-perc got renamed to :scroll-to-perc. Removed: * Migrating QtWebEngine data written by versions before 2016-11-15 (before v0.9.0) is now not supported anymore. * Upgrading qutebrowser with a version older than v0.4.0 still running now won't work properly anymore. * The --harfbuzz and --relaxed-config commandline arguments got dropped. Fixes: * Exiting fullscreen via :fullscreen or buttons on a page now restores the correct previous window state (maximized/fullscreen). * When input.insert_mode.auto_load is set, background tabs now don't enter insert mode anymore. * The keybinding help widget now works correctly when using keybindings with a count. * The window.hide_wayland_decoration setting now works correctly again. OBS-URL: https://build.opensuse.org/request/show/533709 OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=13
2017-10-12 21:38:06 +02:00
sed -i '1d' %{name}/__main__.py
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
sed -i 's,^#!%{_bindir}/env ,#!%{_bindir}/,' \
misc/userscripts/* \
scripts/*.py
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
sed -i 's,^#!%{_bindir}/bash,#!/bin/bash,' \
- Update to version 2.0.0 If the Python adblock library is available, it is now used to integrate Brave's Rust adblocker library for improved adblocking based on ABP-like filter lists (such as EasyList). If it is unavailable, qutebrowser falls back to host-blocking, i.e. the same blocking technique it used before this release. As part of this, various settings got renamed, see "Changed" below. Note: If the adblock dependency is available, qutebrowser will ignore custom host blocking via the blocked-hosts config file or file:/// URLs supplied as host blocking lists. You will need to either migrate those to ABP-like lists, or set content.blocking.method to "both". Note for openSUSE users: The adblock library has not been packaged yet due to the difficulty of packaging its Rust dependencies. Removed * The --enable-webengine-inspector flag (which was only needed for Qt 5.10 and below) is now dropped. With Qt 5.11 and newer, the inspector/devtools are enabled unconditionally. * Support for moving qutebrowser data from versions before v1.0.0 has been removed. * The --old flag for :config-diff has been removed. It used to show customized options for the old pre-v1.0 config files (in order to aid migration to v1.0). * The :inspector command which was deprecated in v1.13.0 (in favor of :devtools) is now removed. Deprecated * Several commands have been renamed for consistency and/or easier grouping of related commands. Their old names are still available, but deprecated and will be removed in qutebrowser OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=102
2021-01-28 11:05:48 +01:00
misc/userscripts/*
mv misc/Makefile .
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
# missing files in release tarball
rm tests/unit/scripts/test_problemmatchers.py
%build
%install
%make_install PREFIX=%{_prefix}
chmod -x %{buildroot}%{_datadir}/%{name}/scripts/cycle-inputs.js \
%{buildroot}%{_datadir}/%{name}/scripts/utils.py \
%{buildroot}%{_datadir}/%{name}/userscripts/README.md
Accepting request 533709 from home:alois:branches:network - Update to version 1.0.0 * Dependency changes: + Support for legacy QtWebKit (before 5.212 which is distributed independently from Qt) is dropped. + Support for Python 3.4 is dropped. + Support for Qt before 5.7.1 and PyQt before 5.7 is dropped. + New dependency on the QtSql module and Qt sqlite support. + New dependency on the attrs project (packaged as python-attr in some distributions). + The depedency on PyOpenGL (when using QtWebEngine) got removed. Note that PyQt5.QtOpenGL is still a dependency. + PyQt5.QtOpenGL is now always required, even with QtWebKit. * The QtWebEngine backend is now used by default. Note this means that QtWebEngine now should be a required dependency, and QtWebKit (if new enough) should be changed to an optional dependency. * Completely rewritten configuration system which ignores the old config file. See link:qute://help/configuring.html[] for details. * Various documentation files got moved to the doc/ subfolder; qutebrowser.desktop got moved to misc/. * :set now doesn't support toggling/cycling values anymore, that functionality got moved to :config-cycle. * New completion engine based on sqlite, which allows to complete the entire browsing history. The default for completion.web_history_max_items got changed to -1 (unlimited). If the completion is too slow on your machine, try setting it to a few 1000 items. Added: * QtWebEngine: Spell checking support, see the spellcheck.languages setting. * New qt.args setting to pass additional arguments to Qt/Chromium. * New backend setting to select the backend to use. Together with the previous setting, this should make most wrapper scripts unnecessary. * qutebrowser can now be set as the default browser on macOS. * New config commands: + :config-cycle to cycle an option between multiple values. + :config-unset to remove a configured option. + :config-clear to remove all configured options. + :config-source to (re-)read a config.py file. + :config-edit to open the config.py file in an editor. + :config-write-py to write a config.py template file. * New :version command which opens qute://version. * New back/forward indicator in the statusbar. * New bindings.key_mappings setting to map keys to other keys. * QtWebEngine: Support for proxy authentication. Changed: * Using :download now uses the page's title as filename. * Using :back or :forward with a count now skips intermediate pages. * When there are multiple messages shown, the timeout is increased. * :search now only clears the search if one was displayed before, so pressing <Escape> doesn't un-focus inputs anymore. * Pinned tabs now adjust to their text's width, so the tabs.width.pinned setting got removed. * :set-cmd-text now has a --run-on-count argument to run the underlying command directly if a count was given. * :scroll-perc got renamed to :scroll-to-perc. Removed: * Migrating QtWebEngine data written by versions before 2016-11-15 (before v0.9.0) is now not supported anymore. * Upgrading qutebrowser with a version older than v0.4.0 still running now won't work properly anymore. * The --harfbuzz and --relaxed-config commandline arguments got dropped. Fixes: * Exiting fullscreen via :fullscreen or buttons on a page now restores the correct previous window state (maximized/fullscreen). * When input.insert_mode.auto_load is set, background tabs now don't enter insert mode anymore. * The keybinding help widget now works correctly when using keybindings with a count. * The window.hide_wayland_decoration setting now works correctly again. OBS-URL: https://build.opensuse.org/request/show/533709 OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=13
2017-10-12 21:38:06 +02:00
rm %{buildroot}%{python3_sitelib}/%{name}/git-commit-id
%fdupes %{buildroot}%{python3_sitelib}/
# NOTE: test suite disabled because the BDD tests are too unreliable
# %%check
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
# NOTE: test suite is slow but doesnt run reliably with xdist
# PYTHONPATH=. pytest -v \
# -k 'not importlib' \
# --qute-backend webengine
- Enable test suite - Update to version 2.2.0 Deprecated * Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It should still work - however, a workaround for issues with the Nvidia graphic driver was dropped. Newer Qt 5.12.x versions are still fully supported. * The --force argument for :tab-only is deprecated, use --pinned close instead. * Using :tab-focus without an argument or count is now deprecated, use :tab-next instead. Added * New dependency on the QtDBus module. If this requirement is an issue for you or your distribution, please open an issue! Note that a DBus connection at runtime is still optional. * New input.media_keys setting which can be used to disable Chromium's handling of media keys. * New :process command (and associated qute://process pages) which can be used to view and terminate/kill external processes spawned by qutebrowser. * New content.site_specific_quirks.skip setting which can be used to disable individual site-specific quirks. * New --pinned argument for :tab-only, which replaces --force (with --pinned close), but also can take --pinned keep to keep pinned tabs without prompting. * New fileselect.folder.command which can be used with fileselect.handler = external to customize the command to use to upload directories (<input type="file" webkitdirectory /> elements, which are non-standard but in wide use). * New content.notifications.presenter setting with various new OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=106
2021-04-20 03:50:19 +02:00
%files
%license LICENSE
%doc doc/changelog.asciidoc README.asciidoc
%{_bindir}/%{name}
%{python3_sitelib}/%{name}/
%{python3_sitelib}/%{name}-*
%{_datadir}/applications/org.qutebrowser.qutebrowser.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/metainfo/org.qutebrowser.qutebrowser.appdata.xml
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
%changelog