Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-14 | [pkg] add certifi as a dependency | Kali Kaneko | |
2016-07-11 | [pkg] remove dependency on dirspec | drebs | |
This commit removes the dep introduced in 5e12233 by just importing some tiny bit of dirspec code. The previous change was introduced because: * pyxdg did not account for Mac OS specifics, i.e. using ~/Library/ directory structure instead of .config (see: https://leap.se/code/issues/3574). * dirspec does the correct thing for xdg on Mac OS. * u1db depends on dirspec anyway. The problem is that dirspec is not maintained and published on pypi, what forces us to download it from an URL and add exceptions to be able to pip install it. As we are removing dependence on u1db on other modules, we can also remove it here. To workaround the Mac OS problem, we just add some code from dirspec to ensure we get the correct directory on Mac OS. | |||
2016-05-18 | [pkg] setup: use new versioneer json format | Kali Kaneko | |
2016-04-01 | [pkg] update to versioneer 0.16 | Kali Kaneko | |
2016-03-10 | [setup] Added docs on how to run the tests | Bruno Wagner | |
Also added dirspec directly to the setuptools for now, because it needs the dependency along with the url, but pip would break if it had both | |||
2016-03-10 | [setup] Added dirspec url to requirements | Bruno Wagner | |
I also added a conditional to the setup.py so that python setup.py develop can be used even with the dirspec url | |||
2015-11-02 | [pkg] rename extras to 'http' | Kali Kaneko | |
and document the dependencies on the README. | |||
2015-08-28 | [style] pep8 fixes | Kali Kaneko | |
2015-07-23 | [style] fixed extra requires typo | Bruno Wagner | |
2015-06-02 | [bug] Use BrowserLikePolicyForHTTPS for checking | Victor Shyba | |
While testing the way that its implemented now, I found out that no check is being made on certificate attributes against the host. I found this simple way of creating a BrowserLikePolicyForHTTPS using a self signed cert and it worked on my test. I used test_https from Soledad for checking this (which we are fixing on another branch). Also, we don't want to depend on twisted for other things than leap.common.http. | |||
2014-07-14 | include pemfile in the installed package | kali | |
2013-12-05 | workaround for missing file during pip install | Kali Kaneko | |
2013-10-30 | add freeze_debianver command to setup.py | Kali Kaneko | |
2013-09-30 | add ca-bundle with ca-cert | Kali Kaneko | |
2013-08-23 | Merge remote-tracking branch 'kali/feature/add_versioneer' into develop | Tomás Touceda | |
Conflicts: setup.py | |||
2013-08-23 | Add versioneer to handle versioning here too. | Kali Kaneko | |
2013-08-23 | Update requirements | Kali Kaneko | |
* Use requirements.pip * Update reqs | |||
2013-08-15 | Force protobuf version to >=2.4.1. | drebs | |
* Also, generate events_pb2.py file using 2.4.1. | |||
2013-08-09 | Bump version to 0.3.00.3.0 | Tomás Touceda | |
2013-07-26 | Bump version to 0.2.70.2.7 | Tomás Touceda | |
2013-07-12 | Bump version to 0.2.60.2.6 | Tomás Touceda | |
2013-05-30 | Merge remote-tracking branch ↵0.2.5release/v0.2.5 | Tomás Touceda | |
'drebs/feature/2683-move-keymanager-to-leap_client' into develop | |||
2013-05-30 | Remove deps on soledad and python-gnupg. | drebs | |
2013-05-30 | add data files: testing certificates | Kali Kaneko | |
2013-05-16 | Add crypto submodule that handles AES-256-CTR encryption. | drebs | |
2013-05-15 | Bump leap.common version for tagging0.2.4 | Tomás Touceda | |
2013-05-14 | Add dependency on soledad and install tests. | drebs | |
2013-05-14 | Fix dependency link for protobuf.socketrpc dependency. | drebs | |
2013-05-08 | version bump | Kali Kaneko | |
2013-05-01 | return None if no key found, avoid KeyError | Kali Kaneko | |
2013-04-11 | Add the right name for pypi package | Kali Kaneko | |
2013-04-11 | Add compiled proto | Kali Kaneko | |
bumped version | |||
2013-04-11 | Add option to compile services | Kali Kaneko | |
(needed from 2.4.0 onwards, since it defaults to false) | |||
2013-04-11 | Merge remote-tracking branch 'kali/bug/fix-imports' into develop | Tomas Touceda | |
Conflicts: pkg/requirements.pip setup.py | |||
2013-04-10 | add generic tarball to download link for protobuf.rpc | Kali Kaneko | |
2013-04-09 | add BaseConfig class and its dependencies | Kali Kaneko | |
2013-04-09 | add dateutil to reqs | Kali Kaneko | |
2013-04-09 | add pyopenssl to dependencies | Kali Kaneko | |
2013-04-01 | Add tests for events mechanism. | drebs | |
2013-03-31 | Add events mechanism dependencies to setup.py file. | drebs | |
2013-03-15 | pep8 | Kali Kaneko | |
2013-03-14 | initial commit | Kali Kaneko | |