diff --git a/certbot-1.11.0.tar.gz b/certbot-1.11.0.tar.gz deleted file mode 100644 index f7145d6..0000000 --- a/certbot-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b0ce04e55379aff0a47f873fa05c084538ad0f4a9b79f33108dbb0a7a668b43 -size 391257 diff --git a/certbot-1.11.0.tar.gz.asc b/certbot-1.11.0.tar.gz.asc deleted file mode 100644 index 246d51f..0000000 --- a/certbot-1.11.0.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAl/0o8QACgkQTRfJlc2X -dfIo+AgAtBFTKwY8vRlvDfxJWGa342YIyDiD0p9RpYq7b6HZUQW2n8hXj21TZEW1 -Z3QD5/K8FbCLCjIZQWnOnOAaMShzwwvXYIYP0xFOMjNxx8gBTBRnfRQvp+JDW/IS -XgsXazTS7DtlIEnAo/jxFTvYDrAeUlhDcBVYNyKCwDIg5uCUaXw6qd7QNa0Lmxjo -toOjtDfoCpFXNAvXG+Jsj1e19s0BnoaVobCLsgRg/O/k8m454kK5FPxNZwIeGfaW -QdGznpkzcsQEbkojk7j1zmvHZydxxxFJ6ztTU+YiEbSw+cFfG/CT7lbVQThyhhxi -+sKc2WqB6TmBITiAbq7kOgGANa77/w== -=7feg ------END PGP SIGNATURE----- diff --git a/certbot-1.13.0.tar.gz b/certbot-1.13.0.tar.gz new file mode 100644 index 0000000..3ac8d25 --- /dev/null +++ b/certbot-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cf41b57df7667d9d849fcaa9031a4f151788246733d1f4c3f37a5aa5e2f458 +size 393163 diff --git a/certbot-1.13.0.tar.gz.asc b/certbot-1.13.0.tar.gz.asc new file mode 100644 index 0000000..5bbb654 --- /dev/null +++ b/certbot-1.13.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAmA+sAIACgkQTRfJlc2X +dfKTKQf+PhUBgVbW9C04RIAkQ0MUzv2b3TMyUcBw/77PCd679dVG8pkexcBhq+95 +yCRzzj09frhzqZcdg8aQaBn3K0pVxWn0tjfQrM80+/J1kjAkICP2/ALyoX4b5opD +IwWLz0A3ODJlf6vi9XKDjQS+8PjqkewzQLlOVbyOI/45218KwmwMzRWnPYbmv49W +O1DC8Gj9DJ0ZtX19qZ5/6MLRDh/PP8/TGEznxSQevAByLz+0hzZBYnPaLxw9UR6M +fGhQaCbXA8Iqx/5wDesqbKLfFWdUztzmDaLifaRIGQk1gbyNlC24nJUVE0Kds7E8 +yG9GWjj/ymr7BdcErVZyK7mCtxHQbQ== +=SPHA +-----END PGP SIGNATURE----- diff --git a/python-certbot.changes b/python-certbot.changes index e56af62..f06f2f2 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Mar 8 08:22:31 UTC 2021 - Markéta Machová + +- update to version 1.13.0 + * The `--preferred-chain` flag now only checks the Issuer Common Name of the + topmost (closest to the root) certificate in the chain, instead of checking + every certificate in the chain. + See [#8577](https://github.com/certbot/certbot/issues/8577). + * Support for Python 2 has been removed. + * CLI flags `--os-packages-only`, `--no-self-upgrade`, `--no-bootstrap` and `--no-permissions-check`, + which are related to certbot-auto, are deprecated and will be removed in a future release. + * Certbot no longer conditionally depends on an external mock module. Certbot's + test API will continue to use it if it is available for backwards + compatibility, however, this behavior has been deprecated and will be removed + in a future release. + * Certbot and all of its components no longer depend on the library `six`. + * The update of certbot-auto itself is now disabled on all RHEL-like systems. + ------------------------------------------------------------------- Fri Jan 8 10:19:34 UTC 2021 - Antonio Larrosa diff --git a/python-certbot.spec b/python-certbot.spec index 7db3121..4965d5e 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 Name: python-certbot -Version: 1.11.0 +Version: 1.13.0 Release: 0 Summary: ACME client License: Apache-2.0 @@ -29,12 +29,11 @@ Source1: https://files.pythonhosted.org/packages/source/c/certbot/certbot Source2: %{name}.keyring 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} +BuildRequires: %{python_module configobj >= 5.0.6} +BuildRequires: %{python_module cryptography >= 2.1.4} BuildRequires: %{python_module distro >= 1.0.1} -BuildRequires: %{python_module future} BuildRequires: %{python_module josepy >= 1.1.0} -BuildRequires: %{python_module parsedatetime >= 1.3} +BuildRequires: %{python_module parsedatetime >= 2.4} BuildRequires: %{python_module pyRFC3339} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} @@ -46,11 +45,11 @@ BuildRequires: python-rpm-macros Requires: python-acme >= 1.8.0 Requires: python-configargparse >= 0.9.3 Requires: python-configobj -Requires: python-cryptography >= 1.2.3 +Requires: python-cryptography >= 2.1.4 Requires: python-distro >= 1.0.1 Requires: python-future Requires: python-josepy >= 1.1.0 -Requires: python-parsedatetime >= 1.3 +Requires: python-parsedatetime >= 2.4 Requires: python-pyRFC3339 Requires: python-pytz Requires: python-setuptools @@ -61,14 +60,6 @@ Requires(postun): update-alternatives Provides: certbot = %{version} Obsoletes: certbot < %{version} BuildArch: noarch -%if %{with python2} -BuildRequires: python2-mock -BuildRequires: python2-typing -%endif -%ifpython2 -Requires: python-mock -Requires: python-typing -%endif %python_subpackages %description