Commit Graph

1150 Commits

Author SHA1 Message Date
pyup-bot
232e917f52 Update hypothesis from 3.74.3 to 3.76.0 2018-10-15 19:51:18 +02:00
pyup-bot
d647a9987f Update pydocstyle from 2.1.1 to 3.0.0 2018-10-15 19:51:16 +02:00
pyup-bot
712f75266b Update flake8-copyright from 0.2.0 to 0.2.2 2018-10-15 19:51:15 +02:00
pyup-bot
fb4a247e93 Update certifi from 2018.8.24 to 2018.10.15 2018-10-15 19:51:13 +02:00
pyup-bot
b6e38cddd8 Update certifi from 2018.8.24 to 2018.10.15 2018-10-15 19:51:12 +02:00
pyup-bot
559fc3f78b Update tox from 3.4.0 to 3.5.1 2018-10-08 19:53:24 +02:00
pyup-bot
31a0e4f661 Update toml from 0.9.6 to 0.10.0 2018-10-08 19:53:22 +02:00
pyup-bot
306a33ebad Update pytest-rerunfailures from 4.1 to 4.2 2018-10-08 19:53:21 +02:00
pyup-bot
9d4a5f9ea6 Update parse from 1.8.4 to 1.9.0 2018-10-08 19:53:19 +02:00
pyup-bot
141620dec7 Update hypothesis from 3.74.0 to 3.74.3 2018-10-08 19:53:18 +02:00
pyup-bot
fab78813ba Update wheel from 0.32.0 to 0.32.1 2018-10-08 19:53:15 +02:00
Florian Bruhin
4b13609553 Fix lint 2018-10-05 18:50:14 +02:00
Florian Bruhin
42ef645cf1 Merge remote-tracking branch 'origin/pr/4004' 2018-10-05 17:46:49 +02:00
Florian Bruhin
c472adfa82 Upgrade to pytest-qt 3.2.1
This fixes compatibility with PyQt 5.11.3.
2018-10-04 16:25:23 +02:00
Florian Bruhin
c3fec3c8aa pyinstaller: Re-add pdf.js bundling
Fixes #4291
2018-10-04 16:25:07 +02:00
Florian Bruhin
7d08714a93 Upgrade PyQt for v1.5.0 2018-10-03 16:07:38 +02:00
pyup-bot
9923b49ed7 Update hypothesis from 3.73.0 to 3.74.0 2018-10-01 19:53:18 +02:00
pyup-bot
30687a01b5 Update click from 6.7 to 7.0 2018-10-01 19:53:17 +02:00
pyup-bot
7e477a26c8 Update wheel from 0.31.1 to 0.32.0 2018-10-01 19:53:15 +02:00
pyup-bot
9db667f97b Update pyparsing from 2.2.1 to 2.2.2 2018-10-01 19:53:14 +02:00
pyup-bot
96a4888e11 Update packaging from 17.1 to 18.0 2018-10-01 19:53:12 +02:00
Florian Bruhin
56b8447fb9 Use callback.assert_called_with() 2018-09-27 10:06:50 +02:00
pyup-bot
888fb62815 Update tox from 3.3.0 to 3.4.0 2018-09-24 19:51:21 +02:00
pyup-bot
98a7c15374 Update pytest-qt from 3.0.2 to 3.1.0 2018-09-24 19:51:19 +02:00
pyup-bot
a6c5d4f47d Update hypothesis from 3.71.8 to 3.73.0 2018-09-24 19:51:18 +02:00
pyup-bot
4d4ddfddb1 Update pycparser from 2.18 to 2.19 2018-09-24 19:51:16 +02:00
pyup-bot
8ad334a679 Update setuptools from 40.3.0 to 40.4.3 2018-09-24 19:51:14 +02:00
pyup-bot
696ad4151f Update pyparsing from 2.2.0 to 2.2.1 2018-09-24 19:51:13 +02:00
Florian Bruhin
442ad05dc9 Use develop branch of PyInstaller again
https://github.com/pyinstaller/pyinstaller/pull/3661 was merged into
PyInstaller, so we now can use that directly.

See #4232

