urda / django-letsencrypt

A simple Django app to handle Let's Encrypt ACME challenges
https://pypi.org/project/django-letsencrypt/
Apache License 2.0
72 stars 9 forks source link

Support 3.7, re-target Django supported versions, tox updates. #82

Closed urda closed 5 years ago

urda commented 5 years ago

CHANGELOG includes:

TODO: RE-ADD CHANGELOG AFTER REBASE

urda commented 5 years ago

This PR needs some adjustments to allign with the following (excluding Python 2 as support was dropped long ago for this project):

Django Version Roadmap

Source: https://www.djangoproject.com/download/#supported-versions

Django Supported Python Versions

Source: https://docs.djangoproject.com/en/2.1/faq/install/#what-python-version-can-i-use-with-django

codecov[bot] commented 5 years ago

Codecov Report

Merging #82 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #82   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            3      3           
  Lines           23     23           
======================================
  Hits            23     23

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update be9e286...de16f92. Read the comment docs.

urda commented 5 years ago

Cross checking versions and the diff again, planning to merge to develop at least.

urda commented 5 years ago

I'm planning on breaking this PR up into a few parts:

All of which will have README values. Closing this PR in favor of those (future) PRs. Will be linked back here.

urda commented 5 years ago

Spawned a PR #83

urda commented 5 years ago

Spawned a PR #84

urda commented 5 years ago

Spawned a PR #85