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 2023-11-06 21:14:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-certbot (Old) and /work/SRC/openSUSE:Factory/.python-certbot.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot" Mon Nov 6 21:14:51 2023 rev:47 rq:1123633 version:2.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-certbot/python-certbot.changes 2023-06-07 23:08:49.179830303 +0200 +++ /work/SRC/openSUSE:Factory/.python-certbot.new.17445/python-certbot.changes 2023-11-06 21:15:11.089266719 +0100 @@ -1,0 +2,11 @@ +Mon Oct 30 15:37:44 UTC 2023 - Markéta Machová <[email protected]> + +- Update to 2.7.3 + * Add certbot.util.LooseVersion class. See GH #9489. + * NamespaceConfig now tracks how its arguments were set via a dictionary, allowing us to remove a bunch + of global state previously needed to inspect whether a user set an argument or not. + * Support for Python 3.7 was deprecated and will be removed in our next planned release. + * Added RENEWED_DOMAINS and FAILED_DOMAINS environment variables for consumption by post renewal hooks. + * Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp() + +------------------------------------------------------------------- Old: ---- certbot-2.6.0.tar.gz New: ---- certbot-2.7.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-certbot.spec ++++++ --- /var/tmp/diff_new_pack.NoOT6h/_old 2023-11-06 21:15:11.829293959 +0100 +++ /var/tmp/diff_new_pack.NoOT6h/_new 2023-11-06 21:15:11.829293959 +0100 @@ -19,17 +19,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot -Version: 2.6.0 +Version: 2.7.3 Release: 0 Summary: ACME client License: Apache-2.0 URL: https://github.com/certbot/certbot Source0: https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz BuildRequires: %{python_module acme >= %{version}} -BuildRequires: %{python_module configargparse >= 0.9.3} +BuildRequires: %{python_module configargparse >= 1.5.3} BuildRequires: %{python_module configobj >= 5.0.6} BuildRequires: %{python_module cryptography >= 3.2.1} BuildRequires: %{python_module distro >= 1.0.1} +BuildRequires: %{python_module importlib-metadata if %python-base < 3.10} +BuildRequires: %{python_module importlib-resources if %python-base < 3.9} BuildRequires: %{python_module josepy >= 1.13.0} BuildRequires: %{python_module parsedatetime >= 2.4} BuildRequires: %{python_module pyRFC3339} @@ -39,7 +41,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-acme >= %{version} -Requires: python-configargparse >= 0.9.3 +Requires: python-configargparse >= 1.5.3 Requires: python-configobj >= 5.0.6 Requires: python-cryptography >= 3.2.1 Requires: python-distro >= 1.0.1 @@ -50,6 +52,12 @@ Requires: python-setuptools >= 41.6.0 Requires(post): update-alternatives Requires(postun):update-alternatives +%if %{python_version_nodots} < 310 +Requires: python-importlib-metadata +%endif +%if %{python_version_nodots} < 39 +Requires: python-importlib-resources +%endif Provides: certbot = %{version} Obsoletes: certbot < %{version} BuildArch: noarch ++++++ certbot-2.6.0.tar.gz -> certbot-2.7.3.tar.gz ++++++ ++++ 4651 lines of diff (skipped)
