Hello community,
here is the log from the commit of package python-certbot-dns-dnsimple for
openSUSE:Factory checked in at 2018-11-18 23:33:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-dnsimple"
Sun Nov 18 23:33:04 2018 rev:2 rq:649944 version:0.28.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple/python-certbot-dns-dnsimple.changes
2018-09-26 16:11:06.751516926 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new/python-certbot-dns-dnsimple.changes
2018-11-18 23:33:09.657411388 +0100
@@ -1,0 +2,6 @@
+Fri Nov 16 17:42:40 UTC 2018 - Marketa Calabkova <[email protected]>
+
+- update to version 0.28.0
+ * The DNSimple plugin is now compatible with Lexicon 3.0+.
+
+-------------------------------------------------------------------
Old:
----
certbot-dns-dnsimple-0.27.1.tar.gz
New:
----
certbot-dns-dnsimple-0.28.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-dnsimple.spec ++++++
--- /var/tmp/diff_new_pack.dH5Ayo/_old 2018-11-18 23:33:10.037410932 +0100
+++ /var/tmp/diff_new_pack.dH5Ayo/_new 2018-11-18 23:33:10.041410927 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-dns-dnsimple
-Version: 0.27.1
+Version: 0.28.0
Release: 0
Summary: DNSimple Authenticator plugin for Certbot
License: Apache-2.0
++++++ certbot-dns-dnsimple-0.27.1.tar.gz -> certbot-dns-dnsimple-0.28.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-dnsimple-0.27.1/PKG-INFO
new/certbot-dns-dnsimple-0.28.0/PKG-INFO
--- old/certbot-dns-dnsimple-0.27.1/PKG-INFO 2018-09-07 01:13:51.000000000
+0200
+++ new/certbot-dns-dnsimple-0.28.0/PKG-INFO 2018-11-07 22:15:19.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-dns-dnsimple
-Version: 0.27.1
+Version: 0.28.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-0.27.1/certbot_dns_dnsimple/dns_dnsimple.py
new/certbot-dns-dnsimple-0.28.0/certbot_dns_dnsimple/dns_dnsimple.py
--- old/certbot-dns-dnsimple-0.27.1/certbot_dns_dnsimple/dns_dnsimple.py
2018-09-07 01:13:29.000000000 +0200
+++ new/certbot-dns-dnsimple-0.28.0/certbot_dns_dnsimple/dns_dnsimple.py
2018-11-07 22:14:56.000000000 +0100
@@ -66,6 +66,7 @@
super(_DNSimpleLexiconClient, self).__init__()
self.provider = dnsimple.Provider({
+ 'provider_name': 'dnssimple',
'auth_token': token,
'ttl': ttl,
})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot-dns-dnsimple-0.27.1/certbot_dns_dnsimple.egg-info/PKG-INFO
new/certbot-dns-dnsimple-0.28.0/certbot_dns_dnsimple.egg-info/PKG-INFO
--- old/certbot-dns-dnsimple-0.27.1/certbot_dns_dnsimple.egg-info/PKG-INFO
2018-09-07 01:13:51.000000000 +0200
+++ new/certbot-dns-dnsimple-0.28.0/certbot_dns_dnsimple.egg-info/PKG-INFO
2018-11-07 22:15:19.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-dns-dnsimple
-Version: 0.27.1
+Version: 0.28.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-0.27.1/setup.py
new/certbot-dns-dnsimple-0.28.0/setup.py
--- old/certbot-dns-dnsimple-0.27.1/setup.py 2018-09-07 01:13:30.000000000
+0200
+++ new/certbot-dns-dnsimple-0.28.0/setup.py 2018-11-07 22:14:57.000000000
+0100
@@ -2,7 +2,7 @@
from setuptools import find_packages
-version = '0.27.1'
+version = '0.28.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.