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 2021-04-15 16:57:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-google (Old) and /work/SRC/openSUSE:Factory/.python-certbot-dns-google.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-google" Thu Apr 15 16:57:46 2021 rev:25 rq:885413 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-certbot-dns-google/python-certbot-dns-google.changes 2021-03-08 15:21:09.210109874 +0100 +++ /work/SRC/openSUSE:Factory/.python-certbot-dns-google.new.12324/python-certbot-dns-google.changes 2021-04-15 16:58:28.306774408 +0200 @@ -1,0 +2,6 @@ +Wed Apr 14 15:17:19 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- update to version 1.14.0 + * sync with the main certbot package + +------------------------------------------------------------------- Old: ---- certbot-dns-google-1.13.0.tar.gz New: ---- certbot-dns-google-1.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-certbot-dns-google.spec ++++++ --- /var/tmp/diff_new_pack.HSc8FP/_old 2021-04-15 16:58:28.750775110 +0200 +++ /var/tmp/diff_new_pack.HSc8FP/_new 2021-04-15 16:58:28.754775117 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot-dns-google -Version: 1.13.0 +Version: 1.14.0 Release: 0 Summary: Google Cloud Authenticator plugin for Certbot License: Apache-2.0 ++++++ certbot-dns-google-1.13.0.tar.gz -> certbot-dns-google-1.14.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/certbot-dns-google-1.13.0/PKG-INFO new/certbot-dns-google-1.14.0/PKG-INFO --- old/certbot-dns-google-1.13.0/PKG-INFO 2021-03-02 22:38:33.110379500 +0100 +++ new/certbot-dns-google-1.14.0/PKG-INFO 2021-04-06 19:17:31.694707200 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: certbot-dns-google -Version: 1.13.0 +Version: 1.14.0 Summary: Google Cloud DNS Authenticator plugin for Certbot Home-page: https://github.com/certbot/certbot Author: Certbot Project diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/certbot-dns-google-1.13.0/certbot_dns_google/_internal/dns_google.py new/certbot-dns-google-1.14.0/certbot_dns_google/_internal/dns_google.py --- old/certbot-dns-google-1.13.0/certbot_dns_google/_internal/dns_google.py 2021-03-02 22:37:04.000000000 +0100 +++ new/certbot-dns-google-1.14.0/certbot_dns_google/_internal/dns_google.py 2021-04-06 19:17:00.000000000 +0200 @@ -32,10 +32,6 @@ 'for DNS).') ttl = 60 - def __init__(self, *args, **kwargs): - super(Authenticator, self).__init__(*args, **kwargs) - self.credentials = None - @classmethod def add_parser_arguments(cls, add): # pylint: disable=arguments-differ super(Authenticator, cls).add_parser_arguments(add, default_propagation_seconds=60) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/certbot-dns-google-1.13.0/certbot_dns_google.egg-info/PKG-INFO new/certbot-dns-google-1.14.0/certbot_dns_google.egg-info/PKG-INFO --- old/certbot-dns-google-1.13.0/certbot_dns_google.egg-info/PKG-INFO 2021-03-02 22:38:33.000000000 +0100 +++ new/certbot-dns-google-1.14.0/certbot_dns_google.egg-info/PKG-INFO 2021-04-06 19:17:31.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: certbot-dns-google -Version: 1.13.0 +Version: 1.14.0 Summary: Google Cloud DNS Authenticator plugin for Certbot Home-page: https://github.com/certbot/certbot Author: Certbot Project diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/certbot-dns-google-1.13.0/setup.py new/certbot-dns-google-1.14.0/setup.py --- old/certbot-dns-google-1.13.0/setup.py 2021-03-02 22:37:05.000000000 +0100 +++ new/certbot-dns-google-1.14.0/setup.py 2021-04-06 19:17:02.000000000 +0200 @@ -4,7 +4,7 @@ from setuptools import find_packages from setuptools import setup -version = '1.13.0' +version = '1.14.0' # Remember to update local-oldest-requirements.txt when changing the minimum # acme/certbot version.