Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-certbot-dns-linode for 
openSUSE:Factory checked in at 2026-01-17 14:54:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-linode (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-linode.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-linode"

Sat Jan 17 14:54:28 2026 rev:42 rq:1327596 version:5.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-linode/python-certbot-dns-linode.changes
      2025-10-14 18:12:25.201176100 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-linode.new.1928/python-certbot-dns-linode.changes
    2026-01-17 14:55:29.689042329 +0100
@@ -1,0 +2,6 @@
+Thu Jan 15 13:59:32 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to version 5.2.2
+  * Support for Python 3.14 was added.
+
+-------------------------------------------------------------------

Old:
----
  certbot_dns_linode-5.1.0.tar.gz

New:
----
  certbot_dns_linode-5.2.2.tar.gz

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

Other differences:
------------------
++++++ python-certbot-dns-linode.spec ++++++
--- /var/tmp/diff_new_pack.hOVD6h/_old  2026-01-17 14:55:30.193063402 +0100
+++ /var/tmp/diff_new_pack.hOVD6h/_new  2026-01-17 14:55:30.201063737 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-certbot-dns-linode
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-certbot-dns-linode
-Version:        5.1.0
+Version:        5.2.2
 Release:        0
 Summary:        Linode DNS Authenticator plugin for Certbot
 License:        Apache-2.0

++++++ certbot_dns_linode-5.1.0.tar.gz -> certbot_dns_linode-5.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot_dns_linode-5.1.0/PKG-INFO 
new/certbot_dns_linode-5.2.2/PKG-INFO
--- old/certbot_dns_linode-5.1.0/PKG-INFO       2025-10-07 18:42:11.640435200 
+0200
+++ new/certbot_dns_linode-5.2.2/PKG-INFO       2025-12-10 18:08:23.774295800 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: certbot-dns-linode
-Version: 5.1.0
+Version: 5.2.2
 Summary: Linode DNS Authenticator plugin for Certbot
 Author-email: Certbot Project <[email protected]>
 License-Expression: Apache-2.0
@@ -15,6 +15,7 @@
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Security
 Classifier: Topic :: System :: Installation/Setup
@@ -25,8 +26,8 @@
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
 Requires-Dist: dns-lexicon>=3.14.1
-Requires-Dist: acme>=5.1.0
-Requires-Dist: certbot>=5.1.0
+Requires-Dist: acme>=5.2.2
+Requires-Dist: certbot>=5.2.2
 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_linode-5.1.0/pyproject.toml 
new/certbot_dns_linode-5.2.2/pyproject.toml
--- old/certbot_dns_linode-5.1.0/pyproject.toml 2025-10-07 18:41:59.000000000 
+0200
+++ new/certbot_dns_linode-5.2.2/pyproject.toml 2025-12-10 18:08:09.000000000 
+0100
@@ -23,6 +23,7 @@
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
+    "Programming Language :: Python :: 3.14",
     "Topic :: Internet :: WWW/HTTP",
     "Topic :: Security",
     "Topic :: System :: Installation/Setup",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot_dns_linode-5.1.0/setup.py 
new/certbot_dns_linode-5.2.2/setup.py
--- old/certbot_dns_linode-5.1.0/setup.py       2025-10-07 18:42:00.000000000 
+0200
+++ new/certbot_dns_linode-5.2.2/setup.py       2025-12-10 18:08:09.000000000 
+0100
@@ -2,7 +2,7 @@
 
 from setuptools import setup
 
-version = '5.1.0'
+version = '5.2.2'
 
 install_requires = [
     'dns-lexicon>=3.14.1',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_dns_linode-5.1.0/src/certbot_dns_linode.egg-info/PKG-INFO 
new/certbot_dns_linode-5.2.2/src/certbot_dns_linode.egg-info/PKG-INFO
--- old/certbot_dns_linode-5.1.0/src/certbot_dns_linode.egg-info/PKG-INFO       
2025-10-07 18:42:11.000000000 +0200
+++ new/certbot_dns_linode-5.2.2/src/certbot_dns_linode.egg-info/PKG-INFO       
2025-12-10 18:08:23.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: certbot-dns-linode
-Version: 5.1.0
+Version: 5.2.2
 Summary: Linode DNS Authenticator plugin for Certbot
 Author-email: Certbot Project <[email protected]>
 License-Expression: Apache-2.0
@@ -15,6 +15,7 @@
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Security
 Classifier: Topic :: System :: Installation/Setup
@@ -25,8 +26,8 @@
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
 Requires-Dist: dns-lexicon>=3.14.1
-Requires-Dist: acme>=5.1.0
-Requires-Dist: certbot>=5.1.0
+Requires-Dist: acme>=5.2.2
+Requires-Dist: certbot>=5.2.2
 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_linode-5.1.0/src/certbot_dns_linode.egg-info/requires.txt 
new/certbot_dns_linode-5.2.2/src/certbot_dns_linode.egg-info/requires.txt
--- old/certbot_dns_linode-5.1.0/src/certbot_dns_linode.egg-info/requires.txt   
2025-10-07 18:42:11.000000000 +0200
+++ new/certbot_dns_linode-5.2.2/src/certbot_dns_linode.egg-info/requires.txt   
2025-12-10 18:08:23.000000000 +0100
@@ -1,6 +1,6 @@
 dns-lexicon>=3.14.1
-acme>=5.1.0
-certbot>=5.1.0
+acme>=5.2.2
+certbot>=5.2.2
 
 [docs]
 Sphinx>=1.0

Reply via email to