diff --git a/README.rst b/README.rst index 882da1d..82e4580 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ Known issues propagates. Therefore the plugin will wait 15 minutes before contacting the ACME server. It has been known to work with as little as 90 seconds and sometimes less - and if you want to try something other than 15 minutes then add + and if you want to try something other than 15 minutes then add ``--dns-loopia-propagation-seconds 90`` to parameters for 90 seconds or how many seconds you want. @@ -71,11 +71,14 @@ Changelog --------- Version 1.0.0 ~~~~~~~~~~~~~ -Released 5th March 2021 +Released 4th May 2021 **This is a breaking change. The CLI arguments and the name of the package has changed to match other DNS authenticator plugins.** +Thank you Peter Magnusson (`@kmpm `_) for contributing +this change! + - Updated name to `certbot-dns-loopia` to match other DNS plugins - Dropped Python < 3.6 support @@ -87,7 +90,7 @@ Released 21st August 2017 - Rewrote plugin to match the implementation of ``certbot-dns-*`` plugins - Updated dependency requirements since the old release was completely broken for newer ``acme`` and ``certbot`` - (see `issue #2 `_) + (see `issue #2 `_) Version 0.1.0 diff --git a/setup.cfg b/setup.cfg index 09ea081..76eb69f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,3 @@ -[bdist_wheel] -universal=1 - - [tool:pytest] testpaths = tests diff --git a/tests/test_certbot_dns_loopia.py b/tests/test_certbot_dns_loopia.py index 74f97e9..7d73329 100644 --- a/tests/test_certbot_dns_loopia.py +++ b/tests/test_certbot_dns_loopia.py @@ -25,7 +25,7 @@ def _get_loopia_client(self): return self._test_client -class test_perform_cleanup_cycle(): +def test_perform_cleanup_cycle(): domain = "*.runfalk.se" # Unused validation_domain = "_acme-challenge.runfalk.se" validation_key = "thisgoesinthetetxtrecord"