Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-certbot-dns-rfc2136 for
openSUSE:Factory checked in at 2024-06-25 23:09:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136 (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-rfc2136"
Tue Jun 25 23:09:09 2024 rev:42 rq:1183177 version:2.11.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136/python-certbot-dns-rfc2136.changes
2024-02-26 19:43:43.074279773 +0100
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.18349/python-certbot-dns-rfc2136.changes
2024-06-25 23:10:23.616683759 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 12:23:34 UTC 2024 - Markéta Machová <[email protected]>
+
+- update to version 2.11.0
+ * sync with the main certbot package
+
+-------------------------------------------------------------------
Old:
----
certbot-dns-rfc2136-2.9.0.tar.gz
New:
----
certbot_dns_rfc2136-2.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-rfc2136.spec ++++++
--- /var/tmp/diff_new_pack.a0ycPr/_old 2024-06-25 23:10:24.180704319 +0200
+++ /var/tmp/diff_new_pack.a0ycPr/_new 2024-06-25 23:10:24.180704319 +0200
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-certbot-dns-rfc2136
-Version: 2.9.0
+Version: 2.11.0
Release: 0
Summary: RFC 2136 DNS Authenticator plugin for Certbot
License: Apache-2.0
URL: https://github.com/certbot/certbot
-Source:
https://files.pythonhosted.org/packages/source/c/certbot-dns-rfc2136/certbot-dns-rfc2136-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/c/certbot-dns-rfc2136/certbot_dns_rfc2136-%{version}.tar.gz
BuildRequires: %{python_module certbot >= %{version}}
BuildRequires: %{python_module dnspython >= 1.15.0}
BuildRequires: %{python_module pytest}
@@ -41,7 +41,7 @@
RFC 2136 DNS Authenticator plugin for Certbot.
%prep
-%setup -q -n certbot-dns-rfc2136-%{version}
+%setup -q -n certbot_dns_rfc2136-%{version}
%build
%python_build