Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-certbot-nginx for 
openSUSE:Factory checked in at 2026-02-24 18:31:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-nginx (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-nginx.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-nginx"

Tue Feb 24 18:31:27 2026 rev:53 rq:1334788 version:5.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-nginx/python-certbot-nginx.changes    
    2026-02-09 19:30:02.502921747 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-nginx.new.1977/python-certbot-nginx.changes
      2026-02-24 18:31:47.665233163 +0100
@@ -1,0 +2,6 @@
+Tue Feb 24 15:06:54 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to version 5.3.1
+  * sync with the main certbot package
+
+-------------------------------------------------------------------

Old:
----
  certbot_nginx-5.3.0.tar.gz

New:
----
  certbot_nginx-5.3.1.tar.gz

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

Other differences:
------------------
++++++ python-certbot-nginx.spec ++++++
--- /var/tmp/diff_new_pack.UDxtNw/_old  2026-02-24 18:31:48.389263315 +0100
+++ /var/tmp/diff_new_pack.UDxtNw/_new  2026-02-24 18:31:48.389263315 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-certbot-nginx
-Version:        5.3.0
+Version:        5.3.1
 Release:        0
 Summary:        Nginx plugin for Certbot
 License:        Apache-2.0

++++++ certbot_nginx-5.3.0.tar.gz -> certbot_nginx-5.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot_nginx-5.3.0/PKG-INFO 
new/certbot_nginx-5.3.1/PKG-INFO
--- old/certbot_nginx-5.3.0/PKG-INFO    2026-02-03 18:51:47.808325800 +0100
+++ new/certbot_nginx-5.3.1/PKG-INFO    2026-02-09 22:19:31.066476000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: certbot-nginx
-Version: 5.3.0
+Version: 5.3.1
 Summary: Nginx plugin for Certbot
 Author: Certbot Project
 License-Expression: Apache-2.0
@@ -25,8 +25,8 @@
 Requires-Python: >=3.10
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
-Requires-Dist: acme>=5.3.0
-Requires-Dist: certbot>=5.3.0
+Requires-Dist: acme>=5.3.1
+Requires-Dist: certbot>=5.3.1
 Requires-Dist: PyOpenSSL>=25.0.0
 Requires-Dist: pyparsing>=2.4.7
 Provides-Extra: test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot_nginx-5.3.0/setup.py 
new/certbot_nginx-5.3.1/setup.py
--- old/certbot_nginx-5.3.0/setup.py    2026-02-03 18:51:43.000000000 +0100
+++ new/certbot_nginx-5.3.1/setup.py    2026-02-09 22:19:25.000000000 +0100
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-version = '5.3.0'
+version = '5.3.1'
 
 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_nginx-5.3.0/src/certbot_nginx.egg-info/PKG-INFO 
new/certbot_nginx-5.3.1/src/certbot_nginx.egg-info/PKG-INFO
--- old/certbot_nginx-5.3.0/src/certbot_nginx.egg-info/PKG-INFO 2026-02-03 
18:51:47.000000000 +0100
+++ new/certbot_nginx-5.3.1/src/certbot_nginx.egg-info/PKG-INFO 2026-02-09 
22:19:31.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: certbot-nginx
-Version: 5.3.0
+Version: 5.3.1
 Summary: Nginx plugin for Certbot
 Author: Certbot Project
 License-Expression: Apache-2.0
@@ -25,8 +25,8 @@
 Requires-Python: >=3.10
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
-Requires-Dist: acme>=5.3.0
-Requires-Dist: certbot>=5.3.0
+Requires-Dist: acme>=5.3.1
+Requires-Dist: certbot>=5.3.1
 Requires-Dist: PyOpenSSL>=25.0.0
 Requires-Dist: pyparsing>=2.4.7
 Provides-Extra: test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_nginx-5.3.0/src/certbot_nginx.egg-info/requires.txt 
new/certbot_nginx-5.3.1/src/certbot_nginx.egg-info/requires.txt
--- old/certbot_nginx-5.3.0/src/certbot_nginx.egg-info/requires.txt     
2026-02-03 18:51:47.000000000 +0100
+++ new/certbot_nginx-5.3.1/src/certbot_nginx.egg-info/requires.txt     
2026-02-09 22:19:31.000000000 +0100
@@ -1,5 +1,5 @@
-acme>=5.3.0
-certbot>=5.3.0
+acme>=5.3.1
+certbot>=5.3.1
 PyOpenSSL>=25.0.0
 pyparsing>=2.4.7
 

Reply via email to