public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python3.10] f44: Explicitly build with OpenSSL 3 for now
Date: Thu, 02 Jul 2026 14:02:45 GMT [thread overview]
Message-ID: <178300096516.1.2266343594961657230.rpms-python3.10-458effe6fa67@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python3.10
Branch : f44
Commit : 458effe6fa67601a6c8dbc89c8ea31630a0cdb54
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-04-11T14:54:00+02:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python3.10/c/458effe6fa67601a6c8dbc89c8ea31630a0cdb54?branch=f44
Log:
Explicitly build with OpenSSL 3 for now
https://fedoraproject.org/wiki/Changes/OpenSSL40
---
diff --git a/python3.10.spec b/python3.10.spec
index ddee0fe..b076721 100644
--- a/python3.10.spec
+++ b/python3.10.spec
@@ -17,7 +17,7 @@ URL: https://www.python.org/
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: Python-2.0.1
@@ -216,7 +216,6 @@ BuildRequires: make
BuildRequires: mpdecimal-devel
BuildRequires: ncurses-devel
-BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: redhat-rpm-config >= 127
@@ -229,6 +228,10 @@ BuildRequires: tix-devel
BuildRequires: tk-devel < 1:9
BuildRequires: tzdata
+# Support for OpenSSL 4 only landed in Python 3.15 for now
+# https://github.com/python/cpython/issues/146207
+BuildRequires: (openssl-devel < 1:4 or openssl3-devel)
+
%if %{with valgrind}
BuildRequires: valgrind-devel
%endif
@@ -1665,6 +1668,9 @@ CheckPython optimized
# ======================================================
%changelog
+* Sat Apr 11 2026 Miro Hrončok <mhroncok@redhat.com> - 3.10.20-2
+- Explicitly build with OpenSSL 3
+
* Tue Mar 03 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.10.20-1
- Update to 3.10.20
reply other threads:[~2026-07-02 14:02 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=178300096516.1.2266343594961657230.rpms-python3.10-458effe6fa67@fedoraproject.org \
--to=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