Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-certbot for openSUSE:Factory checked in at 2022-04-08 22:46:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-certbot (Old) and /work/SRC/openSUSE:Factory/.python-certbot.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot" Fri Apr 8 22:46:01 2022 rev:40 rq:967760 version:1.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-certbot/python-certbot.changes 2021-12-21 20:16:46.309153287 +0100 +++ /work/SRC/openSUSE:Factory/.python-certbot.new.1900/python-certbot.changes 2022-04-08 22:46:17.354759217 +0200 @@ -1,0 +2,18 @@ +Thu Apr 7 15:22:22 UTC 2022 - Mark??ta Machov?? <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- certbot-1.22.0.tar.gz certbot-1.22.0.tar.gz.asc New: ---- certbot-1.26.0.tar.gz certbot-1.26.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-certbot.spec ++++++ --- /var/tmp/diff_new_pack.8PO1cX/_old 2022-04-08 22:46:18.982741148 +0200 +++ /var/tmp/diff_new_pack.8PO1cX/_new 2022-04-08 22:46:18.986741103 +0200 @@ -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 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-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 ++++++ certbot-1.22.0.tar.gz -> certbot-1.26.0.tar.gz ++++++ ++++ 2509 lines of diff (skipped)
