chiark / gitweb /
Bump to 0.5.0
[fdroidserver.git] / setup.py
2015-11-12 Daniel MartíBump to 0.5.0 0.5.0
2015-09-21 Daniel MartíMerge branch 'asynchronous_reader' into 'master'
2015-09-20 NeroBurnerAdd asynchronous filereader, fix python3 lockups
2015-09-16 Daniel MartíMerge branch 'fix_licence_setup' into 'master'
2015-09-16 NeroBurnerUpdate Licence in setup.py to AGPLv3
2015-09-14 Daniel MartíMerge branch 'dont-use-sudo-brew' into 'master'
2015-09-14 Daniel MartíRewrite scanner logic
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Hans-Christoph Steinersupport app metadata in YAML format
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-05 Daniel MartíBump to 0.4.0
2015-08-04 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-08-04 Nico AltCorrect filename in setup.py
2015-08-03 Daniel MartíMerge branch 'master' into 'master'
2015-08-03 Hans-Christoph Steinerlet setuptools determine the base install path on OSX
2015-08-03 Ciaran GultnieksMerge branch 'update-install' into 'master'
2015-08-03 Ciaran GultnieksMerge branch 'bsd-osx-porting-and-tests' into 'master'
2015-07-31 Hans-Christoph Steinerget MIME types without strictly requiring python-magic
2015-07-31 Hans-Christoph Steinerfix installing via OSX's easy_install
2015-07-27 Daniel MartíMerge branch 'some-compatibility-fixes' of https:/...
2015-07-24 Hans-Christoph Steinerremove dependency on wget for 'build' and 'verify'
2015-01-02 Daniel MartíBump to 0.3.0 0.3.0
2014-12-31 Daniel MartíApply some autopep8-python2 suggestions
2014-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-11-07 Daniel MartíReplace getsig.java with a pure python implementation
2014-08-16 Daniel MartíAdd setup.py to pep8+pyflakes hook, fix it
2014-08-05 Ciaran GultnieksMerge branch 'master' into 'master'
2014-08-02 Daniel MartíBump version to 0.2.1 0.2.1
2014-07-18 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-07-17 Hans-Christoph Steinerdefault to Pillow for Python Imaging, that's what most...
2014-06-27 Daniel MartíMerge branch 'add-local_copy_dir-and-v0.2-fixes' of... 0.2
2014-06-27 Hans-Christoph Steinerset version to v0.2
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E226 missing whitespace around arithmetic...
2014-04-23 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-23 Hans-Christoph Steinerif the AWS S3 bucket does not exist, create it
2014-04-23 Hans-Christoph Steinersupport cloud storage with libcloud, starting with...
2014-04-08 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-07 Hans-Christoph Steinersupport repo signing with a key on a smartcard
2014-04-03 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-03 Hans-Christoph Steiner'ssh' python module no longer needed, only 'paramiko'
2014-04-03 Daniel MartíMerge commit 'refs/merge-requests/140' of gitorious...
2014-04-02 Hans-Christoph Steinersetup.py: include 'ssh' and 'mwclient' as required...
2014-04-02 Daniel MartíMerge commit 'refs/merge-requests/139' of gitorious...
2014-04-02 Hans-Christoph Steinerbuild and install getsig.class with setup.py
2014-04-02 Hans-Christoph Steinerinclude prefix in data_files install path so it install...
2014-04-02 Hans-Christoph Steinerdowncase setup.py name to match the name in the repo...
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/138' of gitorious...
2014-04-01 Hans-Christoph Steinermove fdroid-icon.png to examples/
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/137' of gitorious...
2014-04-01 Hans-Christoph Steinerfix example files install in setup.py
2014-02-17 moparisthebestSupport both debian's and pypi's python-magic libraries...
2014-02-17 Daniel MartíRemove python-magic pip dep to avoid magic modules...
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
2014-01-16 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2014-01-15 Daniel MartíAdd fd-commit as script on setup.py 0.1
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2014-01-09 Daniel MartíFix email, url and docs in setup.py
2014-01-08 Daniel MartíFix email, url and docs in setup.py
2013-11-04 Hans-Christoph Steinerinstall sample config files in a standard location
2013-10-31 Daniel MartíSwitch all shebangs to 'env python2'
2013-10-24 Hans-Christoph Steinerconvert setup.py into working setuptools-based installer
2012-03-11 Ciaran GultnieksMake the server tools an installable package (with...