Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-certbot-dns-dnsmadeeasy for
openSUSE:Factory checked in at 2021-08-11 11:47:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-dnsmadeeasy (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-dnsmadeeasy.new.1899
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-dnsmadeeasy"
Wed Aug 11 11:47:36 2021 rev:31 rq:911364 version:1.18.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-dnsmadeeasy/python-certbot-dns-dnsmadeeasy.changes
2021-07-30 23:22:37.487606871 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-dnsmadeeasy.new.1899/python-certbot-dns-dnsmadeeasy.changes
2021-08-11 11:49:30.901580665 +0200
@@ -1,0 +2,6 @@
+Tue Aug 10 14:04:57 UTC 2021 - Danilo Spinella <[email protected]>
+
+- update to version 1.18.0
+ * sync with the main certbot package
+
+-------------------------------------------------------------------
Old:
----
certbot-dns-dnsmadeeasy-1.17.0.tar.gz
New:
----
certbot-dns-dnsmadeeasy-1.18.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-dnsmadeeasy.spec ++++++
--- /var/tmp/diff_new_pack.pmF99k/_old 2021-08-11 11:49:31.265580227 +0200
+++ /var/tmp/diff_new_pack.pmF99k/_new 2021-08-11 11:49:31.269580222 +0200
@@ -20,14 +20,14 @@
%define skip_python2 1
%define skip_python36 1
Name: python-certbot-dns-dnsmadeeasy
-Version: 1.17.0
+Version: 1.18.0
Release: 0
Summary: DNS Made Easy Authenticator plugin for Certbot
License: Apache-2.0
URL: https://github.com/certbot/certbot
Source:
https://files.pythonhosted.org/packages/source/c/certbot-dns-dnsmadeeasy/certbot-dns-dnsmadeeasy-%{version}.tar.gz
BuildRequires: %{python_module certbot >= %{version}}
-BuildRequires: %{python_module dns-lexicon >= 3.1.0}
+BuildRequires: %{python_module dns-lexicon >= 3.2.1}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -35,7 +35,7 @@
BuildRequires: python-rpm-macros
Requires: python-acme >= %{version}
Requires: python-certbot >= %{version}
-Requires: python-dns-lexicon >= 3.1.0
+Requires: python-dns-lexicon >= 3.2.1
Requires: python-zope.interface
BuildArch: noarch
%python_subpackages
++++++ certbot-dns-dnsmadeeasy-1.17.0.tar.gz ->
certbot-dns-dnsmadeeasy-1.18.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-dnsmadeeasy-1.17.0/PKG-INFO
new/certbot-dns-dnsmadeeasy-1.18.0/PKG-INFO
--- old/certbot-dns-dnsmadeeasy-1.17.0/PKG-INFO 2021-07-06 17:41:41.658487300
+0200
+++ new/certbot-dns-dnsmadeeasy-1.18.0/PKG-INFO 2021-08-03 22:17:18.777503700
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-dns-dnsmadeeasy
-Version: 1.17.0
+Version: 1.18.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-1.17.0/certbot_dns_dnsmadeeasy/_internal/dns_dnsmadeeasy.py
new/certbot-dns-dnsmadeeasy-1.18.0/certbot_dns_dnsmadeeasy/_internal/dns_dnsmadeeasy.py
---
old/certbot-dns-dnsmadeeasy-1.17.0/certbot_dns_dnsmadeeasy/_internal/dns_dnsmadeeasy.py
2021-07-06 17:41:15.000000000 +0200
+++
new/certbot-dns-dnsmadeeasy-1.18.0/certbot_dns_dnsmadeeasy/_internal/dns_dnsmadeeasy.py
2021-08-03 22:12:58.000000000 +0200
@@ -3,10 +3,8 @@
from typing import Optional
from lexicon.providers import dnsmadeeasy
-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://cp.dnsmadeeasy.com/account/info'
[email protected](interfaces.IAuthenticator)
[email protected](interfaces.IPluginFactory)
class Authenticator(dns_common.DNSAuthenticator):
"""DNS Authenticator for DNS Made Easy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot-dns-dnsmadeeasy-1.17.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO
new/certbot-dns-dnsmadeeasy-1.18.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO
---
old/certbot-dns-dnsmadeeasy-1.17.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO
2021-07-06 17:41:41.000000000 +0200
+++
new/certbot-dns-dnsmadeeasy-1.18.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO
2021-08-03 22:17:18.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-dns-dnsmadeeasy
-Version: 1.17.0
+Version: 1.18.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-1.17.0/certbot_dns_dnsmadeeasy.egg-info/requires.txt
new/certbot-dns-dnsmadeeasy-1.18.0/certbot_dns_dnsmadeeasy.egg-info/requires.txt
---
old/certbot-dns-dnsmadeeasy-1.17.0/certbot_dns_dnsmadeeasy.egg-info/requires.txt
2021-07-06 17:41:41.000000000 +0200
+++
new/certbot-dns-dnsmadeeasy-1.18.0/certbot_dns_dnsmadeeasy.egg-info/requires.txt
2021-08-03 22:17:18.000000000 +0200
@@ -1,8 +1,8 @@
-dns-lexicon>=3.1.0
+dns-lexicon>=3.2.1
setuptools>=39.0.1
zope.interface
-acme>=1.17.0
-certbot>=1.17.0
+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-dnsmadeeasy-1.17.0/setup.py
new/certbot-dns-dnsmadeeasy-1.18.0/setup.py
--- old/certbot-dns-dnsmadeeasy-1.17.0/setup.py 2021-07-06 17:41:17.000000000
+0200
+++ new/certbot-dns-dnsmadeeasy-1.18.0/setup.py 2021-08-03 22:12:59.000000000
+0200
@@ -4,10 +4,10 @@
from setuptools import find_packages
from setuptools import setup
-version = '1.17.0'
+version = '1.18.0'
install_requires = [
- 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name
+ 'dns-lexicon>=3.2.1',
'setuptools>=39.0.1',
'zope.interface',
]