Hello community,

here is the log from the commit of package python-certbot-dns-dnsmadeeasy for 
openSUSE:Factory checked in at 2019-02-11 21:26:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-dnsmadeeasy (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-dnsmadeeasy.new.28833 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-dnsmadeeasy"

Mon Feb 11 21:26:52 2019 rev:4 rq:673122 version:0.31.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-dnsmadeeasy/python-certbot-dns-dnsmadeeasy.changes
    2019-02-02 21:49:03.779990500 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-dnsmadeeasy.new.28833/python-certbot-dns-dnsmadeeasy.changes
 2019-02-11 21:26:54.487031322 +0100
@@ -1,0 +2,6 @@
+Fri Feb  8 10:58:21 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 0.31.0
+  * Lexicon-based DNS plugins are now fully compatible with Lexicon 3.x
+
+-------------------------------------------------------------------

Old:
----
  certbot-dns-dnsmadeeasy-0.30.2.tar.gz

New:
----
  certbot-dns-dnsmadeeasy-0.31.0.tar.gz

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

Other differences:
------------------
++++++ python-certbot-dns-dnsmadeeasy.spec ++++++
--- /var/tmp/diff_new_pack.lwZBxT/_old  2019-02-11 21:26:56.175030411 +0100
+++ /var/tmp/diff_new_pack.lwZBxT/_new  2019-02-11 21:26:56.179030409 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-certbot-dns-dnsmadeeasy
-Version:        0.30.2
+Version:        0.31.0
 Release:        0
 Summary:        DNS Made Easy Authenticator plugin for Certbot
 License:        Apache-2.0

++++++ certbot-dns-dnsmadeeasy-0.30.2.tar.gz -> 
certbot-dns-dnsmadeeasy-0.31.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-dnsmadeeasy-0.30.2/PKG-INFO 
new/certbot-dns-dnsmadeeasy-0.31.0/PKG-INFO
--- old/certbot-dns-dnsmadeeasy-0.30.2/PKG-INFO 2019-01-25 21:16:11.000000000 
+0100
+++ new/certbot-dns-dnsmadeeasy-0.31.0/PKG-INFO 2019-02-07 22:20:58.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsmadeeasy
-Version: 0.30.2
+Version: 0.31.0
 Summary: DNS Made Easy 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-dnsmadeeasy-0.30.2/certbot_dns_dnsmadeeasy/dns_dnsmadeeasy.py 
new/certbot-dns-dnsmadeeasy-0.31.0/certbot_dns_dnsmadeeasy/dns_dnsmadeeasy.py
--- 
old/certbot-dns-dnsmadeeasy-0.30.2/certbot_dns_dnsmadeeasy/dns_dnsmadeeasy.py   
    2019-01-25 21:15:41.000000000 +0100
+++ 
new/certbot-dns-dnsmadeeasy-0.31.0/certbot_dns_dnsmadeeasy/dns_dnsmadeeasy.py   
    2019-02-07 22:20:29.000000000 +0100
@@ -71,13 +71,15 @@
     def __init__(self, api_key, secret_key, ttl):
         super(_DNSMadeEasyLexiconClient, self).__init__()
 
-        self.provider = dnsmadeeasy.Provider({
-            'provider_name': 'dnsmadeeasy',
+        config = dns_common_lexicon.build_lexicon_config('dnsmadeeasy', {
+            'ttl': ttl,
+        }, {
             'auth_username': api_key,
             'auth_token': secret_key,
-            'ttl': ttl,
         })
 
+        self.provider = dnsmadeeasy.Provider(config)
+
     def _handle_http_error(self, e, domain_name):
         if domain_name in str(e) and str(e).startswith('404 Client Error: Not 
Found for url:'):
             return
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-dnsmadeeasy-0.30.2/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO 
new/certbot-dns-dnsmadeeasy-0.31.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO
--- 
old/certbot-dns-dnsmadeeasy-0.30.2/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO    
    2019-01-25 21:16:11.000000000 +0100
+++ 
new/certbot-dns-dnsmadeeasy-0.31.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO    
    2019-02-07 22:20:58.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsmadeeasy
-Version: 0.30.2
+Version: 0.31.0
 Summary: DNS Made Easy 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-dnsmadeeasy-0.30.2/certbot_dns_dnsmadeeasy.egg-info/requires.txt
 
new/certbot-dns-dnsmadeeasy-0.31.0/certbot_dns_dnsmadeeasy.egg-info/requires.txt
--- 
old/certbot-dns-dnsmadeeasy-0.30.2/certbot_dns_dnsmadeeasy.egg-info/requires.txt
    2019-01-25 21:16:11.000000000 +0100
+++ 
new/certbot-dns-dnsmadeeasy-0.31.0/certbot_dns_dnsmadeeasy.egg-info/requires.txt
    2019-02-07 22:20:58.000000000 +0100
@@ -1,5 +1,5 @@
-acme>=0.21.1
-certbot>=0.21.1
+acme>=0.31.0
+certbot>=0.31.0
 dns-lexicon>=2.2.1
 mock
 setuptools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-dnsmadeeasy-0.30.2/setup.py 
new/certbot-dns-dnsmadeeasy-0.31.0/setup.py
--- old/certbot-dns-dnsmadeeasy-0.30.2/setup.py 2019-01-25 21:15:42.000000000 
+0100
+++ new/certbot-dns-dnsmadeeasy-0.31.0/setup.py 2019-02-07 22:20:31.000000000 
+0100
@@ -2,14 +2,14 @@
 from setuptools import find_packages
 
 
-version = '0.30.2'
+version = '0.31.0'
 
 # Remember to update local-oldest-requirements.txt when changing the minimum
 # acme/certbot version.
 install_requires = [
-    'acme>=0.21.1',
-    'certbot>=0.21.1',
-    'dns-lexicon>=2.2.1', # Support for >1 TXT record per name
+    'acme>=0.31.0',
+    'certbot>=0.31.0',
+    'dns-lexicon>=2.2.1',  # Support for >1 TXT record per name
     'mock',
     'setuptools',
     'zope.interface',


Reply via email to