Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-certbot-dns-dnsimple for 
openSUSE:Factory checked in at 2021-08-11 11:47:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-dnsimple"

Wed Aug 11 11:47:36 2021 rev:31 rq:911363 version:1.18.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple/python-certbot-dns-dnsimple.changes
  2021-07-30 23:22:36.127608365 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new.1899/python-certbot-dns-dnsimple.changes
        2021-08-11 11:49:30.377581295 +0200
@@ -1,0 +2,6 @@
+Tue Aug 10 14:02:58 UTC 2021 - Danilo Spinella <danilo.spine...@suse.com>
+
+- update to version 1.18.0
+  * sync with the main certbot package 
+
+-------------------------------------------------------------------

Old:
----
  certbot-dns-dnsimple-1.17.0.tar.gz

New:
----
  certbot-dns-dnsimple-1.18.0.tar.gz

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

Other differences:
------------------
++++++ python-certbot-dns-dnsimple.spec ++++++
--- /var/tmp/diff_new_pack.NFKqJ1/_old  2021-08-11 11:49:30.729580872 +0200
+++ /var/tmp/diff_new_pack.NFKqJ1/_new  2021-08-11 11:49:30.733580867 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define skip_python36 1
 Name:           python-certbot-dns-dnsimple
-Version:        1.17.0
+Version:        1.18.0
 Release:        0
 Summary:        DNSimple Authenticator plugin for Certbot
 License:        Apache-2.0

++++++ certbot-dns-dnsimple-1.17.0.tar.gz -> certbot-dns-dnsimple-1.18.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-dnsimple-1.17.0/PKG-INFO 
new/certbot-dns-dnsimple-1.18.0/PKG-INFO
--- old/certbot-dns-dnsimple-1.17.0/PKG-INFO    2021-07-06 17:41:39.239916600 
+0200
+++ new/certbot-dns-dnsimple-1.18.0/PKG-INFO    2021-08-03 22:16:46.146043500 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsimple
-Version: 1.17.0
+Version: 1.18.0
 Summary: DNSimple 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-dnsimple-1.17.0/certbot_dns_dnsimple/_internal/dns_dnsimple.py 
new/certbot-dns-dnsimple-1.18.0/certbot_dns_dnsimple/_internal/dns_dnsimple.py
--- 
old/certbot-dns-dnsimple-1.17.0/certbot_dns_dnsimple/_internal/dns_dnsimple.py  
    2021-07-06 17:41:15.000000000 +0200
+++ 
new/certbot-dns-dnsimple-1.18.0/certbot_dns_dnsimple/_internal/dns_dnsimple.py  
    2021-08-03 22:12:58.000000000 +0200
@@ -3,10 +3,8 @@
 from typing import Optional
 
 from lexicon.providers import dnsimple
-import zope.interface
 
 from certbot import errors
-from certbot import interfaces
 from certbot.plugins import dns_common
 from certbot.plugins import dns_common_lexicon
 from certbot.plugins.dns_common import CredentialsConfiguration
@@ -16,8 +14,6 @@
 ACCOUNT_URL = 'https://dnsimple.com/user'
 
 
-@zope.interface.implementer(interfaces.IAuthenticator)
-@zope.interface.provider(interfaces.IPluginFactory)
 class Authenticator(dns_common.DNSAuthenticator):
     """DNS Authenticator for DNSimple
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-dnsimple-1.17.0/certbot_dns_dnsimple.egg-info/PKG-INFO 
new/certbot-dns-dnsimple-1.18.0/certbot_dns_dnsimple.egg-info/PKG-INFO
--- old/certbot-dns-dnsimple-1.17.0/certbot_dns_dnsimple.egg-info/PKG-INFO      
2021-07-06 17:41:39.000000000 +0200
+++ new/certbot-dns-dnsimple-1.18.0/certbot_dns_dnsimple.egg-info/PKG-INFO      
2021-08-03 22:16:46.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsimple
-Version: 1.17.0
+Version: 1.18.0
 Summary: DNSimple 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-dnsimple-1.17.0/certbot_dns_dnsimple.egg-info/requires.txt 
new/certbot-dns-dnsimple-1.18.0/certbot_dns_dnsimple.egg-info/requires.txt
--- old/certbot-dns-dnsimple-1.17.0/certbot_dns_dnsimple.egg-info/requires.txt  
2021-07-06 17:41:39.000000000 +0200
+++ new/certbot-dns-dnsimple-1.18.0/certbot_dns_dnsimple.egg-info/requires.txt  
2021-08-03 22:16:46.000000000 +0200
@@ -1,8 +1,8 @@
+dns-lexicon>=3.2.1
 setuptools>=39.0.1
 zope.interface
-acme>=1.17.0
-certbot>=1.17.0
-dns-lexicon>=3.2.1
+acme>=1.18.0
+certbot>=1.18.0
 
 [docs]
 Sphinx>=1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-dnsimple-1.17.0/setup.py 
new/certbot-dns-dnsimple-1.18.0/setup.py
--- old/certbot-dns-dnsimple-1.17.0/setup.py    2021-07-06 17:41:17.000000000 
+0200
+++ new/certbot-dns-dnsimple-1.18.0/setup.py    2021-08-03 22:12:59.000000000 
+0200
@@ -4,9 +4,12 @@
 from setuptools import find_packages
 from setuptools import setup
 
-version = '1.17.0'
+version = '1.18.0'
 
 install_requires = [
+    # This version of lexicon is required to address the problem described in
+    # https://github.com/AnalogJ/lexicon/issues/387.
+    'dns-lexicon>=3.2.1',
     'setuptools>=39.0.1',
     'zope.interface',
 ]
@@ -25,18 +28,6 @@
 if os.environ.get('SNAP_BUILD'):
     install_requires.append('packaging')
 
-# This package normally depends on dns-lexicon>=3.2.1 to address the
-# problem described in https://github.com/AnalogJ/lexicon/issues/387,
-# however, the fix there has been backported to older versions of
-# lexicon found in various Linux distros. This conditional helps us test
-# that we've maintained compatibility with these versions of lexicon
-# which allows us to potentially upgrade our packages in these distros
-# as necessary.
-if os.environ.get('CERTBOT_OLDEST') == '1':
-    install_requires.append('dns-lexicon>=3.1.0')  # Changed parameter name
-else:
-    install_requires.append('dns-lexicon>=3.2.1')
-
 docs_extras = [
     'Sphinx>=1.0',  # autodoc_member_order = 'bysource', autodoc_default_flags
     'sphinx_rtd_theme',

Reply via email to