Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-certbot-apache"

Sat Jan 17 14:54:22 2026 rev:51 rq:1327584 version:5.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-apache/python-certbot-apache.changes  
    2025-10-14 18:12:15.992791169 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-apache.new.1928/python-certbot-apache.changes
    2026-01-17 14:55:13.372360144 +0100
@@ -1,0 +2,8 @@
+Thu Jan 15 13:58:30 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to version 5.2.2
+  * Support for Python 3.14 was added.
+  * Removed vhost_combined and vhost_common log formats from included
+    Apache configuration file.
+
+-------------------------------------------------------------------

Old:
----
  certbot_apache-5.1.0.tar.gz

New:
----
  certbot_apache-5.2.2.tar.gz

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

Other differences:
------------------
++++++ python-certbot-apache.spec ++++++
--- /var/tmp/diff_new_pack.FSxh8U/_old  2026-01-17 14:55:14.028387572 +0100
+++ /var/tmp/diff_new_pack.FSxh8U/_new  2026-01-17 14:55:14.036387906 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-certbot-apache
 #
-# 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-apache
-Version:        5.1.0
+Version:        5.2.2
 Release:        0
 Summary:        Apache plugin for Certbot
 License:        Apache-2.0

++++++ certbot_apache-5.1.0.tar.gz -> certbot_apache-5.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot_apache-5.1.0/PKG-INFO 
new/certbot_apache-5.2.2/PKG-INFO
--- old/certbot_apache-5.1.0/PKG-INFO   2025-10-07 18:42:03.478557300 +0200
+++ new/certbot_apache-5.2.2/PKG-INFO   2025-12-10 18:08:13.336300600 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: certbot-apache
-Version: 5.1.0
+Version: 5.2.2
 Summary: Apache 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
@@ -24,8 +25,8 @@
 Requires-Python: >=3.10
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
-Requires-Dist: acme>=5.1.0
-Requires-Dist: certbot>=5.1.0
+Requires-Dist: acme>=5.2.2
+Requires-Dist: certbot>=5.2.2
 Requires-Dist: python-augeas
 Provides-Extra: dev
 Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot_apache-5.1.0/pyproject.toml 
new/certbot_apache-5.2.2/pyproject.toml
--- old/certbot_apache-5.1.0/pyproject.toml     2025-10-07 18:41:59.000000000 
+0200
+++ new/certbot_apache-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_apache-5.1.0/setup.py 
new/certbot_apache-5.2.2/setup.py
--- old/certbot_apache-5.1.0/setup.py   2025-10-07 18:42:00.000000000 +0200
+++ new/certbot_apache-5.2.2/setup.py   2025-12-10 18:08:09.000000000 +0100
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-version = '5.1.0'
+version = '5.2.2'
 
 install_requires = [
     # We specify the minimum acme and certbot version as the current plugin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_apache-5.1.0/src/certbot_apache/_internal/constants.py 
new/certbot_apache-5.2.2/src/certbot_apache/_internal/constants.py
--- old/certbot_apache-5.1.0/src/certbot_apache/_internal/constants.py  
2025-10-07 18:41:59.000000000 +0200
+++ new/certbot_apache-5.2.2/src/certbot_apache/_internal/constants.py  
2025-12-10 18:08:09.000000000 +0100
@@ -34,6 +34,8 @@
     '3fd812e3e87fe5c645d3682a511b2a06c8286f19594f28e280f17cd6af1301b5',
     '27155797e160fe43b6951354a0a0ca4d829e9e605b3b41fc223c20bf2f6cb3c6',
     '3a6881d0a7e5740b039ec550c916105259f53b577a3d38d0ed11bd675bfeab88',
+    '0f3d9c62d4274aca0406925dc4ee0919599c397e7463bce792a915b60060d004',
+    '95f7367d4905a1cd0932a35ce476b4a639e2108dbd1eedf924a5ea9e51fecaf7',
 ]
 """SHA256 hashes of the contents of previous versions of all versions of 
MOD_SSL_CONF_SRC"""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_apache-5.1.0/src/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
 
new/certbot_apache-5.2.2/src/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
--- 
old/certbot_apache-5.1.0/src/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
   2025-10-07 18:41:59.000000000 +0200
+++ 
new/certbot_apache-5.2.2/src/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
   2025-12-10 18:08:09.000000000 +0100
@@ -14,7 +14,3 @@
 SSLSessionTickets       off
 
 SSLOptions +StrictRequire
-
-# Add vhost name to log entries:
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" 
vhost_combined
-LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_apache-5.1.0/src/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
 
new/certbot_apache-5.2.2/src/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
--- 
old/certbot_apache-5.1.0/src/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
       2025-10-07 18:41:59.000000000 +0200
+++ 
new/certbot_apache-5.2.2/src/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
       2025-12-10 18:08:09.000000000 +0100
@@ -16,7 +16,3 @@
 SSLHonorCipherOrder     off
 
 SSLOptions +StrictRequire
-
-# Add vhost name to log entries:
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" 
vhost_combined
-LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_apache-5.1.0/src/certbot_apache.egg-info/PKG-INFO 
new/certbot_apache-5.2.2/src/certbot_apache.egg-info/PKG-INFO
--- old/certbot_apache-5.1.0/src/certbot_apache.egg-info/PKG-INFO       
2025-10-07 18:42:03.000000000 +0200
+++ new/certbot_apache-5.2.2/src/certbot_apache.egg-info/PKG-INFO       
2025-12-10 18:08:13.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: certbot-apache
-Version: 5.1.0
+Version: 5.2.2
 Summary: Apache 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
@@ -24,8 +25,8 @@
 Requires-Python: >=3.10
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
-Requires-Dist: acme>=5.1.0
-Requires-Dist: certbot>=5.1.0
+Requires-Dist: acme>=5.2.2
+Requires-Dist: certbot>=5.2.2
 Requires-Dist: python-augeas
 Provides-Extra: dev
 Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_apache-5.1.0/src/certbot_apache.egg-info/requires.txt 
new/certbot_apache-5.2.2/src/certbot_apache.egg-info/requires.txt
--- old/certbot_apache-5.1.0/src/certbot_apache.egg-info/requires.txt   
2025-10-07 18:42:03.000000000 +0200
+++ new/certbot_apache-5.2.2/src/certbot_apache.egg-info/requires.txt   
2025-12-10 18:08:13.000000000 +0100
@@ -1,5 +1,5 @@
-acme>=5.1.0
-certbot>=5.1.0
+acme>=5.2.2
+certbot>=5.2.2
 python-augeas
 
 [dev]

Reply via email to