public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/certbot] f43: Merge branch 'rawhide' into f43
@ 2026-08-14 22:11 Nick Bebout
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Bebout @ 2026-08-14 22:11 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/certbot
Branch : f43
Commit : e7ae519d44b30ff9fef27adbec33c2e664d2303e
Author : Nick Bebout <nebebout@F6B36X3.usi.edu>
Date   : 2026-08-14T17:03:42-05:00
Stats  : +21/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/certbot/c/e7ae519d44b30ff9fef27adbec33c2e664d2303e?branch=f43

Log:
Merge branch 'rawhide' into f43

---
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 1f67e6e..1e8d9ff 100644
--- a/certbot.spec
+++ b/certbot.spec
@@ -17,7 +17,7 @@
 
 
 Name:           certbot
-Version:        5.5.0
+Version:        5.7.0
 Release:        1%{?dist}
 Summary:        A free, automated certificate authority client
 
@@ -386,8 +386,21 @@ fi
 
 
 %changelog
-* Thu Aug  6 2026 Nick Bebout <nb@fedoraproject.org> - 5.5.0-1
-- Update to 5.5.0
+* Thu Aug  6 2026 Andreas Haupt <andreas.haupt@desy.de> - 5.7.0-1
+- update to 5.7.0 rhbz#2497869
+- added certbot-python315-deprecation-warning.patch rhbz#2466655
+
+* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Fri Jun 05 2026 Python Maint <python-maint@redhat.com> - 5.6.0-3
+- Rebuilt for Python 3.15
+
+* Sun May 31 2026 Jonathan Wright <jonathan@almalinux.org> - 5.6.0-2
+- drop $RENEW_HOOK from certbot-renew.service rhbz#2418470
+
+* 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 72ad1be..428ffd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (certbot-5.5.0.tar.gz) = 5e9bbbdc35fa1a13b777d4323b56a8aaa813faeee42718bf2ba964ae77f2448f48af57545658350fe7a4e48ae36ed33e9e4945c49b5040ef8177fc82667c3870
+SHA512 (certbot-5.7.0.tar.gz) = 336beb35d9690caf6c0ae72f0822ca3bcc1d898bf486be7dee710d7b0ec333d43bccc0981b39580b436e8c2bf37365f6c045e6eb525446b85b1e6a200feb4da9

diff --git a/certbot.spec b/certbot.spec
index 5a3b63a..1e8d9ff 100644
--- a/certbot.spec
+++ b/certbot.spec
@@ -429,6 +429,9 @@ fi
 * Tue Sep 09 2025 Jonathan Wright <jonathan@almalinux.org> - 4.2.0-1
 - update to 4.2.0
 
+* Tue Sep 30 2025 Paul Howarth <paul@city-fan.org> - 4.1.1-4
+- Rebuilt for Python 3.14.0rc3 bytecode (rhbz#2396684)
+
 * Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 4.1.1-3
 - Rebuilt for Python 3.14.0rc2 bytecode
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/certbot] f43: Merge branch 'rawhide' into f43
@ 2026-09-14  3:55 Nick Bebout
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Bebout @ 2026-09-14  3:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/certbot
Branch : f43
Commit : 085e85fae2d18bc59709a3762965d843ff37c95f
Author : Nick Bebout <nick@bebout.net>
Date   : 2026-09-13T22:54:24-05:00
Stats  : +9/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/certbot/c/085e85fae2d18bc59709a3762965d843ff37c95f?branch=f43

Log:
Merge branch 'rawhide' into f43

---
diff --git a/.gitignore b/.gitignore
index eb59dbc..fafd793 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /certbot-5.2.2.tar.gz
 /certbot-5.4.0.tar.gz
 /certbot-5.6.0.tar.gz
+/certbot-5.8.0.tar.gz

diff --git a/certbot.spec b/certbot.spec
index 1e8d9ff..1e896d2 100644
--- a/certbot.spec
+++ b/certbot.spec
@@ -17,7 +17,7 @@
 
 
 Name:           certbot
-Version:        5.7.0
+Version:        5.8.0
 Release:        1%{?dist}
 Summary:        A free, automated certificate authority client
 
@@ -386,6 +386,9 @@ fi
 
 
 %changelog
+* Sun Sep 13 2026 Nick Bebout <nb@fedoraproject.org> - 5.8.0-1
+- Update to 5.8.0
+
 * Thu Aug  6 2026 Andreas Haupt <andreas.haupt@desy.de> - 5.7.0-1
 - update to 5.7.0 rhbz#2497869
 - added certbot-python315-deprecation-warning.patch rhbz#2466655

diff --git a/sources b/sources
index 428ffd4..9bf77e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (certbot-5.7.0.tar.gz) = 336beb35d9690caf6c0ae72f0822ca3bcc1d898bf486be7dee710d7b0ec333d43bccc0981b39580b436e8c2bf37365f6c045e6eb525446b85b1e6a200feb4da9
+SHA512 (certbot-5.8.0.tar.gz) = c014bcaec84f5316d729d5d19127b07e871ecc464f571b5730d4702911cb09043e7019f254e76d11bd0421914e6b8bba4a953b0dd5a3b4dca8227ce6113b0a84

diff --git a/certbot.spec b/certbot.spec
index 7affcec..1e896d2 100644
--- a/certbot.spec
+++ b/certbot.spec
@@ -432,6 +432,9 @@ fi
 * Tue Sep 09 2025 Jonathan Wright <jonathan@almalinux.org> - 4.2.0-1
 - update to 4.2.0
 
+* Tue Sep 30 2025 Paul Howarth <paul@city-fan.org> - 4.1.1-4
+- Rebuilt for Python 3.14.0rc3 bytecode (rhbz#2396684)
+
 * Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 4.1.1-3
 - Rebuilt for Python 3.14.0rc2 bytecode
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-14  3:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 22:11 [rpms/certbot] f43: Merge branch 'rawhide' into f43 Nick Bebout
2026-09-14  3:55 Nick Bebout

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