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 2021-03-08 15:19:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-certbot (Old) and /work/SRC/openSUSE:Factory/.python-certbot.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot" Mon Mar 8 15:19:26 2021 rev:32 rq:877594 version:1.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-certbot/python-certbot.changes 2021-01-08 17:40:17.881026355 +0100 +++ /work/SRC/openSUSE:Factory/.python-certbot.new.2378/python-certbot.changes 2021-03-08 15:21:02.718105121 +0100 @@ -1,0 +2,18 @@ +Mon Mar 8 08:22:31 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- 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. + +------------------------------------------------------------------- Old: ---- certbot-1.11.0.tar.gz certbot-1.11.0.tar.gz.asc New: ---- certbot-1.13.0.tar.gz certbot-1.13.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-certbot.spec ++++++ --- /var/tmp/diff_new_pack.O3dUeI/_old 2021-03-08 15:21:03.470105672 +0100 +++ /var/tmp/diff_new_pack.O3dUeI/_new 2021-03-08 15:21:03.474105675 +0100 @@ -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 @@ 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 @@ 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 @@ 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 ++++++ certbot-1.11.0.tar.gz -> certbot-1.13.0.tar.gz ++++++ ++++ 3279 lines of diff (skipped)