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 2026-05-07 15:44:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-digitalocean (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-digitalocean.new.1966
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-digitalocean"
Thu May 7 15:44:28 2026 rev:53 rq:1351303 version:5.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-digitalocean/python-certbot-dns-digitalocean.changes
2026-03-16 15:49:21.114351670 +0100
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-digitalocean.new.1966/python-certbot-dns-digitalocean.changes
2026-05-07 15:46:00.993679691 +0200
@@ -1,0 +2,17 @@
+Wed May 6 20:35:00 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 5.5.0:
+ * Moved nearly all code for the certbot-nginx and certbot-
+ apache plugins into private modules in the certbot package
+ which now offers "apache" and "nginx" extras. Users should
+ notice no major changes. certbot-apache and certbot-nginx
+ will continue to exist as simple packages that depend on
+ certbot and also help register the plugin with certbot so it
+ knows the functionality is available. Unit tests for these
+ plugins are now also part of the certbot package.
+ * The certbot.ocsp module has been deprecated and will be
+ removed in the next major release. This is not a change to
+ Certbot's OCSP functionality. The code is just being removed
+ from Certbot's public API.
+
+-------------------------------------------------------------------
Old:
----
certbot_dns_digitalocean-5.4.0.tar.gz
New:
----
certbot_dns_digitalocean-5.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-digitalocean.spec ++++++
--- /var/tmp/diff_new_pack.KUj1wP/_old 2026-05-07 15:46:01.493700207 +0200
+++ /var/tmp/diff_new_pack.KUj1wP/_new 2026-05-07 15:46:01.497700371 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-certbot-dns-digitalocean
-Version: 5.4.0
+Version: 5.5.0
Release: 0
Summary: DigitalOcean Authenticator plugin for Certbot
License: Apache-2.0
++++++ certbot_dns_digitalocean-5.4.0.tar.gz ->
certbot_dns_digitalocean-5.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot_dns_digitalocean-5.4.0/PKG-INFO
new/certbot_dns_digitalocean-5.5.0/PKG-INFO
--- old/certbot_dns_digitalocean-5.4.0/PKG-INFO 2026-03-10 18:47:03.295138600
+0100
+++ new/certbot_dns_digitalocean-5.5.0/PKG-INFO 2026-04-07 18:37:53.294468200
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: certbot-dns-digitalocean
-Version: 5.4.0
+Version: 5.5.0
Summary: DigitalOcean DNS Authenticator plugin for Certbot
Author: Certbot Project
License-Expression: Apache-2.0
@@ -26,8 +26,8 @@
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: python-digitalocean>=1.15.0
-Requires-Dist: acme>=5.4.0
-Requires-Dist: certbot>=5.4.0
+Requires-Dist: acme>=5.5.0
+Requires-Dist: certbot>=5.5.0
Provides-Extra: docs
Requires-Dist: Sphinx>=1.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot_dns_digitalocean-5.4.0/setup.py
new/certbot_dns_digitalocean-5.5.0/setup.py
--- old/certbot_dns_digitalocean-5.4.0/setup.py 2026-03-10 18:46:56.000000000
+0100
+++ new/certbot_dns_digitalocean-5.5.0/setup.py 2026-04-07 18:37:45.000000000
+0200
@@ -2,7 +2,7 @@
from setuptools import setup
-version = '5.4.0'
+version = '5.5.0'
install_requires = [
'python-digitalocean>=1.15.0', # 1.15.0 or newer is recommended for TTL
support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot_dns_digitalocean-5.4.0/src/certbot_dns_digitalocean.egg-info/PKG-INFO
new/certbot_dns_digitalocean-5.5.0/src/certbot_dns_digitalocean.egg-info/PKG-INFO
---
old/certbot_dns_digitalocean-5.4.0/src/certbot_dns_digitalocean.egg-info/PKG-INFO
2026-03-10 18:47:03.000000000 +0100
+++
new/certbot_dns_digitalocean-5.5.0/src/certbot_dns_digitalocean.egg-info/PKG-INFO
2026-04-07 18:37:53.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: certbot-dns-digitalocean
-Version: 5.4.0
+Version: 5.5.0
Summary: DigitalOcean DNS Authenticator plugin for Certbot
Author: Certbot Project
License-Expression: Apache-2.0
@@ -26,8 +26,8 @@
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: python-digitalocean>=1.15.0
-Requires-Dist: acme>=5.4.0
-Requires-Dist: certbot>=5.4.0
+Requires-Dist: acme>=5.5.0
+Requires-Dist: certbot>=5.5.0
Provides-Extra: docs
Requires-Dist: Sphinx>=1.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot_dns_digitalocean-5.4.0/src/certbot_dns_digitalocean.egg-info/requires.txt
new/certbot_dns_digitalocean-5.5.0/src/certbot_dns_digitalocean.egg-info/requires.txt
---
old/certbot_dns_digitalocean-5.4.0/src/certbot_dns_digitalocean.egg-info/requires.txt
2026-03-10 18:47:03.000000000 +0100
+++
new/certbot_dns_digitalocean-5.5.0/src/certbot_dns_digitalocean.egg-info/requires.txt
2026-04-07 18:37:53.000000000 +0200
@@ -1,6 +1,6 @@
python-digitalocean>=1.15.0
-acme>=5.4.0
-certbot>=5.4.0
+acme>=5.5.0
+certbot>=5.5.0
[docs]
Sphinx>=1.0