Erik Rose
5d93678303
Make ConfigArgParse dependencies unconditional as well.
...
None of this is ideal, since we're making the dependencies tighter than they theoretically need to be, but the behavior of the old le-auto makes this necessary to make it succeed in practice (when using LE wheels).
Once we move to the new le-auto (which pins everything and makes setup.py dependencies irrelevant for auto installs), we should redo this using env markers as in https://github.com/letsencrypt/letsencrypt/pull/2177 . We're too afraid to do it now.
Similarly, we're too afraid to change how we handle argparse right now, despite that it should be required directly by us under 2.6. In practice, ConfigArgParse pulls it in for us, so we're okay as long as it continues to do that.
2016-01-14 16:40:47 -05:00
Peter Eckersley
bf4793039a
Merge remote-tracking branch 'origin/master' into pyopenssl
2016-01-10 02:39:54 -08:00
bmw
96b55c8f34
Revert "Don't use cryptography version 1.2"
2016-01-08 17:02:35 -05:00
Brad Warren
36679c2daa
Merge branch 'master' into pyopenssl
2016-01-08 14:27:07 -05:00
Brad Warren
b039c884d8
Don't use cryptography version 1.2
2016-01-08 14:09:44 -05:00
Brad Warren
0f239e0029
Add comment about dependency version
2016-01-07 13:04:29 -05:00
Rémy HUBSCHER
6a026597f4
Move validator to compatibility-test — Refs #1997
2015-12-24 00:41:27 +01:00
Peter Eckersley
d348d4c051
Merge pull request #1914 from Natim/remove-InvalidPlatformWarning
...
Guarantee a true SSLContext object with Python 2
2015-12-22 18:18:30 -08:00
Rémy HUBSCHER
212f04fd92
@kuba review
2015-12-20 16:03:12 +01:00
Rémy HUBSCHER
6958710030
@pde review.
2015-12-17 10:13:09 +01:00
Rémy HUBSCHER
69ea4662c3
Guarantee a true SSLContext object with Python 2
2015-12-16 15:25:31 +01:00
Marius Gedminas
85dc829d9f
Order imports alphabetically
2015-12-03 10:51:16 +02:00
Marius Gedminas
51f17115c6
Allow older ConfigArgParse for users of modern Pythons
...
(I think this is a bad idea because of
https://github.com/pypa/pip/issues/3025 , but letsencrypt maintainers
insist, so *shrug*. Also the same problem exists for the versioned
'mock' dependency, so I'm not introducing a new one here.)
2015-12-03 10:22:50 +02:00
Marius Gedminas
9fbec030a2
Require ConfigArgParse >= 0.10 for Python 2.6 support
2015-12-03 10:07:31 +02:00
Jakub Warmuz
09fa1153d9
Merge remote-tracking branch 'github/letsencrypt/master' into py2.6-3
2015-10-17 07:28:04 +00:00
Brad Warren
69711e432f
Merge branch 'simplefs'
2015-10-16 17:37:43 -07:00
Jakub Warmuz
1802b87a12
Revert "Remove Python 2.6 support."
...
This reverts commit 31d37a3953 .
2015-10-11 16:01:52 +00:00
Jakub Warmuz
f0214ddf9a
Merge commit 'a2c41ca7f539303cb413ba3e73d3669633063150' into standalone2
2015-10-07 19:07:44 +00:00
Jakub Warmuz
c3e28fa909
Merge remote-tracking branch 'github/letsencrypt/master' into mock-2.6
2015-10-05 19:31:05 +00:00
Jakub Warmuz
560d12a40c
Merge remote-tracking branch 'github/letsencrypt/master' into standalone2
2015-10-04 10:24:47 +00:00
Jakub Warmuz
4ef7a6e63f
Merge remote-tracking branch 'github/letsencrypt/master' into release
2015-10-04 10:08:38 +00:00
Jakub Warmuz
d88455a1b9
Rename simplefs to webroot
2015-10-04 09:30:39 +00:00
Jakub Warmuz
5d54871ca2
Merge remote-tracking branch 'github/letsencrypt/master' into simplefs
2015-10-04 09:26:04 +00:00
Jakub Warmuz
3f08932479
Merge remote-tracking branch 'github/letsencrypt/master' into mock-2.6
2015-10-04 08:41:01 +00:00
Jakub Warmuz
315b357781
Hide null installer ( fixes #789 ).
2015-09-28 19:08:57 +00:00
Jakub Warmuz
7d3a49b9e7
Add twine and wheel to [dev]
2015-09-27 11:10:39 +00:00
Jakub Warmuz
45a0cd2799
Fix include_package_data.
2015-09-27 08:11:40 +00:00
Jakub Warmuz
3d638caeb7
Unify quotes in setup.py scripts
2015-09-27 06:32:27 +00:00
Jakub Warmuz
033ed589cc
Development Status :: 3 - Alpha
2015-09-27 06:23:13 +00:00
Jakub Warmuz
b5036e36ad
Unify setup.py: description/url/author/author_email.
2015-09-27 06:23:12 +00:00
Jakub Warmuz
746016be6c
Sync version strings to 0.1.0.dev0, pin same repo deps.
2015-09-27 06:23:12 +00:00
Peter Eckersley
e7cbdc4f9a
Revert reversion
...
Revert "Revert "ManualAuthenticator -> Authenticator""
(commit required a pip reinstall but was not inherently broken)
This reverts commit 6f1b1570b1 .
2015-09-26 18:20:13 -07:00
Peter Eckersley
6f1b1570b1
Revert "ManualAuthenticator -> Authenticator"
...
This reverts commit 81f0a973a3 .
This was breaking the client. Not sure if/how it passed any tests?
2015-09-26 17:48:45 -07:00
bmw
a21bb67ede
Merge pull request #832 from kuba/setuptools
...
Explicit dependency on setuptools (pkg_resources).
2015-09-26 12:53:35 -07:00
Jakub Warmuz
faa6cbdd71
Standalone 2.0
2015-09-26 17:43:59 +00:00
Jakub Warmuz
d337865f48
add missing pkg_resources comment
2015-09-26 10:54:24 +00:00
Jakub Warmuz
08c0c4aeba
Explicit dependency on setuptools (pkg_resources).
2015-09-26 10:52:28 +00:00
Jakub Warmuz
81f0a973a3
ManualAuthenticator -> Authenticator
2015-09-26 09:07:08 +00:00
Peter Eckersley
c7b4bebd23
Merge remote-tracking branch 'origin/master' into rm-py26
2015-09-15 18:08:14 -07:00
Jakub Warmuz
33c2aed021
Merge remote-tracking branch 'github/letsencrypt/master' into lint
2015-09-11 07:15:10 +00:00
Jakub Warmuz
809f4966d6
Require pep8 in [testing]
2015-09-11 07:04:13 +00:00
Jakub Warmuz
03a9a2a89e
SimpleFS plugin ( fixes #742 )
2015-09-02 19:52:06 +00:00
Jakub Warmuz
c6e4c7dea1
setup.py: update/fix deps.
2015-09-01 19:57:41 +00:00
Jakub Warmuz
a74eff5fbd
Revert "Revert PR #708."
...
This reverts commit 70e311b43f .
2015-08-28 06:40:19 +00:00
Jacob Hoffman-Andrews
70e311b43f
Revert PR #708 .
...
https://github.com/letsencrypt/letsencrypt/pull/708 broke the Boulder CI build
because Travis runs Ubuntu 12.04, which has an older setuptools. See
https://github.com/letsencrypt/boulder/issues/681 .
2015-08-27 13:38:32 -07:00
bmw
ed509d15b2
Merge pull request #708 from kuba/mock-2.6
...
mock<1.1.0 only for py2.6.
2015-08-27 12:22:16 -04:00
Jakub Warmuz
2e90ecf1b0
Add basic manpages for all binaries ( fixes #700 ).
2015-08-22 14:12:16 +00:00
Jakub Warmuz
a7df468347
mock<1.1.0 only for py2.6.
2015-08-22 11:01:28 +00:00
Jacob Hoffman-Andrews
31d37a3953
Remove Python 2.6 support.
...
Fixes https://github.com/letsencrypt/letsencrypt/issues/515
2015-07-23 10:20:47 -07:00
Jakub Warmuz
33d7f205fa
Merge remote-tracking branch 'github/letsencrypt/master' into dvsni-verify
...
Conflicts:
acme/acme/challenges.py
2015-07-18 06:51:26 +00:00