Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-16 | [pkg] fix lingering var name after versioneer upgrade | Kali Kaneko | |
2016-04-11 | [bug] hash the installed binaries | Kali Kaneko | |
this was the cause for the previous alpha releases keep insisting on re-installing the helper files. - Resolves: #7989 - Releases: 0.9.2 | |||
2016-04-07 | [style] pep8 | Kali Kaneko | |
2016-04-04 | [pkg] update to versioneer 0.16 | Kali Kaneko | |
2016-03-28 | [pkg] update freeze_deb command | Kali Kaneko | |
2016-03-21 | [bug] fix some version handling errors | Kali Kaneko | |
2016-03-04 | [pkg] move to versioneer 0.15 | Kali Kaneko | |
2015-10-29 | [pkg] catch file errors for sdist | Kali Kaneko | |
2015-10-29 | [pkg] bump status to beta | Kali Kaneko | |
2015-10-16 | fix IS_SUMO assignment | Kali Kaneko | |
2015-10-09 | [pkg] skip leap-deps in sumo too | Kali Kaneko | |
2015-10-09 | [pkg] add pems to data (for sumo tarball) | Kali Kaneko | |
2015-08-12 | [style] autopep8 | Kali Kaneko | |
2015-08-12 | [bug] freeze also bitmask module version in sumo tarball | Kali Kaneko | |
if __version__ is not properly assigned, provider tests were breaking when parsing BITMASK_VERSION (which is None, where a string is expected). - Resolves: #7322 | |||
2015-08-07 | [pkg] remove py2app snippet from setup.py | Kali Kaneko | |
thanks for making our lives easier during all this time, now we're starting a relationship with pyinstaller. maybe our roads cross again in the future. | |||
2015-07-22 | [bug] do not attempt to install data files inside a venv | Kali Kaneko | |
2015-07-22 | [pkg] separate leap requirements | Kali Kaneko | |
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288 | |||
2015-07-22 | [pkg] add empty __init__ on soledad folder | Kali Kaneko | |
otherwise the module cannot be imported (in the pseudo-pkg produced by the sumo tarball) - Releases: 0.9.0 | |||
2015-02-13 | create sumo tarball with leap dependencies (Closes: #6683) | Kali Kaneko | |
2014-07-17 | modify launcher entrypoint after refactor | kali | |
2014-07-10 | Add packaging for osx with py2app | Tomás Touceda | |
2014-06-12 | add function to hash bundle binaries | Kali Kaneko | |
2014-05-20 | modify setup.py to install the new root helper | Kali Kaneko | |
2014-04-02 | Update bitmask url in PKG-INFO. Closes #5395. | Ivan Alejandro | |
2013-10-29 | Adds a command to freeze debian versions. | Kali Kaneko | |
2013-10-21 | add readme and changelog to long-description | Kali Kaneko | |
reformat changelog in .rst | |||
2013-09-16 | update metadata in setup.py | Kali Kaneko | |
2013-09-10 | do not try to install globally. | Kali Kaneko | |
2013-09-04 | warn user if python3 is used to run setup | Kali Kaneko | |
2013-08-27 | Add data_files under linux | Kali Kaneko | |
* polkit file * /etc/leap/resolv-update | |||
2013-08-23 | Rebrand the latest bits | Tomás Touceda | |
2013-08-21 | Re-add parentdir prefix | Kali Kaneko | |
Now matching the next python package name in pypi. | |||
2013-08-12 | fix versioneer to use new path | Kali Kaneko | |
2013-08-12 | fix setup.py to use leap.bitmask namespace | Kali Kaneko | |
2013-08-08 | pep8 fixes | Ivan Alejandro | |
2013-08-08 | Update README and packaging names. | Ivan Alejandro | |
2013-06-22 | fix versioneer build and sdist commands | Kali Kaneko | |
It turns out that I was using remnants of old functions in which I had to hook the branding mechanism, but that's not needed anymore, so it's much simple. With this change, we get the correct _version generated after a build or sdist command. For the bundles, we should use that _version. Ideally we should use the whole build tree for bundles instead of the source tree directly. | |||
2013-06-03 | Add custom develop command for setup.py | Ivan Alejandro | |
2013-06-03 | Recursively include docs files and uncomment build/sdist | Tomás Touceda | |
2013-05-31 | copy processed reqs to util/ | kali | |
2013-05-30 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/2683-move-keymanager-to-leap_client-2' into develop Conflicts: setup.py | |||
2013-05-30 | adapt test suite to latest client code | kali | |
* fix run_tests * add tox.ini * cleanup/update requirements * fix coverage reports * add pypi badge | |||
2013-05-29 | Move KeyManager submodule from leap.common to here. | drebs | |
2013-03-15 | namespace leap + leap.common split | kali | |
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository. | |||
2013-03-11 | Remove branding | Tomás Touceda | |
2013-03-07 | Add setup script and linux distribution files | Tomás Touceda | |
2013-03-06 | Remove everything to start from scratch | Tomás Touceda | |
2013-01-30 | cosmetic fixes | kali | |
2013-01-30 | remove copy data hook from setup | kali | |
2013-01-25 | fix manpage path | kali | |