Commit Graph
163 Commits
Author SHA1 Message Date
James Kasten 71dc5435c9 merge standalone, plus further development 2015-02-11 15:38:59 -08:00
Jakub Warmuz 03726b9956 Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
	letsencrypt/client/le_util.py
	letsencrypt/client/tests/challenge_util_test.py
2015-02-11 16:40:07 +00:00
James Kasten c09cf0fa07 Merge branch 'master' into revoker
Conflicts:
	letsencrypt/client/apache/configurator.py
	letsencrypt/client/client.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/interfaces.py
	letsencrypt/client/reverter.py
	letsencrypt/client/revoker.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/client/tests/apache/parser_test.py
	letsencrypt/client/tests/challenge_util_test.py
	letsencrypt/scripts/main.py
2015-02-10 00:12:23 -08:00
Jakub Warmuz cadd9ec028 Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
	letsencrypt/client/CONFIG.py
	letsencrypt/client/auth_handler.py
	letsencrypt/client/challenge_util.py
	letsencrypt/client/client.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/revoker.py
	letsencrypt/client/tests/challenge_util_test.py
2015-02-10 00:00:54 +00:00
James Kasten 627302e060 Merge branch 'master' into standalone_authenticator
Conflicts:
	letsencrypt/client/CONFIG.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/client/tests/challenge_util_test.py
2015-02-09 15:17:43 -08:00
Seth Schoen a543925e64 Some formatting fixes 2015-02-09 11:57:50 -08:00
James Kasten 72813ec1fa Merge branch 'master' into revoker 2015-02-08 21:03:16 -08:00
James Kasten 168a70c273 refactor and enhance display, update revoker 2015-02-08 00:46:16 -08:00
Seth Schoen 33ff8225d7 Merge branch 'master' into standalone_authenticator 2015-02-08 00:35:07 -08:00
Jakub Warmuz 4b6baae8b8 Merge remote-tracking branch 'github/letsencrypt/master' into config 2015-02-07 22:32:38 +00:00
Jakub Warmuz ec3bb4cf13 Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
	tox.ini
2015-02-07 22:30:24 +00:00
Jakub Warmuz 337974e675 No pylint in py2.6 tox 2015-02-06 23:41:28 +00:00
Seth Schoen 7c39e36c5a Merge branch 'master' into standalone_authenticator 2015-02-05 12:53:55 -08:00
Seth Schoen c43ecf924c Declare dependency on PyOpenSSL package 2015-02-02 17:02:22 -08:00
Jakub Warmuz 143b002d7e Move acme to letsencrypy.acme 2015-02-01 12:27:36 +00:00
Jakub Warmuz 098f779a79 Use ConfArgParse 2015-01-31 11:37:24 +00:00
Jakub Warmuz 1725829477 Autodoc interfaces. Spelling. 2015-01-31 00:28:09 +00:00
Thomas Waldmann 4c7b2d202c cosmetic fixes 2015-01-29 23:28:22 +01:00
Thomas Waldmann 47e49215c3 long_description = README.rst (+ CHANGES.rst later) 2015-01-29 15:38:20 +01:00
Thomas Waldmann af8edbc21c put file reading into function, we'll soon need that for more stuff
like e.g. reading long_description from README.rst + CHANGES.rst.
2015-01-29 15:25:28 +01:00
Thomas Waldmann 219b25cd98 parse version number from package init, avoid package import 2015-01-29 14:58:20 +01:00
Thomas Waldmann 9c98e1e7e5 have letsencrypt.VERSION, show it in letsencrypt --help, use it in setup.py
note: we had some discussion about potential problems importing VERSION from main package.

SO link: http://stackoverflow.com/questions/2058802/how-can-i-get-the-version-defined-in-setup-py-setuptools-in-my-package

See also my comment in __init__.py - maybe we can add that "version detection from git tags" magic later.
2015-01-29 01:20:45 +01:00
Jakub Warmuz 79bb3cc80d pylint: upstream fixed #248 in 1.4.0 2015-01-28 13:02:14 +00:00
Jakub Warmuz 0a44bbb7a1 Simpler Travis CI matrix 2015-01-28 12:56:12 +00:00
James Kasten 9b0b7b2e28 Merge pull request #188 from kuba/bugs/152
Magical fix for #152 (M2Crypto install dependency order)
2015-01-24 20:01:32 -08:00
Jakub Warmuz 6a4164a293 Magical fix for #152 (M2Crypto install dependency order) 2015-01-24 19:50:51 +00:00
Jakub Warmuz e9ed8c86e4 Quickfix for #187 2015-01-24 14:27:15 +00:00
James Kasten c9a3d8b0c2 Cleanup Installer API change 2015-01-17 02:29:29 -08:00
Jakub Warmuz 5958aee5d1 Merge branch 'zope.interface' into zope.interface-display
Conflicts:
	letsencrypt/client/client.py
	letsencrypt/scripts/main.py
2014-12-22 01:26:31 +00:00
James Kasten cc999d3654 Refactored/added tests 2014-12-19 15:49:29 -08:00
James Kasten 083024cb86 Major refactor of client and main 2014-12-17 06:27:21 -08:00
Jakub Warmuz 37a015f983 display using ZCA 2014-12-17 12:03:41 +01:00
Jakub Warmuz 20efe7b533 zope.interface 2014-12-17 10:12:59 +01:00
Jakub Warmuz 5e05638fef Add client.tests to setup packages 2014-12-17 08:14:35 +01:00
James Kasten 323aa350dc Remove Apache parsing from configurator 2014-12-16 21:00:14 -08:00
James Kasten cc85f22133 Small fixes 2014-12-10 01:20:14 -08:00
James Kasten 610e1dbc7f Merge branch 'master' into configurator_tests 2014-12-10 00:34:41 -08:00
James Kasten 44131f9b01 Merge pull request #119 from kuba/bugs/97
Pin pylint<1.4
2014-12-09 13:50:59 -08:00
Jakub Warmuz e107b9259a Pin pylint<1.4 2014-12-09 19:41:56 +01:00
Jakub Warmuz f7784f2023 Fix lexicographic order in install_requires 2014-12-09 19:24:16 +01:00
Jakub Warmuz 8ea085553a Fix coverage for le_util 2014-12-09 19:20:57 +01:00
James Kasten c59cadd252 Add mock to setup 2014-12-08 00:33:27 -08:00
Jakub Warmuz 78c3f161d7 setup.py docs, Sphinx dep 2014-11-30 02:38:33 +01:00
Jakub Warmuz 9d5ab7dbcc Test coverage 2014-11-27 20:30:56 +01:00
Jakub Warmuz c2413ba542 setuptools test_suite 2014-11-27 20:24:50 +01:00
Adam Woodbeck 13f1286e66 Changes per pylint. 2014-11-26 21:30:42 -05:00
Adam Woodbeck 259cf47169 Refactored command line code to use argparse. 2014-11-26 21:09:45 -05:00
Jakub Warmuz cd9e30ad7e python-augeas from PyPI
https://github.com/hercules-team/python-augeas/issues/2#issuecomment-64116945
2014-11-23 15:29:11 +01:00
Jakub Warmuz 300a4f0b45 Use tox for tests 2014-11-22 15:04:36 +01:00
Jakub Warmuz 1c643d483e Basic dev/testing setup 2014-11-22 15:04:02 +01:00