Commit Graph

133 Commits

Author SHA1 Message Date
Sam Schott
324baef1e1 update requirements 2020-09-11 10:51:44 +02:00
Sam Schott
1d8115f3e0 alphabetical order for dependencies 2020-09-03 10:39:45 +02:00
SamSchott
bd41e75803
Merge pull request #174 from SamSchott/sqlite-index
Keep rev index in SQLite database
2020-08-31 19:17:44 +02:00
Sam Schott
9dfe5a7d78 removed atomic writes dependency 2020-08-29 22:25:19 +02:00
Sam Schott
2b6ffc397c adapt to dropbox SDK v10.4.1 2020-08-28 23:19:46 +02:00
Sam Schott
33cd7ec4de add support for clicking notifications in Linux 2020-08-20 18:55:39 +02:00
Sam Schott
929ed4cfe7 [sync] use sqlite to store sync history 2020-08-10 23:46:18 +02:00
Sam Schott
2f470bda12 use new Pyro5.10 api 2020-06-30 16:25:16 +02:00
Sam Schott
767aefa5ef bump to v1.0.3 2020-05-20 21:31:37 +02:00
Sam Schott
d2519c959e updated order of dependencies 2020-05-15 16:30:54 +02:00
Sam Schott
a34b113501 bumped to 1.0.3.beta1 2020-05-14 14:56:17 +02:00
Sam Schott
e4388ee1a5 [daemon] migrate from lockfile to fasteners
see #135
2020-05-14 12:16:11 +02:00
Sam Schott
eb895551be remove get_old_runtime_path 2020-05-11 11:26:28 +02:00
Sam Schott
0bca4fb371 bump to v1.0.0 2020-05-06 00:34:30 +02:00
Sam Schott
6e072ec72d bumped gui requirements 2020-04-29 17:37:17 +02:00
Sam Schott
0dc8596068 bumped to v1.0.0.dev4 2020-04-21 12:34:20 +02:00
Sam Schott
ce4af0747b added support for cocoa GUI to setup.py 2020-04-21 12:03:48 +02:00
Sam Schott
1d02b11873 [setup] added jeepney to dependencies 2020-04-20 13:18:58 +02:00
Sam Schott
c090fe9d57 updated headers 2020-04-20 13:18:19 +02:00
Sam Schott
750e4d013d removed explicit six dependency
upstream dropbox has been fixed to require six >= 1.12.0
2020-04-18 13:12:12 +02:00
Sam Schott
800695716e bumped dropbox requirement to >= 10.0.0 2020-04-18 13:09:28 +02:00
Sam Schott
4b6802e3e2 bump to dev3 2020-04-18 13:09:28 +02:00
Sam Schott
f2ad62a306 bumped gui requirement to dev2 2020-04-18 12:46:41 +02:00
Sam Schott
13dd79a609 require gui v1.0.0.dev1 2020-04-09 17:15:28 +02:00
Sam Schott
0b29893e5a updated minimum version requirements 2020-04-06 21:42:14 +01:00
Sam Schott
41419906c6 bumped watchdog requirement to >= 10.0.0 ...
... for consistent error handling
2020-04-06 12:26:32 +01:00
Sam Schott
6b44058875 removed migration code 2020-04-04 02:19:08 +01:00
Sam Schott
6acd7061c4 bumped to v0.6.4 2020-04-03 15:37:34 +01:00
Sam Schott
0b1360934f gui dependency bump 2020-04-01 18:08:07 +01:00
Sam Schott
8d6a88a6e2 specify minimum requirement for six
Dropbox requires six >= 1.12.0 with `six. ensure_str` but does not specify this requirement.
2020-03-29 12:48:13 +01:00
Sam Schott
a0cca9fbcb pin gui version to 0.6.3, dropbox to <= 9.5 2020-03-21 16:06:42 +00:00
Sam Schott
d3663c3311 don't require psutil 2020-03-21 15:09:31 +00:00
Sam Schott
d6902bac36 updated requirements for release 2020-03-19 15:29:42 +00:00
Sam Schott
5e6ae9104e released dev7 2020-03-14 23:58:42 +00:00
Sam Schott
1974299277 limit maximum cpu usage to 45% and use nice process 2020-03-09 15:05:11 +00:00
Sam Schott
a6472315d8 added flake8 exception 2020-03-04 13:27:17 +00:00
Sam Schott
1ccfb6832a don't use importlib in setup.py 2020-03-04 13:27:17 +00:00
Sam Schott
0f445ba6f3 remove list_configs from setup.py 2020-03-04 13:27:17 +00:00
Sam Schott
32fa5868fe cleanup 2020-03-04 13:27:17 +00:00
Sam Schott
10231136c2 use maestral modules for pre-update scripts 2020-03-04 13:27:17 +00:00
Sam Schott
e401b0ac59 explicitly include setuptools dependency 2020-03-04 13:27:17 +00:00
Sam Schott
d7e06bfad8 always update gui together with daemon 2020-03-04 13:27:17 +00:00
Sam Schott
e2abfcd6f4 added parsing of .mignore 2020-03-04 13:27:17 +00:00
Sam Schott
ee3f576ecc bumped to v0.6.1 2020-02-27 21:36:58 +00:00
Sam Schott
b4c0eeb37a fixed author email 2020-02-23 22:38:19 +00:00
Sam Schott
55312ac9c8 default to qt gui for now 2020-02-23 17:00:27 +00:00
Sam Schott
37bd403884 Revert "simplified setup.py"
This reverts commit b46dd032cc.
2020-02-22 21:55:31 +00:00
Sam Schott
b46dd032cc simplified setup.py 2020-02-22 21:31:56 +00:00
Sam Schott
8d3f66d257 use packaging.version.Version for version comparison 2020-02-22 21:31:47 +00:00
Sam Schott
19c24d80a9 don't import maestral modules in setup.py 2020-02-22 13:49:43 +00:00