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 2024-06-25 23:08:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-apache (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-apache.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-apache"
Tue Jun 25 23:08:58 2024 rev:42 rq:1183168 version:2.11.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-apache/python-certbot-apache.changes
2024-02-09 23:55:00.372771881 +0100
+++
/work/SRC/openSUSE:Factory/.python-certbot-apache.new.18349/python-certbot-apache.changes
2024-06-25 23:10:15.732396357 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 12:22:01 UTC 2024 - Markéta Machová <[email protected]>
+
+- update to version 2.11.0
+ * sync with the main certbot package
+
+-------------------------------------------------------------------
Old:
----
certbot-apache-2.9.0.tar.gz
New:
----
certbot_apache-2.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-apache.spec ++++++
--- /var/tmp/diff_new_pack.oFMpGZ/_old 2024-06-25 23:10:16.220414147 +0200
+++ /var/tmp/diff_new_pack.oFMpGZ/_new 2024-06-25 23:10:16.220414147 +0200
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-certbot-apache
-Version: 2.9.0
+Version: 2.11.0
Release: 0
Summary: Apache plugin for Certbot
License: Apache-2.0
URL: https://github.com/letsencrypt/letsencrypt
-Source:
https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot-apache-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot_apache-%{version}.tar.gz
BuildRequires: %{python_module augeas}
BuildRequires: %{python_module certbot >= %{version}}
BuildRequires: %{python_module pytest}
@@ -41,7 +41,7 @@
The Apache plugin for Certbot.
%prep
-%setup -q -n certbot-apache-%{version}
+%setup -q -n certbot_apache-%{version}
%build
%python_build