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-06-24 18:22:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple (Old) and /work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-dnsimple" Thu Jun 24 18:22:47 2021 rev:28 rq:901683 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple/python-certbot-dns-dnsimple.changes 2021-05-12 19:33:10.082813307 +0200 +++ /work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new.2625/python-certbot-dns-dnsimple.changes 2021-06-24 18:23:07.904953327 +0200 @@ -1,0 +2,6 @@ +Thu Jun 24 09:27:41 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- update to version 1.16.0 + * Require the latest certbot and acme plugins for simplicity + +------------------------------------------------------------------- Old: ---- certbot-dns-dnsimple-1.15.0.tar.gz New: ---- certbot-dns-dnsimple-1.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-certbot-dns-dnsimple.spec ++++++ --- /var/tmp/diff_new_pack.1KJqpU/_old 2021-06-24 18:23:08.248953709 +0200 +++ /var/tmp/diff_new_pack.1KJqpU/_new 2021-06-24 18:23:08.252953713 +0200 @@ -19,21 +19,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot-dns-dnsimple -Version: 1.15.0 +Version: 1.16.0 Release: 0 Summary: DNSimple Authenticator plugin for Certbot License: Apache-2.0 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 >= 1.1.0} +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: fdupes BuildRequires: python-rpm-macros -Requires: python-acme >= 0.31.0 -Requires: python-certbot >= 1.1.0 +Requires: python-acme >= %{version} +Requires: python-certbot >= %{version} Requires: python-dns-lexicon >= 3.2.1 Requires: python-zope.interface BuildArch: noarch ++++++ certbot-dns-dnsimple-1.15.0.tar.gz -> certbot-dns-dnsimple-1.16.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/certbot-dns-dnsimple-1.15.0/PKG-INFO new/certbot-dns-dnsimple-1.16.0/PKG-INFO --- old/certbot-dns-dnsimple-1.15.0/PKG-INFO 2021-05-04 20:48:57.973246300 +0200 +++ new/certbot-dns-dnsimple-1.16.0/PKG-INFO 2021-06-01 19:50:19.808168000 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: certbot-dns-dnsimple -Version: 1.15.0 +Version: 1.16.0 Summary: DNSimple DNS Authenticator plugin for Certbot Home-page: https://github.com/certbot/certbot Author: Certbot Project Author-email: certbot-...@eff.org License: Apache License 2.0 -Description: UNKNOWN Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Plugins @@ -27,3 +26,7 @@ Classifier: Topic :: Utilities Requires-Python: >=3.6 Provides-Extra: docs +License-File: LICENSE.txt + +UNKNOWN + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/certbot-dns-dnsimple-1.15.0/certbot_dns_dnsimple.egg-info/PKG-INFO new/certbot-dns-dnsimple-1.16.0/certbot_dns_dnsimple.egg-info/PKG-INFO --- old/certbot-dns-dnsimple-1.15.0/certbot_dns_dnsimple.egg-info/PKG-INFO 2021-05-04 20:48:57.000000000 +0200 +++ new/certbot-dns-dnsimple-1.16.0/certbot_dns_dnsimple.egg-info/PKG-INFO 2021-06-01 19:50:19.000000000 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: certbot-dns-dnsimple -Version: 1.15.0 +Version: 1.16.0 Summary: DNSimple DNS Authenticator plugin for Certbot Home-page: https://github.com/certbot/certbot Author: Certbot Project Author-email: certbot-...@eff.org License: Apache License 2.0 -Description: UNKNOWN Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Plugins @@ -27,3 +26,7 @@ Classifier: Topic :: Utilities Requires-Python: >=3.6 Provides-Extra: docs +License-File: LICENSE.txt + +UNKNOWN + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/certbot-dns-dnsimple-1.15.0/setup.py new/certbot-dns-dnsimple-1.16.0/setup.py --- old/certbot-dns-dnsimple-1.15.0/setup.py 2021-05-04 20:48:10.000000000 +0200 +++ new/certbot-dns-dnsimple-1.16.0/setup.py 2021-06-01 19:49:18.000000000 +0200 @@ -4,7 +4,7 @@ from setuptools import find_packages from setuptools import setup -version = '1.15.0' +version = '1.16.0' # Remember to update local-oldest-requirements.txt when changing the minimum # acme/certbot version. @@ -32,7 +32,7 @@ # 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') + install_requires.append('dns-lexicon>=3.1.0') # Changed parameter name else: install_requires.append('dns-lexicon>=3.2.1')