diff --git a/certbot-1.17.0.tar.gz b/certbot-1.17.0.tar.gz deleted file mode 100644 index c197892..0000000 --- a/certbot-1.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef410a1018f4f1ee775961527c00c4f2e2003428cfc4e09eddd5a1834dbfd173 -size 400362 diff --git a/certbot-1.17.0.tar.gz.asc b/certbot-1.17.0.tar.gz.asc deleted file mode 100644 index aeb8384..0000000 --- a/certbot-1.17.0.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAmDkeZ8ACgkQTRfJlc2X -dfJRJQgAhrwXaKJCU+PaTO8kAvLfvhGywXNwq2CY5qW9PrOk3VrTkNnP2U0lttkB -VHamWneI4Fd7WhvWJTJaetrTexdj7nLBydl26+EpeB6mgUPn8Asvnq+mu3E+au3G -PpB9OUOdJQYpoU0afatQwERrZej6JZfigge0rGh/mDaeQ9u8EHU1AAV/NnOG4ujn -kOiPNTgbA3Dv1hALKe8Ejp2uANtDHo7Cyc3d3A1QEoORwL6vwTbZyaMK40sA2glY -IHgfN0UNjd11mPfKbNZREVztMSdeLBnCo91XvPi74Qy78VpiEvxKDqtt6kAeVoVb -+ooHeXDewYbUTjgXHqiDULtj6jjQXw== -=Evke ------END PGP SIGNATURE----- diff --git a/certbot-1.18.0.tar.gz b/certbot-1.18.0.tar.gz new file mode 100644 index 0000000..bb9affb --- /dev/null +++ b/certbot-1.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e56e18246ba5dc4951132e206844f7191d7b6a97264a005557fff25cd7287b +size 405325 diff --git a/certbot-1.18.0.tar.gz.asc b/certbot-1.18.0.tar.gz.asc new file mode 100644 index 0000000..2bad648 --- /dev/null +++ b/certbot-1.18.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAmEJo00ACgkQTRfJlc2X +dfIZeggAuPZ3Qni4Ms0jzr3hPKiCcVwlIoBC4vU6IN5ebrIRJ5kVzq8v7+0VHnGV +Je5yWh3PALv4B3tYKPHiU8Lnr8YPulizPGTT4fGe2wVCg6uLlhmDOPQV5QQG7u9c +7FVDkVra7pmlVWoU8kNSsLUla1tc5BxqE6TJfa/EyqoKQqwtBD22GJAIT7Pgo3gh +pdPDBpDoXUyNZB8kT55KaCfSqSXv6Ith9E8Uh48QxdLTf+YGFzGY6XMHFqOmrVx1 +WZTTxhRMmUfe30he1Rpicd6aq+dSxMJHI1Sjky9icLakR9nA7UVZCOhXWVwYA7gv +yAAz2cn9W+XLtE0kYuhIdbq5eagg9Q== +=aaFh +-----END PGP SIGNATURE----- diff --git a/python-certbot.changes b/python-certbot.changes index 8f58d75..e3902ed 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Aug 10 13:23:09 UTC 2021 - Danilo Spinella + +- Update to version 1.18.0 + * New functions that Certbot plugins can use to interact with the user have + been added to certbot.display.util. We plan to deprecate using IDisplay + with zope in favor of these new functions in the future. + * The Plugin, Authenticator and Installer classes are added to + certbot.interfaces module as alternatives to Certbot's current zope based + plugin interfaces. The API of these interfaces is identical, but they are + based on Python's abc module instead of zope. Certbot will continue to + detect plugins that implement either interface, but we plan to drop support + for zope based interfaces in a future version of Certbot. + * The class certbot.configuration.NamespaceConfig is added to the Certbot's + public API + * When self-validating HTTP-01 challenges using + acme.challenges.HTTP01Response.simple_verify, we now assume that the response + is composed of only ASCII characters. Previously we were relying on the + default behavior of the requests library which tries to guess the encoding of + the response which was error prone + * In order to simplify the transition to Certbot's new plugin interfaces, the + classes Plugin and Installer in certbot.plugins.common module and + certbot.plugins.dns_common.DNSAuthenticator now implement Certbot's new + plugin interfaces. The Certbot plugins based on these classes are now + automatically detected as implementing these interfaces. + * The Apache authenticator no longer crashes with "Unable to insert label" + when encountering a completely empty vhost. This issue affected Certbot 1.17.0. + ------------------------------------------------------------------- Fri Jul 30 08:40:46 UTC 2021 - Markéta Machová diff --git a/python-certbot.spec b/python-certbot.spec index 5b8e6ba..25b153f 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot -Version: 1.17.0 +Version: 1.18.0 Release: 0 Summary: ACME client License: Apache-2.0