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-07-23 23:15:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-nginx (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-nginx.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-nginx"
Thu Jul 23 23:15:46 2026 rev:57 rq:1367405 version:5.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-nginx/python-certbot-nginx.changes
2026-05-14 21:45:06.191894740 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-nginx.new.2004/python-certbot-nginx.changes
2026-07-23 23:18:20.597171519 +0200
@@ -1,0 +2,7 @@
+Thu Jul 23 11:39:19 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to version 5.7.0
+ * Fixed nginx configuration parsing when comments appear between
+ tokens of a multi-line directive (in certbot)
+
+-------------------------------------------------------------------
Old:
----
certbot_nginx-5.6.0.tar.gz
New:
----
certbot_nginx-5.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-nginx.spec ++++++
--- /var/tmp/diff_new_pack.ZAKcfK/_old 2026-07-23 23:18:23.073260052 +0200
+++ /var/tmp/diff_new_pack.ZAKcfK/_new 2026-07-23 23:18:23.101261054 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-certbot-nginx
-Version: 5.6.0
+Version: 5.7.0
Release: 0
Summary: Nginx plugin for Certbot
License: Apache-2.0
++++++ certbot_nginx-5.6.0.tar.gz -> certbot_nginx-5.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot_nginx-5.6.0/PKG-INFO
new/certbot_nginx-5.7.0/PKG-INFO
--- old/certbot_nginx-5.6.0/PKG-INFO 2026-05-11 17:56:23.425039000 +0200
+++ new/certbot_nginx-5.7.0/PKG-INFO 2026-07-07 20:28:31.788318400 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: certbot-nginx
-Version: 5.6.0
+Version: 5.7.0
Summary: Nginx plugin for Certbot
Author: Certbot Project
License-Expression: Apache-2.0
@@ -25,7 +25,7 @@
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
-Requires-Dist: certbot[nginx]>=5.6.0
+Requires-Dist: certbot[nginx]>=5.7.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot_nginx-5.6.0/setup.py
new/certbot_nginx-5.7.0/setup.py
--- old/certbot_nginx-5.6.0/setup.py 2026-05-11 17:56:17.000000000 +0200
+++ new/certbot_nginx-5.7.0/setup.py 2026-07-07 20:28:27.000000000 +0200
@@ -1,6 +1,6 @@
from setuptools import setup
-version = '5.6.0'
+version = '5.7.0'
install_requires = [
# We specify the minimum certbot version as the current plugin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot_nginx-5.6.0/src/certbot_nginx.egg-info/PKG-INFO
new/certbot_nginx-5.7.0/src/certbot_nginx.egg-info/PKG-INFO
--- old/certbot_nginx-5.6.0/src/certbot_nginx.egg-info/PKG-INFO 2026-05-11
17:56:23.000000000 +0200
+++ new/certbot_nginx-5.7.0/src/certbot_nginx.egg-info/PKG-INFO 2026-07-07
20:28:31.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: certbot-nginx
-Version: 5.6.0
+Version: 5.7.0
Summary: Nginx plugin for Certbot
Author: Certbot Project
License-Expression: Apache-2.0
@@ -25,7 +25,7 @@
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
-Requires-Dist: certbot[nginx]>=5.6.0
+Requires-Dist: certbot[nginx]>=5.7.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot_nginx-5.6.0/src/certbot_nginx.egg-info/requires.txt
new/certbot_nginx-5.7.0/src/certbot_nginx.egg-info/requires.txt
--- old/certbot_nginx-5.6.0/src/certbot_nginx.egg-info/requires.txt
2026-05-11 17:56:23.000000000 +0200
+++ new/certbot_nginx-5.7.0/src/certbot_nginx.egg-info/requires.txt
2026-07-07 20:28:31.000000000 +0200
@@ -1,4 +1,4 @@
-certbot[nginx]>=5.6.0
+certbot[nginx]>=5.7.0
[test]
pytest