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 2024-06-25 23:09:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-nginx (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-nginx.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-nginx"
Tue Jun 25 23:09:12 2024 rev:42 rq:1183179 version:2.11.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-nginx/python-certbot-nginx.changes
2024-03-14 17:47:09.370042580 +0100
+++
/work/SRC/openSUSE:Factory/.python-certbot-nginx.new.18349/python-certbot-nginx.changes
2024-06-25 23:10:25.648757834 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 12:23:46 UTC 2024 - Markéta Machová <[email protected]>
+
+- update to version 2.11.0
+ * sync with the main certbot package
+
+-------------------------------------------------------------------
Old:
----
certbot-nginx-2.9.0.tar.gz
New:
----
certbot_nginx-2.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-nginx.spec ++++++
--- /var/tmp/diff_new_pack.bjWYpV/_old 2024-06-25 23:10:26.352783497 +0200
+++ /var/tmp/diff_new_pack.bjWYpV/_new 2024-06-25 23:10:26.352783497 +0200
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-certbot-nginx
-Version: 2.9.0
+Version: 2.11.0
Release: 0
Summary: Nginx plugin for Certbot
License: Apache-2.0
URL: https://github.com/letsencrypt/letsencrypt
-Source:
https://files.pythonhosted.org/packages/source/c/certbot-nginx/certbot-nginx-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/c/certbot-nginx/certbot_nginx-%{version}.tar.gz
BuildRequires: %{python_module certbot >= %{version}}
BuildRequires: %{python_module pyOpenSSL}
BuildRequires: %{python_module pyparsing >= 2.2.1}
@@ -44,7 +44,7 @@
The Nginx plugin for Certbot.
%prep
-%setup -q -n certbot-nginx-%{version}
+%setup -q -n certbot_nginx-%{version}
%build
%python_build