Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-certbot-dns-google for
openSUSE:Factory checked in at 2023-06-07 23:08:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-google (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-google.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-google"
Wed Jun 7 23:08:18 2023 rev:39 rq:1091320 version:2.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-google/python-certbot-dns-google.changes
2022-10-27 13:55:17.184908476 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-google.new.15902/python-certbot-dns-google.changes
2023-06-07 23:08:55.275865701 +0200
@@ -1,0 +2,21 @@
+Wed Jun 7 16:05:32 UTC 2023 - Markéta Machová <[email protected]>
+
+- update to version 2.6.0
+ * Support for Python 3.11 was added to Certbot and all of its components.
+ * All Certbot components now require pytest to run tests.
+ * Packaged tests for all Certbot components besides josepy were moved inside
the _internal/tests module.
+ * There is now a new Other annotated challenge object to allow plugins to
support entirely novel challenges.
+ * --dns-google-project optionally allows for specifying the project that the
DNS zone(s) reside in, which
+ allows for Certbot usage in scenarios where the auth credentials reside in
a different project to the zone(s)
+ that are being managed.
+ * certbot-dns-google now loads credentials using the standard Application
Default Credentials strategy, rather
+ than explicitly requiring the Google Compute metadata server to be present
if a service account is not provided
+ using --dns-google-credentials.
+ * --dns-google-credentials now supports additional types of file-based
credential, such as
+ External Account Credentials created by Workload Identity Federation. All
file-based credentials implemented
+ by the Google Auth library are supported.
+ * certbot-dns-google no longer requires deprecated oauth2client library.
+ * Certbot no longer depends on zope.
+- Drop certbot-pr8928-replace-oauth2client.patch
+
+-------------------------------------------------------------------
Old:
----
certbot-dns-google-1.31.0.tar.gz
certbot-pr8928-replace-oauth2client.patch
New:
----
certbot-dns-google-2.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-google.spec ++++++
--- /var/tmp/diff_new_pack.608HYY/_old 2023-06-07 23:08:55.831868930 +0200
+++ /var/tmp/diff_new_pack.608HYY/_new 2023-06-07 23:08:55.835868953 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-certbot-dns-google
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,26 +19,23 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-certbot-dns-google
-Version: 1.31.0
+Version: 2.6.0
Release: 0
Summary: Google Cloud Authenticator plugin for Certbot
License: Apache-2.0
URL: https://github.com/certbot/certbot
Source:
https://files.pythonhosted.org/packages/source/c/certbot-dns-google/certbot-dns-google-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM certbot-pr8928-replace-oauth2client.patch --
gh#certbot/certbot#8928
-Patch0: certbot-pr8928-replace-oauth2client.patch
BuildRequires: %{python_module certbot >= %{version}}
-BuildRequires: %{python_module google-api-python-client >= 1.5.5}
-BuildRequires: %{python_module google-auth >= 1.32.1}
+BuildRequires: %{python_module google-api-python-client >= 1.6.5}
+BuildRequires: %{python_module google-auth >= 2.16.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-acme >= %{version}
Requires: python-certbot >= %{version}
-Requires: python-google-api-python-client >= 1.5.5
-Requires: python-google-auth >= 1.32.1
-Requires: python-zope.interface
+Requires: python-google-api-python-client >= 1.6.5
+Requires: python-google-auth >= 2.16.0
BuildArch: noarch
%python_subpackages
++++++ certbot-dns-google-1.31.0.tar.gz -> certbot-dns-google-2.6.0.tar.gz
++++++
++++ 4251 lines of diff (skipped)