Hello community,

here is the log from the commit of package python-certbot-dns-dnsimple for 
openSUSE:Factory checked in at 2019-06-03 18:50:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-dnsimple"

Mon Jun  3 18:50:22 2019 rev:6 rq:705627 version:0.34.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple/python-certbot-dns-dnsimple.changes
  2019-03-19 10:00:09.895949544 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new.5148/python-certbot-dns-dnsimple.changes
        2019-06-03 18:50:25.180536157 +0200
@@ -1,0 +2,6 @@
+Sun May 19 12:14:26 UTC 2019 - Dirk Mueller <[email protected]>
+
+- update to 0.34.2:
+  * sync with main certbot package
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-certbot-dns-dnsimple.spec ++++++
--- /var/tmp/diff_new_pack.qeYNOj/_old  2019-06-03 18:50:26.104535840 +0200
+++ /var/tmp/diff_new_pack.qeYNOj/_new  2019-06-03 18:50:26.144535826 +0200
@@ -18,21 +18,21 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-certbot-dns-dnsimple
-Version:        0.32.0
+Version:        0.34.2
 Release:        0
 Summary:        DNSimple Authenticator plugin for Certbot
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/certbot/certbot
 Source:         
https://files.pythonhosted.org/packages/source/c/certbot-dns-dnsimple/certbot-dns-dnsimple-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 0.21.1}
+BuildRequires:  %{python_module certbot >= 0.34.0}
 BuildRequires:  %{python_module dns-lexicon >= 2.2.1}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-acme >= 0.21.1
-Requires:       python-certbot >= 0.21.1
+Requires:       python-certbot >= 0.34.0
 Requires:       python-dns-lexicon >= 2.2.1
 Requires:       python-zope.interface
 BuildArch:      noarch

++++++ certbot-dns-dnsimple-0.32.0.tar.gz -> certbot-dns-dnsimple-0.34.2.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-dnsimple-0.32.0/PKG-INFO 
new/certbot-dns-dnsimple-0.34.2/PKG-INFO
--- old/certbot-dns-dnsimple-0.32.0/PKG-INFO    2019-03-06 21:18:32.000000000 
+0100
+++ new/certbot-dns-dnsimple-0.34.2/PKG-INFO    2019-05-07 21:17:52.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsimple
-Version: 0.32.0
+Version: 0.34.2
 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.32.0/certbot_dns_dnsimple/dns_dnsimple_test.py 
new/certbot-dns-dnsimple-0.34.2/certbot_dns_dnsimple/dns_dnsimple_test.py
--- old/certbot-dns-dnsimple-0.32.0/certbot_dns_dnsimple/dns_dnsimple_test.py   
2019-03-06 21:18:08.000000000 +0100
+++ new/certbot-dns-dnsimple-0.34.2/certbot_dns_dnsimple/dns_dnsimple_test.py   
2019-05-07 21:17:32.000000000 +0200
@@ -1,11 +1,11 @@
 """Tests for certbot_dns_dnsimple.dns_dnsimple."""
 
-import os
 import unittest
 
 import mock
 from requests.exceptions import HTTPError
 
+from certbot.compat import os
 from certbot.plugins import dns_test_common
 from certbot.plugins import dns_test_common_lexicon
 from certbot.tests import util as test_util
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-dnsimple-0.32.0/certbot_dns_dnsimple.egg-info/PKG-INFO 
new/certbot-dns-dnsimple-0.34.2/certbot_dns_dnsimple.egg-info/PKG-INFO
--- old/certbot-dns-dnsimple-0.32.0/certbot_dns_dnsimple.egg-info/PKG-INFO      
2019-03-06 21:18:32.000000000 +0100
+++ new/certbot-dns-dnsimple-0.34.2/certbot_dns_dnsimple.egg-info/PKG-INFO      
2019-05-07 21:17:52.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsimple
-Version: 0.32.0
+Version: 0.34.2
 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.32.0/certbot_dns_dnsimple.egg-info/requires.txt 
new/certbot-dns-dnsimple-0.34.2/certbot_dns_dnsimple.egg-info/requires.txt
--- old/certbot-dns-dnsimple-0.32.0/certbot_dns_dnsimple.egg-info/requires.txt  
2019-03-06 21:18:32.000000000 +0100
+++ new/certbot-dns-dnsimple-0.34.2/certbot_dns_dnsimple.egg-info/requires.txt  
2019-05-07 21:17:52.000000000 +0200
@@ -1,9 +1,9 @@
 acme>=0.31.0
-certbot>=0.31.0
-dns-lexicon>=2.2.1
+certbot>=0.34.0
 mock
 setuptools
 zope.interface
+dns-lexicon>=3.2.1
 
 [docs]
 Sphinx>=1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-dnsimple-0.32.0/setup.py 
new/certbot-dns-dnsimple-0.34.2/setup.py
--- old/certbot-dns-dnsimple-0.32.0/setup.py    2019-03-06 21:18:09.000000000 
+0100
+++ new/certbot-dns-dnsimple-0.34.2/setup.py    2019-05-07 21:17:33.000000000 
+0200
@@ -1,20 +1,32 @@
+import os
 from setuptools import setup
 from setuptools import find_packages
 
 
-version = '0.32.0'
+version = '0.34.2'
 
 # Remember to update local-oldest-requirements.txt when changing the minimum
 # acme/certbot version.
 install_requires = [
     'acme>=0.31.0',
-    'certbot>=0.31.0',
-    'dns-lexicon>=2.2.1',  # Support for >1 TXT record per name
+    'certbot>=0.34.0',
     'mock',
     'setuptools',
     'zope.interface',
 ]
 
+# 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>=2.2.1')
+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