Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-certbot-dns-digitalocean for 
openSUSE:Factory checked in at 2021-06-24 18:22:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-digitalocean (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-digitalocean.new.2625 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-digitalocean"

Thu Jun 24 18:22:46 2021 rev:27 rq:901682 version:1.16.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-digitalocean/python-certbot-dns-digitalocean.changes
  2021-05-12 19:33:09.398816039 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-digitalocean.new.2625/python-certbot-dns-digitalocean.changes
        2021-06-24 18:23:07.296952653 +0200
@@ -1,0 +2,6 @@
+Thu Jun 24 09:27:20 UTC 2021 - Mark??ta Machov?? <[email protected]>
+
+- update to version 1.16.0
+  * Require the latest certbot and acme plugins for simplicity
+
+-------------------------------------------------------------------

Old:
----
  certbot-dns-digitalocean-1.15.0.tar.gz

New:
----
  certbot-dns-digitalocean-1.16.0.tar.gz

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

Other differences:
------------------
++++++ python-certbot-dns-digitalocean.spec ++++++
--- /var/tmp/diff_new_pack.0x8eTu/_old  2021-06-24 18:23:07.692953092 +0200
+++ /var/tmp/diff_new_pack.0x8eTu/_new  2021-06-24 18:23:07.696953096 +0200
@@ -19,21 +19,21 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-certbot-dns-digitalocean
-Version:        1.15.0
+Version:        1.16.0
 Release:        0
 Summary:        DigitalOcean Authenticator plugin for Certbot
 License:        Apache-2.0
 URL:            https://github.com/certbot/certbot
 Source:         
https://files.pythonhosted.org/packages/source/c/certbot-dns-digitalocean/certbot-dns-digitalocean-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.1.0}
+BuildRequires:  %{python_module certbot >= %{version}}
 BuildRequires:  %{python_module digitalocean >= 1.11}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-acme >= 0.29.0
-Requires:       python-certbot >= 1.1.0
+Requires:       python-acme >= %{version}
+Requires:       python-certbot >= %{version}
 Requires:       python-digitalocean >= 1.11
 Requires:       python-six
 Requires:       python-zope.interface

++++++ certbot-dns-digitalocean-1.15.0.tar.gz -> 
certbot-dns-digitalocean-1.16.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-digitalocean-1.15.0/PKG-INFO 
new/certbot-dns-digitalocean-1.16.0/PKG-INFO
--- old/certbot-dns-digitalocean-1.15.0/PKG-INFO        2021-05-04 
20:48:55.581978000 +0200
+++ new/certbot-dns-digitalocean-1.16.0/PKG-INFO        2021-06-01 
19:50:11.227569300 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: certbot-dns-digitalocean
-Version: 1.15.0
+Version: 1.16.0
 Summary: DigitalOcean DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
 Author-email: [email protected]
 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-digitalocean-1.15.0/certbot_dns_digitalocean.egg-info/PKG-INFO 
new/certbot-dns-digitalocean-1.16.0/certbot_dns_digitalocean.egg-info/PKG-INFO
--- 
old/certbot-dns-digitalocean-1.15.0/certbot_dns_digitalocean.egg-info/PKG-INFO  
    2021-05-04 20:48:55.000000000 +0200
+++ 
new/certbot-dns-digitalocean-1.16.0/certbot_dns_digitalocean.egg-info/PKG-INFO  
    2021-06-01 19:50:11.000000000 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: certbot-dns-digitalocean
-Version: 1.15.0
+Version: 1.16.0
 Summary: DigitalOcean DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
 Author-email: [email protected]
 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-digitalocean-1.15.0/setup.py 
new/certbot-dns-digitalocean-1.16.0/setup.py
--- old/certbot-dns-digitalocean-1.15.0/setup.py        2021-05-04 
20:48:10.000000000 +0200
+++ new/certbot-dns-digitalocean-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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-digitalocean-1.15.0/tests/dns_digitalocean_test.py 
new/certbot-dns-digitalocean-1.16.0/tests/dns_digitalocean_test.py
--- old/certbot-dns-digitalocean-1.15.0/tests/dns_digitalocean_test.py  
2021-05-04 20:48:08.000000000 +0200
+++ new/certbot-dns-digitalocean-1.16.0/tests/dns_digitalocean_test.py  
2021-06-01 19:49:17.000000000 +0200
@@ -37,7 +37,8 @@
         # _get_digitalocean_client | pylint: disable=protected-access
         self.auth._get_digitalocean_client = 
mock.MagicMock(return_value=self.mock_client)
 
-    def test_perform(self):
+    @test_util.patch_get_utility()
+    def test_perform(self, unused_mock_get_utility):
         self.auth.perform([self.achall])
 
         expected = [mock.call.add_txt_record(DOMAIN, 
'_acme-challenge.'+DOMAIN, mock.ANY, 30)]

Reply via email to