Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-certbot-dns-linode for 
openSUSE:Factory checked in at 2021-12-21 20:42:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-linode (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-linode.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-linode"

Tue Dec 21 20:42:22 2021 rev:23 rq:941945 version:1.22.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-linode/python-certbot-dns-linode.changes
      2021-08-12 09:02:19.898087537 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-linode.new.2520/python-certbot-dns-linode.changes
    2021-12-21 20:42:26.102017075 +0100
@@ -1,0 +2,6 @@
+Tue Dec 21 19:14:15 UTC 2021 - Danilo Spinella <[email protected]>
+
+- update to version 1.22.0
+  * sync with the main certbot package
+
+-------------------------------------------------------------------

Old:
----
  certbot-dns-linode-1.18.0.tar.gz

New:
----
  certbot-dns-linode-1.22.0.tar.gz

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

Other differences:
------------------
++++++ python-certbot-dns-linode.spec ++++++
--- /var/tmp/diff_new_pack.i6TKVY/_old  2021-12-21 20:42:26.586017338 +0100
+++ /var/tmp/diff_new_pack.i6TKVY/_new  2021-12-21 20:42:26.594017342 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define skip_python36 1
 Name:           python-certbot-dns-linode
-Version:        1.18.0
+Version:        1.22.0
 Release:        0
 Summary:        Linode DNS Authenticator plugin for Certbot
 License:        Apache-2.0
@@ -29,16 +29,13 @@
 BuildRequires:  %{python_module acme >= %{version}}
 BuildRequires:  %{python_module certbot >= %{version}}
 BuildRequires:  %{python_module dns-lexicon >= 3.2.1}
-BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module zope.interface}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-acme >= %{version}
 Requires:       python-certbot >= %{version}
 Requires:       python-dns-lexicon >= 3.2.1
-Requires:       python-zope.interface
 BuildArch:      noarch
 %python_subpackages
 

++++++ certbot-dns-linode-1.18.0.tar.gz -> certbot-dns-linode-1.22.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-linode-1.18.0/PKG-INFO 
new/certbot-dns-linode-1.22.0/PKG-INFO
--- old/certbot-dns-linode-1.18.0/PKG-INFO      2021-08-03 22:18:56.651983500 
+0200
+++ new/certbot-dns-linode-1.22.0/PKG-INFO      2021-12-07 23:03:09.206644500 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-linode
-Version: 1.18.0
+Version: 1.22.0
 Summary: Linode DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
@@ -18,6 +18,7 @@
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Security
 Classifier: Topic :: System :: Installation/Setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-linode-1.18.0/certbot_dns_linode/_internal/dns_linode.py 
new/certbot-dns-linode-1.22.0/certbot_dns_linode/_internal/dns_linode.py
--- old/certbot-dns-linode-1.18.0/certbot_dns_linode/_internal/dns_linode.py    
2021-08-03 22:12:58.000000000 +0200
+++ new/certbot-dns-linode-1.22.0/certbot_dns_linode/_internal/dns_linode.py    
2021-12-07 23:02:45.000000000 +0100
@@ -2,6 +2,7 @@
 import logging
 import re
 from typing import Optional
+from typing import Union
 
 from lexicon.providers import linode
 from lexicon.providers import linode4
@@ -58,7 +59,7 @@
         if not self.credentials:  # pragma: no cover
             raise errors.Error("Plugin has not been prepared.")
         api_key = self.credentials.conf('key')
-        api_version = self.credentials.conf('version')
+        api_version: Optional[Union[str, int]] = 
self.credentials.conf('version')
         if api_version == '':
             api_version = None
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-linode-1.18.0/certbot_dns_linode.egg-info/PKG-INFO 
new/certbot-dns-linode-1.22.0/certbot_dns_linode.egg-info/PKG-INFO
--- old/certbot-dns-linode-1.18.0/certbot_dns_linode.egg-info/PKG-INFO  
2021-08-03 22:18:56.000000000 +0200
+++ new/certbot-dns-linode-1.22.0/certbot_dns_linode.egg-info/PKG-INFO  
2021-12-07 23:03:09.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-linode
-Version: 1.18.0
+Version: 1.22.0
 Summary: Linode DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
@@ -18,6 +18,7 @@
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Security
 Classifier: Topic :: System :: Installation/Setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-linode-1.18.0/certbot_dns_linode.egg-info/requires.txt 
new/certbot-dns-linode-1.22.0/certbot_dns_linode.egg-info/requires.txt
--- old/certbot-dns-linode-1.18.0/certbot_dns_linode.egg-info/requires.txt      
2021-08-03 22:18:56.000000000 +0200
+++ new/certbot-dns-linode-1.22.0/certbot_dns_linode.egg-info/requires.txt      
2021-12-07 23:03:09.000000000 +0100
@@ -1,8 +1,7 @@
 dns-lexicon>=3.2.1
 setuptools>=39.0.1
-zope.interface
-acme>=1.18.0
-certbot>=1.18.0
+acme>=1.22.0
+certbot>=1.22.0
 
 [docs]
 Sphinx>=1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-linode-1.18.0/docs/conf.py 
new/certbot-dns-linode-1.22.0/docs/conf.py
--- old/certbot-dns-linode-1.18.0/docs/conf.py  2021-08-03 22:12:58.000000000 
+0200
+++ new/certbot-dns-linode-1.22.0/docs/conf.py  2021-12-07 23:02:45.000000000 
+0100
@@ -177,5 +177,5 @@
 intersphinx_mapping = {
     'python': ('https://docs.python.org/', None),
     'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
-    'certbot': ('https://certbot.eff.org/docs/', None),
+    'certbot': ('https://eff-certbot.readthedocs.io/en/stable/', None),
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-linode-1.18.0/setup.py 
new/certbot-dns-linode-1.22.0/setup.py
--- old/certbot-dns-linode-1.18.0/setup.py      2021-08-03 22:12:59.000000000 
+0200
+++ new/certbot-dns-linode-1.22.0/setup.py      2021-12-07 23:02:46.000000000 
+0100
@@ -4,12 +4,11 @@
 from setuptools import find_packages
 from setuptools import setup
 
-version = '1.18.0'
+version = '1.22.0'
 
 install_requires = [
     'dns-lexicon>=3.2.1',
     'setuptools>=39.0.1',
-    'zope.interface',
 ]
 
 if not os.environ.get('SNAP_BUILD'):
@@ -52,6 +51,7 @@
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
         'Topic :: Internet :: WWW/HTTP',
         'Topic :: Security',
         'Topic :: System :: Installation/Setup',

Reply via email to