Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-certbot-dns-digitalocean for 
openSUSE:Factory checked in at 2021-03-08 15:19:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-digitalocean (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-digitalocean.new.2378 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-digitalocean"

Mon Mar  8 15:19:33 2021 rev:24 rq:877598 version:1.13.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-digitalocean/python-certbot-dns-digitalocean.changes
  2021-01-08 17:40:21.961033423 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-digitalocean.new.2378/python-certbot-dns-digitalocean.changes
        2021-03-08 15:21:05.778107362 +0100
@@ -1,0 +2,6 @@
+Mon Mar  8 08:39:06 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com>
+
+- update to version 1.13.0
+  * Support for Python 2 has been removed.
+
+-------------------------------------------------------------------

Old:
----
  certbot-dns-digitalocean-1.11.0.tar.gz

New:
----
  certbot-dns-digitalocean-1.13.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-certbot-dns-digitalocean.spec ++++++
--- /var/tmp/diff_new_pack.MCcaua/_old  2021-03-08 15:21:06.534107915 +0100
+++ /var/tmp/diff_new_pack.MCcaua/_new  2021-03-08 15:21:06.538107918 +0100
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-certbot-dns-digitalocean
-Version:        1.11.0
+Version:        1.13.0
 Release:        0
 Summary:        DigitalOcean Authenticator plugin for Certbot
 License:        Apache-2.0

++++++ certbot-dns-digitalocean-1.11.0.tar.gz -> 
certbot-dns-digitalocean-1.13.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-digitalocean-1.11.0/PKG-INFO 
new/certbot-dns-digitalocean-1.13.0/PKG-INFO
--- old/certbot-dns-digitalocean-1.11.0/PKG-INFO        2021-01-05 
18:37:25.516841400 +0100
+++ new/certbot-dns-digitalocean-1.13.0/PKG-INFO        2021-03-02 
22:37:58.781778300 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-digitalocean
-Version: 1.11.0
+Version: 1.13.0
 Summary: DigitalOcean 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-digitalocean-1.11.0/certbot_dns_digitalocean/_internal/dns_digitalocean.py
 
new/certbot-dns-digitalocean-1.13.0/certbot_dns_digitalocean/_internal/dns_digitalocean.py
--- 
old/certbot-dns-digitalocean-1.11.0/certbot_dns_digitalocean/_internal/dns_digitalocean.py
  2021-01-05 18:37:05.000000000 +0100
+++ 
new/certbot-dns-digitalocean-1.13.0/certbot_dns_digitalocean/_internal/dns_digitalocean.py
  2021-03-02 22:37:04.000000000 +0100
@@ -54,7 +54,7 @@
         return _DigitalOceanClient(self.credentials.conf('token'))
 
 
-class _DigitalOceanClient(object):
+class _DigitalOceanClient:
     """
     Encapsulates all communication with the DigitalOcean API.
     """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-digitalocean-1.11.0/certbot_dns_digitalocean.egg-info/PKG-INFO 
new/certbot-dns-digitalocean-1.13.0/certbot_dns_digitalocean.egg-info/PKG-INFO
--- 
old/certbot-dns-digitalocean-1.11.0/certbot_dns_digitalocean.egg-info/PKG-INFO  
    2021-01-05 18:37:25.000000000 +0100
+++ 
new/certbot-dns-digitalocean-1.13.0/certbot_dns_digitalocean.egg-info/PKG-INFO  
    2021-03-02 22:37:58.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-digitalocean
-Version: 1.11.0
+Version: 1.13.0
 Summary: DigitalOcean 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-digitalocean-1.11.0/certbot_dns_digitalocean.egg-info/requires.txt
 
new/certbot-dns-digitalocean-1.13.0/certbot_dns_digitalocean.egg-info/requires.txt
--- 
old/certbot-dns-digitalocean-1.11.0/certbot_dns_digitalocean.egg-info/requires.txt
  2021-01-05 18:37:25.000000000 +0100
+++ 
new/certbot-dns-digitalocean-1.13.0/certbot_dns_digitalocean.egg-info/requires.txt
  2021-03-02 22:37:58.000000000 +0100
@@ -1,13 +1,9 @@
 python-digitalocean>=1.11
-setuptools
-six
+setuptools>=39.0.1
 zope.interface
 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-digitalocean-1.11.0/docs/conf.py 
new/certbot-dns-digitalocean-1.13.0/docs/conf.py
--- old/certbot-dns-digitalocean-1.11.0/docs/conf.py    2021-01-05 
18:37:05.000000000 +0100
+++ new/certbot-dns-digitalocean-1.13.0/docs/conf.py    2021-03-02 
22:37:04.000000000 +0100
@@ -111,7 +111,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-digitalocean-1.11.0/setup.py 
new/certbot-dns-digitalocean-1.13.0/setup.py
--- old/certbot-dns-digitalocean-1.11.0/setup.py        2021-01-05 
18:37:06.000000000 +0100
+++ new/certbot-dns-digitalocean-1.13.0/setup.py        2021-03-02 
22:37:05.000000000 +0100
@@ -1,19 +1,16 @@
-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 = [
     'python-digitalocean>=1.11',
-    'setuptools',
-    'six',
+    'setuptools>=39.0.1',
     'zope.interface',
 ]
 
@@ -28,15 +25,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',
@@ -50,7 +38,7 @@
     author="Certbot Project",
     author_email='client-...@letsencrypt.org',
     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',
@@ -58,8 +46,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',

Reply via email to