Commit Graph

2536 Commits

Author SHA1 Message Date
Florian Bruhin 0718b25796 reuse: Initial copyright text update for myself
git ls-files | \
    xargs sed -Ei 's/Copyright [0-9]{4}(-[0-9]{4}) Florian Bruhin \(The Compiler\) <mail@qutebrowser\.org>/SPDX-FileCopyrightText: Florian Bruhin (The Compiler) <mail@qutebrowser.org>/'
2023-07-23 12:49:05 +02:00
Florian Bruhin 67686bb1a7 reuse: Fix remaining userscripts without extension
reuse annotate --license="GPL-3.0-or-later" --style python \
    misc/userscripts/openfeeds \
    misc/userscripts/qute-bitwarden \
    misc/userscripts/qute-keepass \
    misc/userscripts/qute-keepassxc \
    misc/userscripts/qute-lastpass \
    misc/userscripts/qute-pass \
    misc/userscripts/tor_identity \
    misc/userscripts/dmenu_qutebrowser \
    misc/userscripts/rss
2023-07-23 12:28:23 +02:00
Florian Bruhin d2975c6d09 reuse: Get files in misc/nsis/ to use SPDX
reuse annotate --license="GPL-3.0-or-later" --style python \
    misc/nsis/uninstall_pages.nsh \
    misc/nsis/install.nsh \
    misc/nsis/uninstall.nsh

And fixing qutebrowser.nsi manually as that uses iso-8859-1 and the reuse tool
doesn't like that apparently.
2023-07-23 12:19:27 +02:00
Florian Bruhin ec34865168 Move master branch references to main
Closes #7097
2023-07-23 11:38:19 +02:00
Florian Bruhin 273230eb07 Merge remote-tracking branch 'origin/pr/7789' 2023-07-22 12:36:31 +02:00
qutebrowser bot 4e0180cede Update dependencies 2023-07-20 10:57:42 +00:00
Florian Bruhin 6d1dcc30ad Merge remote-tracking branch 'origin/update-dependencies' 2023-07-10 10:04:14 +02:00
qutebrowser bot 93fb20e67e Update dependencies 2023-07-10 04:23:00 +00:00
Florian Bruhin 5a9027c54e mypy: Switch to upstream stubs for PyQt6
They are getting much better
2023-07-09 01:02:33 +02:00
qutebrowser bot 9d89e16e19 Update dependencies 2023-07-03 04:24:46 +00:00
Florian Bruhin 29dffd782d Update userscripts to PyQt6 2023-06-30 19:29:28 +02:00
Florian Bruhin ffc06e58d6 qt6: Switch most tooling/linting to Qt 6
Only mypy missing now...
2023-06-30 19:29:28 +02:00
Florian Bruhin 904cab911d mypy: Install more typeshed types 2023-06-30 00:49:30 +02:00
Florian Bruhin d27902e054 qt6 mypy: Add PyQt6-stubs
Unfortunately there is no PyPI release yet, so install from git.

243 -> 191 errors
2023-06-29 21:10:01 +02:00
Florian Bruhin 93c7fdd60c Initial Python 3.7 drop 2023-06-26 14:39:54 +02:00
Florian Bruhin 86a83240b9 Update broken userscript links 2023-06-26 13:55:45 +02:00
toofar 937cfa41ad Pin for 3.8 and changelog URL for jaraco.functools 2023-06-26 18:01:15 +12:00
qutebrowser bot faa8091c65 Update dependencies 2023-06-26 04:22:20 +00:00
qutebrowser bot a7282f6235 Update dependencies 2023-06-19 04:22:17 +00:00
qutebrowser bot e502663fe3 Update dependencies 2023-06-12 04:23:46 +00:00
qutebrowser bot daee26c7a7 Update dependencies 2023-06-05 04:22:14 +00:00
toofar 5dd637f444 Merge pull request #7723 from ralsina/use-netloc-in-qute-pass
Use url netloc as a candidate key for qute-pass
2023-06-04 12:04:08 +12:00
Roberto Alsina a31b654252 Use url netloc as a candidate key for qute-pass 2023-05-30 19:13:59 -03:00
qutebrowser bot d907ac795b Update dependencies 2023-05-29 04:23:35 +00:00
qutebrowser bot 6d574f7a4e Update dependencies 2023-05-22 04:22:20 +00:00
qutebrowser bot 38dff9ab79 Update dependencies 2023-05-15 04:22:29 +00:00
qutebrowser bot 076a6fcb90 Update dependencies 2023-05-08 04:24:55 +00:00
toofar 64811478a3 Manually bump flask and werkzeug to fix cookie issue
These tests were failing on webkit due to cookies not getting set (they
made a change recently to fix a security issue around cookies and must
have messed something up)

  tests/end2end/test_invocations.py::test_cookies_store
  tests/end2end/features/test_private_bdd.py::test_make_sure_private_data_is_not_cleared_when_closing_a_private_window_but_another_remains
