public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Wright <jonathan@almalinux.org>
To: git-commits@fedoraproject.org
Subject: [rpms/certbot] rawhide: update to 5.6.0 rhbz#2436532
Date: Sun, 31 May 2026 14:43:22 GMT [thread overview]
Message-ID: <178023860234.1.5117697280674363766.rpms-certbot-12ce7a70abb5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/certbot
Branch : rawhide
Commit : 12ce7a70abb5f1f9f8252d4afdaeb85369f361dc
Author : Jonathan Wright <jonathan@almalinux.org>
Date : 2026-05-31T09:43:05-05:00
Stats : +12/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/certbot/c/12ce7a70abb5f1f9f8252d4afdaeb85369f361dc?branch=rawhide
Log:
update to 5.6.0 rhbz#2436532
---
diff --git a/.gitignore b/.gitignore
index b9be2b0..eb59dbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
/certbot-5.1.0.tar.gz
/certbot-5.2.2.tar.gz
/certbot-5.4.0.tar.gz
+/certbot-5.6.0.tar.gz
diff --git a/certbot.spec b/certbot.spec
index 8417d33..b317b66 100644
--- a/certbot.spec
+++ b/certbot.spec
@@ -17,7 +17,7 @@
Name: certbot
-Version: 5.4.0
+Version: 5.6.0
Release: 1%{?dist}
Summary: A free, automated certificate authority client
@@ -217,7 +217,7 @@ rm -rf %{name}.egg-info
for module in acme certbot %{MODULES} certbot-apache certbot-nginx
do
cd $module
- sed -Ei '/(acme|certbot)>=\{version\}/d' setup.py
+ sed -Ei '/(acme|certbot)[^>]*>=\{version\}/d' setup.py
%pyproject_buildrequires
cd ..
done
@@ -265,7 +265,11 @@ install -dm 0755 %{buildroot}%{_localstatedir}/log/letsencrypt
%if %{with tests}
%check
-for module in acme certbot %{MODULES} certbot-apache certbot-nginx; do
+# certbot-apache and certbot-nginx are thin shim packages as of certbot 5.5.0;
+# their code and unit tests now live inside the certbot package (apache/nginx
+# extras) and run during the certbot core %%check, so they are not listed here
+# (pytest would otherwise collect 0 tests and exit non-zero).
+for module in acme certbot %{MODULES}; do
pushd $module
%pytest -v -W ignore::DeprecationWarning
popd
@@ -377,6 +381,9 @@ fi
%changelog
+* Sun May 31 2026 Jonathan Wright <jonathan@almalinux.org> - 5.6.0-1
+- update to 5.6.0 rhbz#2436532
+
* Tue Mar 24 2026 Jonathan Wright <jonathan@almalinux.org> - 5.4.0-1
- update to 5.4.0
diff --git a/sources b/sources
index 78f2604..df52568 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (certbot-5.4.0.tar.gz) = 9e7b25fa8bc1f36e8ba4cc5818200f366d581707a0a36c599b862659a6b992804bd8d5fc6aae013f8e06e850be7d5abecde395cf2900457d2330385a20950498
+SHA512 (certbot-5.6.0.tar.gz) = ee047f8b4c1ca461995b1d5df935316ca11e424dd77223ce49713c550d0e2c8bf8945f774aaa896e9fe7b90b0970997b50fd603113f17bb31f03e2e3d3bc6427
reply other threads:[~2026-05-31 14:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178023860234.1.5117697280674363766.rpms-certbot-12ce7a70abb5@fedoraproject.org \
--to=jonathan@almalinux.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox