summaryrefslogtreecommitdiff
path: root/client/pkg
AgeCommit message (Collapse)Author
2015-06-04Merge tag '0.7.0' into developdrebs
Tag version 0.7.0. Conflicts: client/pkg/requirements.pip common/pkg/requirements.pip
2015-06-01[pkg] bump dependency versionsdrebs
2015-06-01[pkg] bump dependency versionsdrebs
2015-03-19[fix] add explicit dependency on leap.commondrebs
In the past, we wanted dependency on leap.common to be optional, but now because of the explicit use of the config path prefix and signaling, we want to enforce dependency on leap.common.
2015-03-19[fix] add/fix dependency on twisteddrebs
Add dependency on twisted for Soledad Client. Also remove minimum twisted version for Soledad Server because debian stable currently distributes 12.0.0 and pypi currently distributes 15.0.0. Closes: #6797
2015-02-11remove taskthread dependencyKali Kaneko
2014-10-07Bump version of dep on soledad.common.drebs
2014-08-28Do not depend on pysqlite2 (#2945).drebs
2014-07-02Decouple sync from actual encryption/decryption (#5326).drebs
2014-06-18bump requirements to latest leap.commonKali Kaneko
this is needed due to the introduction of new events.
2013-10-03Convert to utf8 all the strings before saving themTomás Touceda
2013-08-28Use dirspec instead of plain xdg. Closes #3574.Ivan Alejandro
2013-08-23packaging improvementsKali Kaneko
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling