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-03-08 15:19:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-google (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-google.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-google"
Mon Mar 8 15:19:41 2021 rev:24 rq:877601 version:1.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-google/python-certbot-dns-google.changes
2021-01-08 17:40:24.369037595 +0100
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-google.new.2378/python-certbot-dns-google.changes
2021-03-08 15:21:09.210109874 +0100
@@ -1,0 +2,6 @@
+Mon Mar 8 08:40:15 UTC 2021 - Mark??ta Machov?? <[email protected]>
+
+- update to version 1.13.0
+ * Support for Python 2 has been removed.
+
+-------------------------------------------------------------------
Old:
----
certbot-dns-google-1.11.0.tar.gz
New:
----
certbot-dns-google-1.13.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-google.spec ++++++
--- /var/tmp/diff_new_pack.3fEIFf/_old 2021-03-08 15:21:10.042110484 +0100
+++ /var/tmp/diff_new_pack.3fEIFf/_new 2021-03-08 15:21:10.046110487 +0100
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-certbot-dns-google
-Version: 1.11.0
+Version: 1.13.0
Release: 0
Summary: Google Cloud Authenticator plugin for Certbot
License: Apache-2.0
++++++ certbot-dns-google-1.11.0.tar.gz -> certbot-dns-google-1.13.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-google-1.11.0/PKG-INFO
new/certbot-dns-google-1.13.0/PKG-INFO
--- old/certbot-dns-google-1.11.0/PKG-INFO 2021-01-05 18:37:34.501858500
+0100
+++ new/certbot-dns-google-1.13.0/PKG-INFO 2021-03-02 22:38:33.110379500
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-dns-google
-Version: 1.11.0
+Version: 1.13.0
Summary: Google Cloud DNS Authenticator plugin for Certbot
Home-page: https://github.com/certbot/certbot
Author: Certbot Project
@@ -14,8 +14,6 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
@@ -27,5 +25,5 @@
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
+Requires-Python: >=3.6
Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot-dns-google-1.11.0/certbot_dns_google/_internal/dns_google.py
new/certbot-dns-google-1.13.0/certbot_dns_google/_internal/dns_google.py
--- old/certbot-dns-google-1.11.0/certbot_dns_google/_internal/dns_google.py
2021-01-05 18:37:05.000000000 +0100
+++ new/certbot-dns-google-1.13.0/certbot_dns_google/_internal/dns_google.py
2021-03-02 22:37:04.000000000 +0100
@@ -76,7 +76,7 @@
return _GoogleClient(self.conf('credentials'))
-class _GoogleClient(object):
+class _GoogleClient:
"""
Encapsulates all communication with the Google Cloud DNS API.
"""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot-dns-google-1.11.0/certbot_dns_google.egg-info/PKG-INFO
new/certbot-dns-google-1.13.0/certbot_dns_google.egg-info/PKG-INFO
--- old/certbot-dns-google-1.11.0/certbot_dns_google.egg-info/PKG-INFO
2021-01-05 18:37:34.000000000 +0100
+++ new/certbot-dns-google-1.13.0/certbot_dns_google.egg-info/PKG-INFO
2021-03-02 22:38:33.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-dns-google
-Version: 1.11.0
+Version: 1.13.0
Summary: Google Cloud DNS Authenticator plugin for Certbot
Home-page: https://github.com/certbot/certbot
Author: Certbot Project
@@ -14,8 +14,6 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
@@ -27,5 +25,5 @@
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
+Requires-Python: >=3.6
Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot-dns-google-1.11.0/certbot_dns_google.egg-info/requires.txt
new/certbot-dns-google-1.13.0/certbot_dns_google.egg-info/requires.txt
--- old/certbot-dns-google-1.11.0/certbot_dns_google.egg-info/requires.txt
2021-01-05 18:37:34.000000000 +0100
+++ new/certbot-dns-google-1.13.0/certbot_dns_google.egg-info/requires.txt
2021-03-02 22:38:33.000000000 +0100
@@ -1,14 +1,11 @@
google-api-python-client>=1.5.5
oauth2client>=4.0
-setuptools
+setuptools>=39.0.1
zope.interface
httplib2
acme>=0.29.0
certbot>=1.1.0
-[:python_version < "3.3"]
-mock
-
[docs]
Sphinx>=1.0
sphinx_rtd_theme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-google-1.11.0/docs/conf.py
new/certbot-dns-google-1.13.0/docs/conf.py
--- old/certbot-dns-google-1.11.0/docs/conf.py 2021-01-05 18:37:05.000000000
+0100
+++ new/certbot-dns-google-1.13.0/docs/conf.py 2021-03-02 22:37:04.000000000
+0100
@@ -112,7 +112,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+#html_static_path = ['_static']
# -- Options for HTMLHelp output ------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-google-1.11.0/setup.py
new/certbot-dns-google-1.13.0/setup.py
--- old/certbot-dns-google-1.11.0/setup.py 2021-01-05 18:37:07.000000000
+0100
+++ new/certbot-dns-google-1.13.0/setup.py 2021-03-02 22:37:05.000000000
+0100
@@ -1,19 +1,17 @@
-from distutils.version import LooseVersion
import os
import sys
-from setuptools import __version__ as setuptools_version
from setuptools import find_packages
from setuptools import setup
-version = '1.11.0'
+version = '1.13.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
'google-api-python-client>=1.5.5',
'oauth2client>=4.0',
- 'setuptools',
+ 'setuptools>=39.0.1',
'zope.interface',
# already a dependency of google-api-python-client, but added for
consistency
'httplib2'
@@ -30,15 +28,6 @@
if os.environ.get('SNAP_BUILD'):
install_requires.append('packaging')
-setuptools_known_environment_markers = (LooseVersion(setuptools_version) >=
LooseVersion('36.2'))
-if setuptools_known_environment_markers:
- install_requires.append('mock ; python_version < "3.3"')
-elif 'bdist_wheel' in sys.argv[1:]:
- raise RuntimeError('Error, you are trying to build certbot wheels using an
old version '
- 'of setuptools. Version 36.2+ of setuptools is
required.')
-elif sys.version_info < (3,3):
- install_requires.append('mock')
-
docs_extras = [
'Sphinx>=1.0', # autodoc_member_order = 'bysource', autodoc_default_flags
'sphinx_rtd_theme',
@@ -52,7 +41,7 @@
author="Certbot Project",
author_email='[email protected]',
license='Apache License 2.0',
- python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*,
!=3.5.*',
+ python_requires='>=3.6',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Plugins',
@@ -60,8 +49,6 @@
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-google-1.11.0/tests/dns_google_test.py
new/certbot-dns-google-1.13.0/tests/dns_google_test.py
--- old/certbot-dns-google-1.11.0/tests/dns_google_test.py 2021-01-05
18:37:05.000000000 +0100
+++ new/certbot-dns-google-1.13.0/tests/dns_google_test.py 2021-03-02
22:37:04.000000000 +0100
@@ -401,7 +401,7 @@
self.assertRaises(ServerNotFoundError,
_GoogleClient.get_project_id)
-class DummyResponse(object):
+class DummyResponse:
"""
Dummy object to create a fake HTTPResponse (the actual one requires a
socket and we only
need the status attribute)