This reverts commit b89b38fd3c.
2018-09-22 09:53:32 +02:00
Florian Bruhin
51c9e0c1c6
Merge pull request #4029 from sim590/qurlshare-userscript
userscripts: README page and qurlshare userscript
2018-09-18 21:05:24 +02:00
Florian Bruhin
ac5238a797
Merge pull request #4207 from wildente/master
add proper multiline support for qute-pass
2018-09-18 21:03:06 +02:00
Florian Bruhin
4d0a776599 Upgrade tox 2018-09-17 22:47:56 +02:00
Florian Bruhin
86aef26686 Downgrade and pin pytest 2018-09-17 22:47:44 +02:00
Florian Bruhin
7cf76c622f Delete old pylint-master requirement files 2018-09-17 22:46:38 +02:00
pyup-bot
566483561e Update pytest-cov from 2.5.1 to 2.6.0 2018-09-17 19:47:23 +02:00
pyup-bot
8c9dae301b Update pytest from 3.6.4 to 3.8.0 2018-09-17 19:47:21 +02:00
pyup-bot
73d4913292 Update hypothesis from 3.70.3 to 3.71.8 2018-09-17 19:47:20 +02:00
pyup-bot
5ae74d5889 Update pyinstaller from 3.3.1 to 3.4 2018-09-17 19:47:18 +02:00
pyup-bot
6a1577e74a Update setuptools from 40.2.0 to 40.3.0 2018-09-17 19:47:16 +02:00
wildente
b1e2a1ec2d add proper multiline support for qute-pass
when using the 'username-taget secret' option, the supplied
regex 'username-pattern' will only scan the first line of the
secret file.

you could specify a username-pattern with '\n', but this will
break if the position of the username is not consistent.

this change will implement re.search and the re.MULTILINE
option to search every line in a secrect file.

example:

--secret file
my_secret_password
username: my_username
--secret file

spawn --userscript qute-pass --username-target secret --username-pattern "^username: (.*)"
2018-09-09 22:16:48 +02:00
Florian Bruhin
4d959b28b4 Merge remote-tracking branch 'origin/pr/4107' 2018-09-05 14:47:15 +02:00
Philip Scheel
cf13c31142 Resolved conflicts for merge, regenerated asciidoc, removed whitespace
Removed whitespace
2018-09-04 00:10:07 +02:00
Philip Scheel
35c2f95a58 Merged upstream, made requested modifications to the search engine code and added tests 2018-09-03 23:28:43 +02:00
Florian Bruhin
a565fc62e4 Rebuild all requirements files 2018-09-03 20:06:18 +02:00
Florian Bruhin
e9370aeed4 Filter pytest 3.7.3/3.7.4 2018-09-03 19:55:01 +02:00
pyup-bot
6a323c9fda Update pytest-repeat from 0.6.0 to 0.7.0 2018-09-03 19:42:41 +02:00
pyup-bot
c896444289 Update pytest-qt from 3.0.0 to 3.0.2 2018-09-03 19:42:40 +02:00
pyup-bot
c8e143cdb8 Update pytest from 3.6.4 to 3.7.4 2018-09-03 19:42:38 +02:00
pyup-bot
fc29f027c7 Update py from 1.5.4 to 1.6.0 2018-09-03 19:42:37 +02:00
pyup-bot
9e93009d54 Update py from 1.5.4 to 1.6.0 2018-09-03 19:42:35 +02:00
pyup-bot
c9f049a886 Update hypothesis from 3.69.0 to 3.70.3 2018-09-03 19:42:34 +02:00
pyup-bot
3026f14729 Update cheroot from 6.4.0 to 6.5.2 2018-09-03 19:42:32 +02:00
pyup-bot
998a55844a Update atomicwrites from 1.1.5 to 1.2.0 2018-09-03 19:42:31 +02:00
pyup-bot
bc1296f55e Update github3.py from 1.1.0 to 1.2.0 2018-09-03 19:42:29 +02:00
pyup-bot
9205f68f9c Update github3.py from 1.1.0 to 1.2.0 2018-09-03 19:42:28 +02:00
pyup-bot
202bac485a Update macholib from 1.10 to 1.11 2018-09-03 19:42:26 +02:00
pyup-bot
f27f2f2ae1 Update setuptools from 40.1.0 to 40.2.0 2018-09-03 19:42:25 +02:00
pyup-bot
7c1f46134a Update typing from 3.6.4 to 3.6.6 2018-09-03 19:42:23 +02:00
pyup-bot
48711c3803 Update typing from 3.6.4 to 3.6.6 2018-09-03 19:42:22 +02:00
pyup-bot
4f5dec0dc2 Update attrs from 18.1.0 to 18.2.0 2018-09-03 19:42:19 +02:00
pyup-bot
aad42aca63 Update attrs from 18.1.0 to 18.2.0 2018-09-03 19:42:17 +02:00
pyup-bot
0e7053affe Update certifi from 2018.8.13 to 2018.8.24 2018-09-03 19:42:16 +02:00
pyup-bot
0dbdd4a410 Update certifi from 2018.8.13 to 2018.8.24 2018-09-03 19:42:14 +02:00
pyup-bot
adfcf6acd7 Update certifi from 2018.8.13 to 2018.8.24 2018-09-03 19:42:13 +02:00
Florian Bruhin
51a87f78df Blacklist pytest 3.7.2 2018-08-25 08:06:54 +02:00
pyup-bot
d8a26995c4 Update pytest from 3.6.4 to 3.7.2 2018-08-20 19:40:19 +02:00
pyup-bot
699c4b21c0 Update hypothesis from 3.67.0 to 3.69.0 2018-08-20 19:40:18 +02:00
pyup-bot
c594c5ee9e Update pyroma from 2.3.1 to 2.4 2018-08-20 19:40:16 +02:00
pyup-bot
a6321bb7d0 Update setuptools from 40.0.0 to 40.1.0 2018-08-20 19:40:15 +02:00
pyup-bot
0d4c3db303 Update flake8-bugbear from 18.2.0 to 18.8.0 2018-08-20 19:40:13 +02:00
Simon Désaulniers
b4789e454a userscripts/readme: other userscripts (own repos)
Other userscripts found on their own repository listed under the section
"Other".
2018-08-19 17:23:29 -04:00
R S Subbulakshmi
29d8034284
Update Makefile 2018-08-15 23:01:39 +05:30
pyup-bot
fb4a0eed30 Update tox from 3.1.3 to 3.2.1 2018-08-13 19:44:24 +02:00
pyup-bot
3cdc9ed4ea Update hypothesis from 3.66.30 to 3.67.0 2018-08-13 19:44:23 +02:00
pyup-bot
6a9f9c3fc0 Update beautifulsoup4 from 4.6.1 to 4.6.3 2018-08-13 19:44:21 +02:00
pyup-bot
ba64ea4e04 Update astroid from 2.0.2 to 2.0.4 2018-08-13 19:44:20 +02:00
pyup-bot
c665cfbedf Update pefile from 2017.11.5 to 2018.8.8 2018-08-13 19:44:18 +02:00
pyup-bot
60fa40f30b Update certifi from 2018.4.16 to 2018.8.13 2018-08-13 19:44:17 +02:00
pyup-bot
564633b805 Update certifi from 2018.4.16 to 2018.8.13 2018-08-13 19:44:15 +02:00
pyup-bot
2bde2dcbf0 Update certifi from 2018.4.16 to 2018.8.13 2018-08-13 19:44:14 +02:00
Florian Bruhin
831d3e4044 Add gD keybinding for :tab-give (detach a tab) 2018-08-08 14:23:03 +02:00
Florian Bruhin
1232edbb22 Downgrade to pytest 3.6.4
See https://github.com/pytest-dev/pytest-bdd/issues/250
2018-08-06 21:01:44 +02:00
Florian Bruhin
8dcc9963f7 Update requirement files 2018-08-06 21:00:05 +02:00
pyup-bot
aac0031ba7 Update tox from 3.1.2 to 3.1.3 2018-08-06 19:41:25 +02:00
pyup-bot
36348f872a Update vulture from 0.28 to 0.29 2018-08-06 19:41:23 +02:00
pyup-bot
c15277dd5a Update vulture from 0.28 to 0.29 2018-08-06 19:41:22 +02:00
pyup-bot
6854781256 Update pytest-repeat from 0.5.0 to 0.6.0 2018-08-06 19:41:20 +02:00
pyup-bot
85b5edb023 Update pytest from 3.6.4 to 3.7.1 2018-08-06 19:41:19 +02:00
pyup-bot
5efed1af4c Update more-itertools from 4.2.0 to 4.3.0 2018-08-06 19:41:17 +02:00
pyup-bot
985f0ff3f0 Update hypothesis from 3.66.14 to 3.66.30 2018-08-06 19:41:16 +02:00
pyup-bot
c2322eddfd Update cheroot from 6.3.3 to 6.4.0 2018-08-06 19:41:14 +02:00
pyup-bot
7c991d7c5f Update pylint from 2.0.1 to 2.1.1 2018-08-06 19:41:13 +02:00
pyup-bot
53b33014e4 Update astroid from 2.0.1 to 2.0.2 2018-08-06 19:41:11 +02:00
SubbulakshmiRS
69ad1d33a6 misc/Makefile: Use of Variables
Variables such as $(prefix),$(datarootdir),$(mandir),
$(datadir) have been used .

Closes https://github.com/qutebrowser/qutebrowser/issues/3538
2018-08-04 09:26:01 +05:30
SubbulakshmiRS
224cf29409 ./misc/Makefile: Use of variables
Variables like $(mandir),$(prefix),$(datadir) and $(datarootdir) are used in the Makefile .

Closes https://github.com/qutebrowser/qutebrowser/issues/3538
2018-08-03 20:53:35 +05:30
pyup-bot
840eb49e65 Update pytest from 3.6.3 to 3.6.4 2018-07-30 19:39:21 +02:00
pyup-bot
7de6de752b Update pluggy from 0.6.0 to 0.7.1 2018-07-30 19:39:20 +02:00
pyup-bot
9686a0f8c8 Update pluggy from 0.6.0 to 0.7.1 2018-07-30 19:39:18 +02:00
pyup-bot
a6a6ef4662 Update hypothesis from 3.66.6 to 3.66.14 2018-07-30 19:39:17 +02:00
pyup-bot
afad6cbf08 Update beautifulsoup4 from 4.6.0 to 4.6.1 2018-07-30 19:39:15 +02:00
pyup-bot
889521e405 Update macholib from 1.9 to 1.10 2018-07-30 19:39:14 +02:00
pyup-bot
985b1fcd63 Update altgraph from 0.15 to 0.16.1 2018-07-30 19:39:12 +02:00
pyup-bot
05bf5a7ce8 Update pytest-repeat from 0.4.1 to 0.5.0 2018-07-23 19:34:17 +02:00
pyup-bot
a8974e1f04 Update hypothesis from 3.66.1 to 3.66.6 2018-07-23 19:34:15 +02:00
pyup-bot
f5649730ce Update pylint from 2.0.0 to 2.0.1 2018-07-23 19:34:14 +02:00
pyup-bot
4c8e163166 Update astroid from 2.0 to 2.0.1 2018-07-23 19:34:12 +02:00
Simon Désaulniers
d98e5f86c8 userscripts/readme: list userscripts in markdown 2018-07-21 18:49:06 -04:00
cryzed
9ea6f4acf4 Follow symlinks when finding pass candidates 2018-07-18 16:18:56 +02:00
Florian Bruhin
1d9ee2c11d Recompile requirements files 2018-07-18 09:58:49 +02:00
Florian Bruhin
03ac3b4d7d Update to pylint 2.0 2018-07-16 15:09:06 +02:00
Florian Bruhin
3b9b2bc30e NSIS: Add missing quote 2018-07-11 15:35:58 +02:00
Florian Bruhin
0b98555987 NSIS: Uninstall old version before installing
Supersedes #4054
2018-07-11 14:09:24 +02:00
Florian Bruhin
048d8ef794 Go back to a release version of PyYAML
There's 3.13 now which supports Python 3.7
2018-07-10 15:22:51 +02:00
Florian Bruhin
53afa4275c Merge remote-tracking branch 'origin/pr/4051' 2018-07-10 15:21:56 +02:00
murchik
a5c1903247 OTP for qute-pass. 2018-07-10 20:42:28 +08:00
pyup-bot
94f2b6bdb8 Update tox from 3.0.0 to 3.1.1 2018-07-09 19:25:21 +02:00
pyup-bot
df3e41db9b Update vulture from 0.27 to 0.28 2018-07-09 19:25:20 +02:00
pyup-bot
d817818fb8 Update vulture from 0.27 to 0.28 2018-07-09 19:25:18 +02:00
pyup-bot
45da910d23 Update pytest from 3.6.2 to 3.6.3 2018-07-09 19:25:17 +02:00
pyup-bot
d1093d1c1d Update hypothesis from 3.65.0 to 3.66.1 2018-07-09 19:25:15 +02:00
pyup-bot
ea026b5ecb Update cheroot from 6.3.2 to 6.3.2.post0 2018-07-09 19:25:14 +02:00
pyup-bot
e102551f9f Update setuptools from 39.2.0 to 40.0.0 2018-07-09 19:25:12 +02:00
Florian Bruhin
efc4eb9069 Use PyYAML from git for requirements-tests-git 2018-07-03 10:30:30 +02:00
pyup-bot
c33c019075 Update py from 1.5.3 to 1.5.4
(cherry picked from commit fa9698564af184e6e7cdddc96c9906442031197e)
2018-07-02 23:26:14 +02:00
pyup-bot
564cd3732b Update py from 1.5.3 to 1.5.4
(cherry picked from commit 2006ad70e88cf5fffec75aa465f968ebba722758)
2018-07-02 23:26:12 +02:00
pyup-bot
1d91a3ac66 Update hypothesis from 3.61.0 to 3.65.0
(cherry picked from commit 98ecc7e77b7dd21037224a4f3b51d0cb654610e6)
2018-07-02 23:26:09 +02:00
Florian Bruhin
f7ae7e7d40 Update for PyQt 5.11 2018-07-02 22:32:59 +02:00
Florian Bruhin
dbd4ce48e6 Downgrade and filter PyYAML 4.1
This reverts commit 96defc5dc2.

With PyYAML 4.1 we don't have C extensions on Travis CI:
https://github.com/yaml/pyyaml/issues/179
https://github.com/yaml/pyyaml/issues/182

Unfortunately, cython isn't in the APT whitelist either:
https://github.com/travis-ci/apt-source-whitelist/issues/37
2018-06-28 11:46:03 +02:00
Florian Bruhin
96defc5dc2 Update PyYAML to 4.1 2018-06-27 15:53:58 +02:00
Florian Bruhin
3f923b41e0 Revert "Update pyqt5 from 5.10.1 to 5.11.1"
This reverts commit 1f19db0785.
2018-06-25 20:08:50 +02:00
Florian Bruhin
158ccd7d54 Revert "Update pyqt5 from 5.10 to 5.11.1"
This reverts commit e1bc5389a2.
2018-06-25 20:08:42 +02:00
pyup-bot
b3790f7a7e Update pytest from 3.6.1 to 3.6.2 2018-06-25 19:21:17 +02:00
pyup-bot
d6554a131e Update hypothesis from 3.59.1 to 3.61.0 2018-06-25 19:21:15 +02:00
pyup-bot
1f19db0785 Update pyqt5 from 5.10.1 to 5.11.1 2018-06-25 19:21:14 +02:00
pyup-bot
e1bc5389a2 Update pyqt5 from 5.10 to 5.11.1 2018-06-25 19:21:12 +02:00
pyup-bot
a73a778b9d Update pytest-qt from 2.4.0 to 2.4.1 2018-06-18 19:11:20 +02:00
pyup-bot
7c4eaa80b0 Update hypothesis from 3.57.0 to 3.59.1 2018-06-18 19:11:19 +02:00
pyup-bot
c3b76d1d01 Update cheroot from 6.3.1 to 6.3.2 2018-06-18 19:11:17 +02:00
pyup-bot
fa0e8c1b51 Update requests from 2.18.4 to 2.19.1 2018-06-18 19:11:16 +02:00
pyup-bot
da8f76d082 Update requests from 2.18.4 to 2.19.1 2018-06-18 19:11:14 +02:00
pyup-bot
91c0aae05b Update requests from 2.18.4 to 2.19.1 2018-06-18 19:11:13 +02:00
Florian Bruhin
e2ef39e872 Add Comment to .desktop file 2018-06-14 23:29:16 +02:00
pyup-bot
a5447e0e94 Update vulture from 0.26 to 0.27 2018-06-11 19:06:46 +02:00
pyup-bot
4d026bde6f Update vulture from 0.26 to 0.27 2018-06-11 19:06:39 +02:00
pyup-bot
6943677a90 Update pytest from 3.6.0 to 3.6.1 2018-06-11 19:06:37 +02:00
pyup-bot
37d3cf1e9c Update pylint from 1.9.1 to 1.9.2 2018-06-11 19:06:36 +02:00
pyup-bot
21dba1ffda Update astroid from 1.6.4 to 1.6.5 2018-06-11 19:06:34 +02:00
pyup-bot
82a0c94573 Update idna from 2.6 to 2.7 2018-06-11 19:06:33 +02:00
pyup-bot
72f0820204 Update idna from 2.6 to 2.7 2018-06-11 19:06:31 +02:00
pyup-bot
33ba47797d Update idna from 2.6 to 2.7 2018-06-11 19:06:30 +02:00