diff --git a/certbot-1.22.0.tar.gz b/certbot-1.22.0.tar.gz deleted file mode 100644 index 9647ae5..0000000 --- a/certbot-1.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48c7a094445c607b0b73b7254ac4460d4eebea291f12826ec8cfc33207e5ee67 -size 417854 diff --git a/certbot-1.22.0.tar.gz.asc b/certbot-1.22.0.tar.gz.asc deleted file mode 100644 index 348f845..0000000 --- a/certbot-1.22.0.tar.gz.asc +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQGzBAABCAAdFiEEhjebTwrzcbUM2eX/NAKDEWHR0oAFAmGv2gcACgkQNAKDEWHR -0oD6MAv/a/trW3JKuiX3nbouajHzTbOeI+npm3N2fx90nCyXMDrVqFj4AIqc/r// -Ak06EL0KZBj6THwlazNCWqIW2MSOZ3f+E20wiwh4abcuY+rJy4KNOnXFGmVFyVxC -mtkCW2KGzPEi0x77PrFKCJZ7OonSkm/HI54zbM/UTJ9hJHNT5+EkAVB5dSotNbL7 -c2DAAOgsTEj+s8Y7mmob0pr6aSuAQ+W97dkhnpp1nNtzlcf80mutZTbI8B+e0Dsg -L4TGdYT0Y8rfePmrZ9mNJZgN+jdvfjc+qwFncf6oJdwwAlZYJKr1zS4B0mOq6G9X -5OtAY4mkDXM0yyHYMklcq2PgEjG/rTBWQeHVzUV2fynX2Gf4Qm0+NPGFx+GMAjNM -5MXfCOyB1u7LJ1frcA+Gybfng/9t97UUnl0ayeKq7zhvrTxOhU4XATWXykfVs9SD -DXZ44ODBzwTd9LJiX9y1aufNUFHLG8Kuru6xnfjQxJ2fO6YVt7KYPIgs4YC0clXK -AAIWDB48 -=kH/K ------END PGP SIGNATURE----- diff --git a/certbot-1.26.0.tar.gz b/certbot-1.26.0.tar.gz new file mode 100644 index 0000000..88af32f --- /dev/null +++ b/certbot-1.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d136fab6968829db9774a264a96a7923a5482d0c90894b009253f374d480693 +size 423302 diff --git a/certbot-1.26.0.tar.gz.asc b/certbot-1.26.0.tar.gz.asc new file mode 100644 index 0000000..428db22 --- /dev/null +++ b/certbot-1.26.0.tar.gz.asc @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCAAdFiEEIPIBNGv48/RVpz+aeAzJlDKihiEFAmJMf0kACgkQeAzJlDKi +hiG4jwwAhMl+waL8HgmAjaQj50EZD0k4QfQVv03ylJGGv7yMgjqSHgd2dtqdLwyl +C6iJktWl4SOarN2FQ5vCmWBPOCKhtLTKD2QWlkEMdujymouERZZ9IjNX+Gh/IJJG +aX1A6Se84iNwwtVLyYoOjaaEjTmGDAW+1zoC68jVPF24EWyng/n0Q6zXAmyg7xmE +gHwgGTab1RUQwUnaEND14NRMn3j32wFF/7D7hVbAlX4zai6pNPAJZmDA3X3DlosA +6FkebXUM/8zhLdi3v7JeTIrvvesJ+oG6V7dHxBgcDq0wR6yYtNs1t5gWHQdKtfPm +URBzlpwKMm2FUZAw7r22X5xONiaB8AuUwuzMD01ih07RfAB0jdaNFTU0Uvv/rBQH +M45IfYKacDon63SmQIx6hkHhz8v5i7N2ZCsQZDS5+MC/0G9Qn3FGypKXEhQZ6/eG +ZYXufveAPgA/MhyzjMhR0lHbd1dU2bWqb2wXV3Ma4j/KH+58U716GpYUrZpY32RB +k6uBd0me +=QnDW +-----END PGP SIGNATURE----- diff --git a/python-certbot.changes b/python-certbot.changes index 3214178..cd5872c 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Apr 7 15:22:22 UTC 2022 - Markéta Machová + +- Update to version 1.26.0 + * Added a check whether OCSP stapling is supported by the installer when requesting + a certificate with the run subcommand in combination with the --must-staple option. + If the installer does not support OCSP and the --must-staple option is used, Certbot + will raise an error and quit. + * Certbot and its acme module now depend on josepy>=1.13.0 due to better type annotation support. + * Updated dependencies to use new version of cryptography that uses OpenSSL 1.1.1. + * When the --debug-challenges option is used in combination with -v, Certbot now + displays the challenge URLs (for http-01 challenges) or FQDNs (for dns-01 challenges) + and their expected return values. + * Support for Python 3.6 was removed. + * All Certbot components now require setuptools>=41.6.0. + * Certbot and its acme library now require pytz>=2019.3. + * Revoking a certificate based on an ECDSA key can now be done with --key-path. + ------------------------------------------------------------------- Tue Dec 21 18:16:52 UTC 2021 - Danilo Spinella diff --git a/python-certbot.spec b/python-certbot.spec index ff1aa1b..0386ba1 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot -Version: 1.22.0 +Version: 1.26.0 Release: 0 Summary: ACME client License: Apache-2.0 @@ -32,12 +32,12 @@ BuildRequires: %{python_module configargparse >= 0.9.3} BuildRequires: %{python_module configobj >= 5.0.6} BuildRequires: %{python_module cryptography >= 2.5.0} BuildRequires: %{python_module distro >= 1.0.1} -BuildRequires: %{python_module josepy >= 1.9.0} +BuildRequires: %{python_module josepy >= 1.13.0} BuildRequires: %{python_module parsedatetime >= 2.4} BuildRequires: %{python_module pyRFC3339} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytz} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pytz >= 2019.3} +BuildRequires: %{python_module setuptools >= 41.6.0} BuildRequires: %{python_module zope.component} BuildRequires: %{python_module zope.interface} BuildRequires: fdupes @@ -51,8 +51,8 @@ Requires: python-future Requires: python-josepy >= 1.9.0 Requires: python-parsedatetime >= 2.4 Requires: python-pyRFC3339 -Requires: python-pytz -Requires: python-setuptools +Requires: python-pytz >= 2019.3 +Requires: python-setuptools >= 41.6.0 Requires: python-zope.component Requires: python-zope.interface Requires(post): update-alternatives