Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-certbot-dns-ovh for
openSUSE:Factory checked in at 2026-05-15 23:53:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-ovh (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-ovh.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-ovh"
Fri May 15 23:53:08 2026 rev:11 rq:1353154 version:5.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-ovh/python-certbot-dns-ovh.changes
2026-03-16 15:49:39.803124857 +0100
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-ovh.new.1966/python-certbot-dns-ovh.changes
2026-05-15 23:53:16.556530507 +0200
@@ -1,0 +2,26 @@
+Thu May 14 09:16:47 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to version 5.6.0
+ * The certbot-dns-ovh snap and docker image now properly delete
+ any created TXT records after the challenge is completed by
+ requiring dns-lexicon 3.25.1 which contains the fix
+
+-------------------------------------------------------------------
+Wed May 6 20:19:03 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 5.5.0:
+ * ### Changed
+ * 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_ovh-5.4.0.tar.gz
New:
----
certbot_dns_ovh-5.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-ovh.spec ++++++
--- /var/tmp/diff_new_pack.KFqDta/_old 2026-05-15 23:53:17.064551419 +0200
+++ /var/tmp/diff_new_pack.KFqDta/_new 2026-05-15 23:53:17.064551419 +0200
@@ -17,21 +17,23 @@
Name: python-certbot-dns-ovh
-Version: 5.4.0
+Version: 5.6.0
Release: 0
Summary: OVH DNS Authenticator plugin for Certbot
License: Apache-2.0
URL: https://github.com/certbot/certbot
Source:
https://github.com/certbot/certbot/releases/download/v%{version}/certbot_dns_ovh-%{version}.tar.gz
+BuildRequires: %{python_module acme >= %{version}}
BuildRequires: %{python_module certbot >= %{version}}
-BuildRequires: %{python_module dns-lexicon >= 3.15.1}
+BuildRequires: %{python_module dns-lexicon >= 3.25.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-acme >= %{version}
Requires: python-certbot >= %{version}
-Requires: python-dns-lexicon >= 3.15.1
+Requires: python-dns-lexicon >= 3.25.1
BuildArch: noarch
%python_subpackages
++++++ certbot_dns_ovh-5.4.0.tar.gz -> certbot_dns_ovh-5.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot_dns_ovh-5.4.0/PKG-INFO
new/certbot_dns_ovh-5.6.0/PKG-INFO
--- old/certbot_dns_ovh-5.4.0/PKG-INFO 2026-03-10 18:47:11.643104600 +0100
+++ new/certbot_dns_ovh-5.6.0/PKG-INFO 2026-05-11 17:56:35.214832300 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: certbot-dns-ovh
-Version: 5.4.0
+Version: 5.6.0
Summary: OVH 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: dns-lexicon>=3.15.1
-Requires-Dist: acme>=5.4.0
-Requires-Dist: certbot>=5.4.0
+Requires-Dist: acme>=5.6.0
+Requires-Dist: certbot>=5.6.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_ovh-5.4.0/setup.py
new/certbot_dns_ovh-5.6.0/setup.py
--- old/certbot_dns_ovh-5.4.0/setup.py 2026-03-10 18:46:56.000000000 +0100
+++ new/certbot_dns_ovh-5.6.0/setup.py 2026-05-11 17:56:17.000000000 +0200
@@ -2,7 +2,7 @@
from setuptools import setup
-version = '5.4.0'
+version = '5.6.0'
install_requires = [
'dns-lexicon>=3.15.1',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot_dns_ovh-5.4.0/src/certbot_dns_ovh.egg-info/PKG-INFO
new/certbot_dns_ovh-5.6.0/src/certbot_dns_ovh.egg-info/PKG-INFO
--- old/certbot_dns_ovh-5.4.0/src/certbot_dns_ovh.egg-info/PKG-INFO
2026-03-10 18:47:11.000000000 +0100
+++ new/certbot_dns_ovh-5.6.0/src/certbot_dns_ovh.egg-info/PKG-INFO
2026-05-11 17:56:35.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: certbot-dns-ovh
-Version: 5.4.0
+Version: 5.6.0
Summary: OVH 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: dns-lexicon>=3.15.1
-Requires-Dist: acme>=5.4.0
-Requires-Dist: certbot>=5.4.0
+Requires-Dist: acme>=5.6.0
+Requires-Dist: certbot>=5.6.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_ovh-5.4.0/src/certbot_dns_ovh.egg-info/requires.txt
new/certbot_dns_ovh-5.6.0/src/certbot_dns_ovh.egg-info/requires.txt
--- old/certbot_dns_ovh-5.4.0/src/certbot_dns_ovh.egg-info/requires.txt
2026-03-10 18:47:11.000000000 +0100
+++ new/certbot_dns_ovh-5.6.0/src/certbot_dns_ovh.egg-info/requires.txt
2026-05-11 17:56:35.000000000 +0200
@@ -1,6 +1,6 @@
dns-lexicon>=3.15.1
-acme>=5.4.0
-certbot>=5.4.0
+acme>=5.6.0
+certbot>=5.6.0
[docs]
Sphinx>=1.0