public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/certbot] rawhide: update to 5.6.0 rhbz#2436532
@ 2026-05-31 14:43 Jonathan Wright
  0 siblings, 0 replies; only message in thread
From: Jonathan Wright @ 2026-05-31 14:43 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-31 14:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 14:43 [rpms/certbot] rawhide: update to 5.6.0 rhbz#2436532 Jonathan Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox