Commit Graph

1021 Commits

Author SHA1 Message Date
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
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