diff --git a/certbot-1.8.0.tar.gz b/certbot-1.8.0.tar.gz deleted file mode 100644 index d7288c3..0000000 --- a/certbot-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4 -size 380607 diff --git a/certbot-1.8.0.tar.gz.asc b/certbot-1.8.0.tar.gz.asc deleted file mode 100644 index e3d0f45..0000000 --- a/certbot-1.8.0.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAl9XtFEACgkQTRfJlc2X -dfLbwAf7BbKS86s7zGqtGcxMvxdqzYRGY4r9rAA+6lSXOMl03P1sf4CoJqI4E990 -8w9Mq737fNhhDqcj8L19nVtoX/iiqufOY8dX84SH3VdyW0lFpzpRGx1ew7IYxDgl -05xEw7sG1JaLx6PFpmsjOYCd7rO7tNG0x1ddtc4UDuBYs6UC8xjOR2O8zz5qZ+q6 -RRkAOOMXsxpduSRFan+cHZOuPgBxfZukz6tlEG9WyMR4AYq8pkvGV9bIF/ufRdwD -yRi7okUC9TaX2rAX3ymH5AASpa6+x6SzcRyrS6JmBkpi8NfI7kBDxLK8It5EwkJu -fDmbkk5+Fu+PBXgFI3eP0Sjc1Z/ocQ== -=nAZJ ------END PGP SIGNATURE----- diff --git a/certbot-1.9.0.tar.gz b/certbot-1.9.0.tar.gz new file mode 100644 index 0000000..2f854ca --- /dev/null +++ b/certbot-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff9bf7d9af381c7efee22dec2dd6938d9d8fddcc9e11682b86e734164a30b57 +size 382379 diff --git a/certbot-1.9.0.tar.gz.asc b/certbot-1.9.0.tar.gz.asc new file mode 100644 index 0000000..9314102 --- /dev/null +++ b/certbot-1.9.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAl98ufYACgkQTRfJlc2X +dfKxOgf/TXfxrDcUacAfPPROYlHPvgRwy6a7Gho6Y+oG17i0i3R6qb7l+itI/PtU +DcT4Sp3J57PMDuH8TEo81AV2X6zVFt8xxzobC6lI+rVYDGTeAkOOy6fcZg/lFbxR +jGm8vnxbKNDS9HKi7R40yF+JWjwyMPwiN4qQyAhf4mkDaU5zG5xfPEgsDqRV9zsF +jAviQ/c2aiYmaUATrFwavNg5LfWFYRwm/cP7WhWH9MRlPOPzenphbMfQfsr10l2i +0YjEd72tfdP8YBI9Qseaz0Rr3E9+rCHiZeMJnUd6j7i1TsjhlJgO40Im+c88LZ3r +F4keEyUXJ5uCl2bcpltnr2b3K5/c/w== +=2szN +-----END PGP SIGNATURE----- diff --git a/python-certbot.changes b/python-certbot.changes index 78a686e..011d56a 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Oct 7 08:15:42 UTC 2020 - Marketa Calabkova + +- Update to version 1.9.0 + * certbot-auto was deprecated on all systems except for those based on Debian or RHEL. + * Update the packaging instructions to promote usage of python -m pytest to test Certbot + instead of the deprecated python setup.py test setuptools approach. + * Reduced CLI logging when handling some kinds of errors. + * The minimum version of the acme library required by Certbot was corrected. + In the previous release, Certbot said it required acme>=1.6.0 when it + actually required acme>=1.8.0 to properly support removing contact + information from an ACME account. + ------------------------------------------------------------------- Mon Sep 28 13:57:39 UTC 2020 - Hans-Peter Jansen diff --git a/python-certbot.spec b/python-certbot.spec index bf92af0..b054690 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-certbot -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: ACME client License: Apache-2.0 @@ -27,7 +27,7 @@ URL: https://github.com/certbot/certbot Source0: https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz Source1: https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz.asc Source2: %{name}.keyring -BuildRequires: %{python_module acme >= 1.6.0} +BuildRequires: %{python_module acme >= 1.8.0} BuildRequires: %{python_module configargparse >= 0.9.3} BuildRequires: %{python_module configobj} BuildRequires: %{python_module cryptography >= 1.2.3}