diff --git a/certbot-1.18.0.tar.gz b/certbot-1.18.0.tar.gz deleted file mode 100644 index bb9affb..0000000 --- a/certbot-1.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2bad648..0000000 --- a/certbot-1.18.0.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAmEJo00ACgkQTRfJlc2X -dfIZeggAuPZ3Qni4Ms0jzr3hPKiCcVwlIoBC4vU6IN5ebrIRJ5kVzq8v7+0VHnGV -Je5yWh3PALv4B3tYKPHiU8Lnr8YPulizPGTT4fGe2wVCg6uLlhmDOPQV5QQG7u9c -7FVDkVra7pmlVWoU8kNSsLUla1tc5BxqE6TJfa/EyqoKQqwtBD22GJAIT7Pgo3gh -pdPDBpDoXUyNZB8kT55KaCfSqSXv6Ith9E8Uh48QxdLTf+YGFzGY6XMHFqOmrVx1 -WZTTxhRMmUfe30he1Rpicd6aq+dSxMJHI1Sjky9icLakR9nA7UVZCOhXWVwYA7gv -yAAz2cn9W+XLtE0kYuhIdbq5eagg9Q== -=aaFh ------END PGP SIGNATURE----- diff --git a/certbot-1.20.0.tar.gz b/certbot-1.20.0.tar.gz new file mode 100644 index 0000000..2eec016 --- /dev/null +++ b/certbot-1.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea26b9f28e347d8c5c6f6c697c65e333c0660ca93ffd5444ba20d1bc6a5f0d0a +size 407615 diff --git a/certbot-1.20.0.tar.gz.asc b/certbot-1.20.0.tar.gz.asc new file mode 100644 index 0000000..9810f59 --- /dev/null +++ b/certbot-1.20.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAmFcWLgACgkQTRfJlc2X +dfKQnQf9Hn5xOdrFcdQFDht5zqDHXunTn9PUG+xUl8gDFJA/7U3LQhd/jot7MGEv +Nbz1hZ/ZuW32AS1TVA11sQFYGTzKm4bXOjtum6eQU0C8CXVkx2EgAn7XSFYjIu09 +3QJP1efiONKRuG4q6x6jvJ9/oKjVM8uEaOO8OiEJJmgUfGjhYIwe8zQAQvedGT1p +OERFsn5W32BjS1WcP+5Im7ohfAJGVJp3WRGYnY8e5W52CciasFvkQhi2IhnzfqO0 +oQvqi0mcQfKNjSxb4mYSY/RxBc/8Q2DecwqYG6AS4uzuEbKeIeocM5vqiBcz+cbY +yI8Ze2UcloHzlykgxp35DkW4+YqQYA== +=/E4t +-----END PGP SIGNATURE----- diff --git a/python-certbot.changes b/python-certbot.changes index e3902ed..0fb464c 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Dec 13 17:24:10 UTC 2021 - Ferdinand Thiessen + +- Update to version 1.20.0 + * Added --no-reuse-key. This remains the default behavior, but + the flag may be useful to unset the --reuse-key option on + existing certificates. +- Update to version 1.19.0 + * Several attributes in certbot.display.util and zope based + interfaces in certbot.interfaces module are deprecated and + will be removed in a future release of Certbot. + * Fixed a relatively harmless crash when issuing a certificate + with --quiet/-q. + ------------------------------------------------------------------- Tue Aug 10 13:23:09 UTC 2021 - Danilo Spinella diff --git a/python-certbot.spec b/python-certbot.spec index 25b153f..c8949fc 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.18.0 +Version: 1.20.0 Release: 0 Summary: ACME client License: Apache-2.0 @@ -32,7 +32,7 @@ BuildRequires: %{python_module configargparse >= 0.9.3} BuildRequires: %{python_module configobj >= 5.0.6} BuildRequires: %{python_module cryptography >= 2.1.4} BuildRequires: %{python_module distro >= 1.0.1} -BuildRequires: %{python_module josepy >= 1.1.0} +BuildRequires: %{python_module josepy >= 1.9.0} BuildRequires: %{python_module parsedatetime >= 2.4} BuildRequires: %{python_module pyRFC3339} BuildRequires: %{python_module pytest} @@ -48,7 +48,7 @@ Requires: python-configobj Requires: python-cryptography >= 2.1.4 Requires: python-distro >= 1.0.1 Requires: python-future -Requires: python-josepy >= 1.1.0 +Requires: python-josepy >= 1.9.0 Requires: python-parsedatetime >= 2.4 Requires: python-pyRFC3339 Requires: python-pytz