2023-05-07 14:56:50 +12:00
toofar 8b2b4fc61e Flask updates, pin for py37 and add blinker
Pin Flask and Werkzeug for py3.7
They've removed compatibility upstream.
Added example to readme file because I had to go dig for one in the
commit history.
Add blinker to changelog URLs as it's a required dependency of Flask
now.
2023-05-07 12:29:15 +12:00
qutebrowser bot 8a59762e04 Update dependencies 2023-05-01 04:23:51 +00:00
qutebrowser bot 120e1efed5 Update dependencies 2023-04-24 04:24:26 +00:00
qutebrowser bot 88985aeaa0 Update dependencies 2023-04-17 04:21:54 +00:00
qutebrowser bot b169ace4d2 Update dependencies 2023-04-14 18:57:08 +00:00
Florian Bruhin 30e70803d0 ci: Add PyQt 6.5
See #7624
2023-04-10 23:25:15 +02:00
qutebrowser bot 734ff1c176 Update dependencies 2023-04-10 04:21:37 +00:00
qutebrowser bot 9ff100f0d5 Update dependencies 2023-04-03 04:24:13 +00:00
qutebrowser bot 397818cfa3 Update dependencies 2023-03-20 04:23:50 +00:00
Florian Bruhin 4793070db3 Merge branch 'qt6-v2' into master-qt6 2023-03-17 20:30:13 +01:00
Florian Bruhin da7bde4f1b Release v2.5.4 2023-03-13 22:07:16 +01:00
qutebrowser bot 5f9bf903ec Update dependencies 2023-03-06 04:20:42 +00:00
qutebrowser bot a70868a8cc Update dependencies 2023-02-27 04:20:42 +00:00
qutebrowser bot c3f09f61b8 Update dependencies 2023-02-20 04:21:03 +00:00
Florian Bruhin f8c4a6ac3f Release v2.5.3 2023-02-17 11:13:45 +01:00
qutebrowser bot 6b095720f5 Update dependencies 2023-02-13 04:21:48 +00:00
qutebrowser bot 7dacc89d2a Update dependencies 2023-02-06 04:22:25 +00:00
toofar 560f3ab756 unpin astroid
Looks like the upstream bug is fixed now.

I didn't run recompile-requirements because it requires py3.7 for the
pylint file and I don't have that. The robot will run overnight anyway
(and pick up a new pylint release)

ref: 085a7956eb
2023-02-05 18:48:59 +13:00
qutebrowser bot 059b806109 Update dependencies 2023-01-30 04:22:10 +00:00
qutebrowser bot afc89c7f72 Update dependencies 2023-01-23 04:23:15 +00:00
Takahashi, Naoki 77a5eec4eb
Fix: Add `-p` to examples
Usage of the following example is not available unless `-p` is added.

    `usage: tor_identity [-h] [-c CONTROL_PORT] [-p PASSWORD]`
2023-01-21 02:04:46 +09:00
Florian Bruhin 085a7956eb requirements: Avoid astroid 2.13
See https://github.com/PyCQA/astroid/issues/1958
2023-01-10 11:30:34 +01:00