mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
* Use josepy instead of acme.jose. (#5203)
* Parse variables without whitespace separator correctly in CentOS family of distributions (#5318)
* Pin josepy in letsencrypt-auto (#5321)
* pin josepy in le-auto
* Put pinned versions in sorted order
* Pin dependencies in oldest tests (#5316)
* Add tools/merge_requirements.py
* Revert "Fix oldest tests by pinning Google DNS deps (#5000)"
This reverts commit f68fba2be2.
* Add tools/oldest_constraints.txt
* Remove oldest constraints from tox.ini
* Rename dev constraints file
* Update tools/pip_install.sh
* Update install_and_test.sh
* Fix pip_install.sh
* Don't cat when you can cp
* Add ng-httpsclient to dev constraints for oldest tests
* Bump tested setuptools version
* Update dev_constraints comment
* Better document oldest dependencies
* test against oldest versions we say we require
* Update dev constraints
* Properly handle empty lines
* Update constraints gen in pip_install
* Remove duplicated zope.component
* Reduce pyasn1-modules dependency
* Remove blank line
* pin back google-api-python-client
* pin back uritemplate
* pin josepy for oldest tests
* Undo changes to install_and_test.sh
* Update install_and_test.sh description
* use split instead of partition
* More pip dependency resolution workarounds (#5339)
* remove pyopenssl and six deps
* remove outdated tox.ini dep requirement
* Fix auto_tests on systems with new bootstrappers (#5348)
* Fix pytest on macOS in Travis (#5360)
* Add tools/pytest.sh
* pass TRAVIS through in tox.ini
* Use tools/pytest.sh to run pytest
* Add quiet to pytest.ini
* ignore pytest cache
* print as a string (#5359)
* Use apache2ctl modules for Gentoo systems. (#5349)
* Do not call Apache binary for module reset in cleanup()
* Use apache2ctl modules for Gentoo
* Broader git ignore for pytest cache files (#5361)
Make gitignore take pytest cache directories in to account, even if
they reside in subdirectories.
If pytest is run for a certain module, ie. `pytest certbot-apache` the
cache directory is created under `certbot-apache` directory.
* Fix letsencrypt-auto name and long forms of -n (#5375)
* Deprecate Python2.6 by using Python3 on CentOS/RHEL 6 (#5329)
* If there's no python or there's only python2.6 on red hat systems, install python3
* Always check for python2.6
* address style, documentation, nits
* factor out all initialization code
* fix up python version return value when no python installed
* add no python error and exit
* document DeterminePythonVersion parameters
* build letsencrypt-auto
* close brace
* build leauto
* fix syntax errors
* set USE_PYTHON_3 for all cases
* rip out NOCRASH
* replace NOCRASH, update LE_PYTHON set logic
* use built-in venv for py3
* switch to LE_PYTHON not affecting bootstrap selection and not overwriting LE_PYTHON
* python3ify fetch.py
* get fetch.py working with python2 and 3
* don't verify server certificates in fetch.py HttpsGetter
* Use SSLContext and an environment variable so that our tests continue to never verify server certificates.
* typo
* build
* remove commented out code
* address review comments
* add documentation for YES_FLAG and QUIET_FLAG
* Add tests to centos6 Dockerfile to make sure we install python3 if and only if appropriate to do so.
* Allow non-interactive revocation without deleting certificates (#5386)
* Add --delete-after-revoke flags
* Use delete_after_revoke value
* Add delete_after_revoke unit tests
* Add integration tests for delete-after-revoke.
* Have letsencrypt-auto do a real upgrade in leauto-upgrades option 2 (#5390)
* Make leauto_upgrades do a real upgrade
* Cleanup vars and output
* Sleep until the server is ready
* add simple_http_server.py
* Use a randomly assigned port
* s/realpath/readlink
* wait for server before getting port
* s/localhost/all interfaces
* update Apache ciphersuites (#5383)
* Fix macOS builds for Python2.7 in Travis (#5378)
* Add OSX Python2 tests
* Make sure python2 is originating from homebrew on macOS
* Upgrade the already installed python2 instead of trying to reinstall
71 lines
1.3 KiB
Text
71 lines
1.3 KiB
Text
# Specifies Python package versions for packages not specified in
|
|
# letsencrypt-auto's requirements file.
|
|
alabaster==0.7.10
|
|
apipkg==1.4
|
|
asn1crypto==0.22.0
|
|
astroid==1.3.5
|
|
attrs==17.3.0
|
|
Babel==2.5.1
|
|
backports.shutil-get-terminal-size==1.0.0
|
|
boto3==1.4.7
|
|
botocore==1.7.41
|
|
cloudflare==1.5.1
|
|
coverage==4.4.2
|
|
decorator==4.1.2
|
|
dns-lexicon==2.1.14
|
|
dnspython==1.15.0
|
|
docutils==0.14
|
|
execnet==1.5.0
|
|
future==0.16.0
|
|
futures==3.1.1
|
|
google-api-python-client==1.5
|
|
httplib2==0.10.3
|
|
imagesize==0.7.1
|
|
ipdb==0.10.3
|
|
ipython==5.5.0
|
|
ipython-genutils==0.2.0
|
|
Jinja2==2.9.6
|
|
jmespath==0.9.3
|
|
josepy==1.0.1
|
|
logger==1.4
|
|
logilab-common==1.4.1
|
|
MarkupSafe==1.0
|
|
ndg-httpsclient==0.3.2
|
|
oauth2client==2.0.0
|
|
pathlib2==2.3.0
|
|
pexpect==4.2.1
|
|
pickleshare==0.7.4
|
|
pkginfo==1.4.1
|
|
pluggy==0.5.2
|
|
prompt-toolkit==1.0.15
|
|
ptyprocess==0.5.2
|
|
py==1.4.34
|
|
pyasn1==0.1.9
|
|
pyasn1-modules==0.0.10
|
|
Pygments==2.2.0
|
|
pylint==1.4.2
|
|
pytest==3.2.5
|
|
pytest-cov==2.5.1
|
|
pytest-forked==0.2
|
|
pytest-xdist==1.20.1
|
|
python-dateutil==2.6.1
|
|
python-digitalocean==1.11
|
|
PyYAML==3.12
|
|
repoze.sphinx.autointerface==0.8
|
|
requests-file==1.4.2
|
|
requests-toolbelt==0.8.0
|
|
rsa==3.4.2
|
|
s3transfer==0.1.11
|
|
scandir==1.6
|
|
simplegeneric==0.8.1
|
|
snowballstemmer==1.2.1
|
|
Sphinx==1.5.6
|
|
sphinx-rtd-theme==0.2.4
|
|
tldextract==2.2.0
|
|
tox==2.9.1
|
|
tqdm==4.19.4
|
|
traitlets==4.3.2
|
|
twine==1.9.1
|
|
uritemplate==0.6
|
|
virtualenv==15.1.0
|
|
wcwidth==0.1.7
|