public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/certbot] rawhide: version 5.7.0 - fixes rhbz#2497869 rhbz#2466655
@ 2026-08-06 15:37 Andreas Haupt
0 siblings, 0 replies; only message in thread
From: Andreas Haupt @ 2026-08-06 15:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/certbot
Branch : rawhide
Commit : bf4596ba645bcb877b036bb5ed27f416d829b5c0
Author : Andreas Haupt <andreas.haupt@desy.de>
Date : 2026-08-06T17:02:58+02:00
Stats : +32/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/certbot/c/bf4596ba645bcb877b036bb5ed27f416d829b5c0?branch=rawhide
Log:
version 5.7.0 - fixes rhbz#2497869 rhbz#2466655
---
diff --git a/certbot-python315-deprecation-warning.patch b/certbot-python315-deprecation-warning.patch
new file mode 100644
index 0000000..b809ce1
--- /dev/null
+++ b/certbot-python315-deprecation-warning.patch
@@ -0,0 +1,20 @@
+--- b/acme/src/acme/_internal/tests/challenges_test.py.orig 2026-07-08 15:57:50.601790670 -0500
++++ a/acme/src/acme/_internal/tests/challenges_test.py 2026-07-08 16:00:00.547538729 -0500
+@@ -118,7 +118,7 @@
+ def setUp(self):
+ from acme.challenges import DNS01
+ self.msg = DNS01(token=jose.decode_b64jose(
+- 'evaGxfADs6pSRb2LAv9IZf17Dt3juxGJ+PCt92wr+oA'))
++ 'evaGxfADs6pSRb2LAv9IZf17Dt3juxGJ-PCt92wr-oA'))
+ self.jmsg = {
+ 'type': 'dns-01',
+ 'token': 'evaGxfADs6pSRb2LAv9IZf17Dt3juxGJ-PCt92wr-oA',
+@@ -231,7 +231,7 @@
+ from acme.challenges import HTTP01
+ self.msg = HTTP01(
+ token=jose.decode_b64jose(
+- 'evaGxfADs6pSRb2LAv9IZf17Dt3juxGJ+PCt92wr+oA'))
++ 'evaGxfADs6pSRb2LAv9IZf17Dt3juxGJ-PCt92wr-oA'))
+ self.jmsg = {
+ 'type': 'http-01',
+ 'token': 'evaGxfADs6pSRb2LAv9IZf17Dt3juxGJ-PCt92wr-oA',
diff --git a/certbot.spec b/certbot.spec
index ebc7a37..5a3b63a 100644
--- a/certbot.spec
+++ b/certbot.spec
@@ -17,8 +17,8 @@
Name: certbot
-Version: 5.6.0
-Release: 4%{?dist}
+Version: 5.7.0
+Release: 1%{?dist}
Summary: A free, automated certificate authority client
License: Apache-2.0
@@ -35,6 +35,8 @@ Source15: certbot.logrotate
# disable one test which tries to access the network
# https://github.com/certbot/certbot/issues/10354
Patch1: certbot-disable-test_lock_order-renew.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=2466655
+Patch2: certbot-python315-deprecation-warning.patch
BuildArch: noarch
@@ -212,6 +214,9 @@ Plugin for certbot that allows for automatic configuration of ngnix
# Remove bundled egg-info
rm -rf %{name}.egg-info
+%if 0%{?rhel} && 0%{?rhel} >= 10
+find . -name pyproject.toml -exec sed -i -e s'@license = "Apache-2.0"@license = { text = "Apache-2.0" }@' {} \;
+%endif
%generate_buildrequires
for module in acme certbot %{MODULES} certbot-apache certbot-nginx
@@ -381,6 +386,10 @@ fi
%changelog
+* 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
diff --git a/sources b/sources
index df52568..428ffd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (certbot-5.6.0.tar.gz) = ee047f8b4c1ca461995b1d5df935316ca11e424dd77223ce49713c550d0e2c8bf8945f774aaa896e9fe7b90b0970997b50fd603113f17bb31f03e2e3d3bc6427
+SHA512 (certbot-5.7.0.tar.gz) = 336beb35d9690caf6c0ae72f0822ca3bcc1d898bf486be7dee710d7b0ec333d43bccc0981b39580b436e8c2bf37365f6c045e6eb525446b85b1e6a200feb4da9
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-06 15:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 15:37 [rpms/certbot] rawhide: version 5.7.0 - fixes rhbz#2497869 rhbz#2466655 Andreas Haupt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox