Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-certbot-dns-cloudflare for
openSUSE:Factory checked in at 2025-09-03 21:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-cloudflare (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-cloudflare.new.1977
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-cloudflare"
Wed Sep 3 21:08:34 2025 rev:47 rq:1302584 version:5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-cloudflare/python-certbot-dns-cloudflare.changes
2025-08-13 16:32:17.588857119 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-cloudflare.new.1977/python-certbot-dns-cloudflare.changes
2025-09-03 21:09:11.325092295 +0200
@@ -1,0 +2,7 @@
+Wed Sep 3 12:24:36 UTC 2025 - Markéta Machová <[email protected]>
+
+- update to version 5.0.0
+ * Python 3.9 support was removed
+ * Migrated most functionality from setup.py to pyproject.toml
+
+-------------------------------------------------------------------
Old:
----
certbot_dns_cloudflare-4.2.0.tar.gz
New:
----
certbot_dns_cloudflare-5.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-cloudflare.spec ++++++
--- /var/tmp/diff_new_pack.u2l7LS/_old 2025-09-03 21:09:11.773111226 +0200
+++ /var/tmp/diff_new_pack.u2l7LS/_new 2025-09-03 21:09:11.773111226 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-certbot-dns-cloudflare
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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-cloudflare
-Version: 4.2.0
+Version: 5.0.0
Release: 0
Summary: Cloudflare Authenticator plugin for Certbot
License: Apache-2.0
++++++ certbot_dns_cloudflare-4.2.0.tar.gz ->
certbot_dns_cloudflare-5.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot_dns_cloudflare-4.2.0/PKG-INFO
new/certbot_dns_cloudflare-5.0.0/PKG-INFO
--- old/certbot_dns_cloudflare-4.2.0/PKG-INFO 2025-08-05 17:57:51.437439200
+0200
+++ new/certbot_dns_cloudflare-5.0.0/PKG-INFO 2025-09-02 17:46:20.480510700
+0200
@@ -1,46 +1,38 @@
Metadata-Version: 2.4
Name: certbot-dns-cloudflare
-Version: 4.2.0
+Version: 5.0.0
Summary: Cloudflare DNS Authenticator plugin for Certbot
-Home-page: https://github.com/certbot/certbot
-Author: Certbot Project
-Author-email: [email protected]
-License: Apache License 2.0
+Author-email: Certbot Project <[email protected]>
+License-Expression: Apache-2.0
+Project-URL: Homepage, https://github.com/certbot/certbot
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
-Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
-Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
-Requires-Python: >=3.9.2
+Requires-Python: >=3.10
+Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: cloudflare<2.20,>=2.19
-Requires-Dist: acme>=4.2.0
-Requires-Dist: certbot>=4.2.0
+Requires-Dist: acme>=5.0.0
+Requires-Dist: certbot>=5.0.0
Provides-Extra: docs
Requires-Dist: Sphinx>=1.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
-Dynamic: author
-Dynamic: author-email
-Dynamic: classifier
-Dynamic: home-page
-Dynamic: license
Dynamic: license-file
-Dynamic: provides-extra
Dynamic: requires-dist
-Dynamic: requires-python
-Dynamic: summary
+
+Cloudflare DNS Authenticator plugin for Certbot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot_dns_cloudflare-4.2.0/pyproject.toml
new/certbot_dns_cloudflare-5.0.0/pyproject.toml
--- old/certbot_dns_cloudflare-4.2.0/pyproject.toml 1970-01-01
01:00:00.000000000 +0100
+++ new/certbot_dns_cloudflare-5.0.0/pyproject.toml 2025-09-02
17:46:13.000000000 +0200
@@ -0,0 +1,53 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "certbot-dns-cloudflare"
+dynamic = ["version", "dependencies"]
+description = "Cloudflare DNS Authenticator plugin for Certbot"
+readme = "README.rst"
+license = "Apache-2.0"
+requires-python = ">=3.10"
+authors = [
+ { name = "Certbot Project", email = "[email protected]" },
+]
+classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Environment :: Plugins",
+ "Intended Audience :: System Administrators",
+ "Operating System :: POSIX :: Linux",
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Topic :: Internet :: WWW/HTTP",
+ "Topic :: Security",
+ "Topic :: System :: Installation/Setup",
+ "Topic :: System :: Networking",
+ "Topic :: System :: Systems Administration",
+ "Topic :: Utilities",
+]
+
+[project.optional-dependencies]
+docs = [
+ "Sphinx>=1.0", # autodoc_member_order = 'bysource', autodoc_default_flags
+ "sphinx_rtd_theme",
+]
+test = [
+ "pytest",
+]
+
+[project.entry-points."certbot.plugins"]
+dns-cloudflare =
"certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator"
+
+[project.urls]
+Homepage = "https://github.com/certbot/certbot"
+
+[tool.setuptools]
+package-dir = {"" = "src"}
+
+[tool.setuptools.packages.find]
+where = ["src"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot_dns_cloudflare-4.2.0/setup.py
new/certbot_dns_cloudflare-5.0.0/setup.py
--- old/certbot_dns_cloudflare-4.2.0/setup.py 2025-08-05 17:57:49.000000000
+0200
+++ new/certbot_dns_cloudflare-5.0.0/setup.py 2025-09-02 17:46:14.000000000
+0200
@@ -1,10 +1,8 @@
import os
-import sys
-from setuptools import find_packages
from setuptools import setup
-version = '4.2.0'
+version = '5.0.0'
install_requires = [
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation
warnings and the breaking
@@ -23,56 +21,8 @@
f'certbot>={version}',
])
-docs_extras = [
- 'Sphinx>=1.0', # autodoc_member_order = 'bysource', autodoc_default_flags
- 'sphinx_rtd_theme',
-]
-
-test_extras = [
- 'pytest',
-]
setup(
- name='certbot-dns-cloudflare',
version=version,
- description="Cloudflare DNS Authenticator plugin for Certbot",
- url='https://github.com/certbot/certbot',
- author="Certbot Project",
- author_email='[email protected]',
- license='Apache License 2.0',
- python_requires='>=3.9.2',
- classifiers=[
- 'Development Status :: 5 - Production/Stable',
- 'Environment :: Plugins',
- 'Intended Audience :: System Administrators',
- 'License :: OSI Approved :: Apache Software License',
- 'Operating System :: POSIX :: Linux',
- 'Programming Language :: Python',
- 'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.9',
- 'Programming Language :: Python :: 3.10',
- 'Programming Language :: Python :: 3.11',
- 'Programming Language :: Python :: 3.12',
- 'Programming Language :: Python :: 3.13',
- 'Topic :: Internet :: WWW/HTTP',
- 'Topic :: Security',
- 'Topic :: System :: Installation/Setup',
- 'Topic :: System :: Networking',
- 'Topic :: System :: Systems Administration',
- 'Topic :: Utilities',
- ],
-
- packages=find_packages(where='src'),
- package_dir={'': 'src'},
- include_package_data=True,
install_requires=install_requires,
- extras_require={
- 'docs': docs_extras,
- 'test': test_extras,
- },
- entry_points={
- 'certbot.plugins': [
- 'dns-cloudflare =
certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator',
- ],
- },
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot_dns_cloudflare-4.2.0/src/certbot_dns_cloudflare/_internal/dns_cloudflare.py
new/certbot_dns_cloudflare-5.0.0/src/certbot_dns_cloudflare/_internal/dns_cloudflare.py
---
old/certbot_dns_cloudflare-4.2.0/src/certbot_dns_cloudflare/_internal/dns_cloudflare.py
2025-08-05 17:57:48.000000000 +0200
+++
new/certbot_dns_cloudflare-5.0.0/src/certbot_dns_cloudflare/_internal/dns_cloudflare.py
2025-09-02 17:46:13.000000000 +0200
@@ -2,8 +2,6 @@
import logging
from typing import Any
from typing import Callable
-from typing import Dict
-from typing import List
from typing import Optional
from typing import cast
@@ -188,7 +186,7 @@
"""
zone_name_guesses = dns_common.base_domain_name_guesses(domain)
- zones: List[Dict[str, Any]] = []
+ zones: list[dict[str, Any]] = []
code = msg = None
for zone_name in zone_name_guesses:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot_dns_cloudflare-4.2.0/src/certbot_dns_cloudflare.egg-info/PKG-INFO
new/certbot_dns_cloudflare-5.0.0/src/certbot_dns_cloudflare.egg-info/PKG-INFO
---
old/certbot_dns_cloudflare-4.2.0/src/certbot_dns_cloudflare.egg-info/PKG-INFO
2025-08-05 17:57:51.000000000 +0200
+++
new/certbot_dns_cloudflare-5.0.0/src/certbot_dns_cloudflare.egg-info/PKG-INFO
2025-09-02 17:46:20.000000000 +0200
@@ -1,46 +1,38 @@
Metadata-Version: 2.4
Name: certbot-dns-cloudflare
-Version: 4.2.0
+Version: 5.0.0
Summary: Cloudflare DNS Authenticator plugin for Certbot
-Home-page: https://github.com/certbot/certbot
-Author: Certbot Project
-Author-email: [email protected]
-License: Apache License 2.0
+Author-email: Certbot Project <[email protected]>
+License-Expression: Apache-2.0
+Project-URL: Homepage, https://github.com/certbot/certbot
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
-Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
-Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
-Requires-Python: >=3.9.2
+Requires-Python: >=3.10
+Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: cloudflare<2.20,>=2.19
-Requires-Dist: acme>=4.2.0
-Requires-Dist: certbot>=4.2.0
+Requires-Dist: acme>=5.0.0
+Requires-Dist: certbot>=5.0.0
Provides-Extra: docs
Requires-Dist: Sphinx>=1.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
-Dynamic: author
-Dynamic: author-email
-Dynamic: classifier
-Dynamic: home-page
-Dynamic: license
Dynamic: license-file
-Dynamic: provides-extra
Dynamic: requires-dist
-Dynamic: requires-python
-Dynamic: summary
+
+Cloudflare DNS Authenticator plugin for Certbot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot_dns_cloudflare-4.2.0/src/certbot_dns_cloudflare.egg-info/SOURCES.txt
new/certbot_dns_cloudflare-5.0.0/src/certbot_dns_cloudflare.egg-info/SOURCES.txt
---
old/certbot_dns_cloudflare-4.2.0/src/certbot_dns_cloudflare.egg-info/SOURCES.txt
2025-08-05 17:57:51.000000000 +0200
+++
new/certbot_dns_cloudflare-5.0.0/src/certbot_dns_cloudflare.egg-info/SOURCES.txt
2025-09-02 17:46:20.000000000 +0200
@@ -1,6 +1,7 @@
LICENSE.txt
MANIFEST.in
README.rst
+pyproject.toml
setup.py
docs/.gitignore
docs/Makefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot_dns_cloudflare-4.2.0/src/certbot_dns_cloudflare.egg-info/requires.txt
new/certbot_dns_cloudflare-5.0.0/src/certbot_dns_cloudflare.egg-info/requires.txt
---
old/certbot_dns_cloudflare-4.2.0/src/certbot_dns_cloudflare.egg-info/requires.txt
2025-08-05 17:57:51.000000000 +0200
+++
new/certbot_dns_cloudflare-5.0.0/src/certbot_dns_cloudflare.egg-info/requires.txt
2025-09-02 17:46:20.000000000 +0200
@@ -1,6 +1,6 @@
cloudflare<2.20,>=2.19
-acme>=4.2.0
-certbot>=4.2.0
+acme>=5.0.0
+certbot>=5.0.0
[docs]
Sphinx>=1.0