public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mads Kiilerich <mads@kiilerich.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mercurial] f45: mercurial 7.2.4
Date: Tue, 11 Aug 2026 19:46:48 GMT [thread overview]
Message-ID: <178647760895.1.2267476124943515054.rpms-mercurial-42829b60d3f7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mercurial
Branch : f45
Commit : 42829b60d3f742b1f699ba36b8dcc1e597d57571
Author : Mads Kiilerich <mads@kiilerich.com>
Date : 2026-08-11T21:46:42+02:00
Stats : +67/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/mercurial/c/42829b60d3f742b1f699ba36b8dcc1e597d57571?branch=f45
Log:
mercurial 7.2.4
---
diff --git a/.gitignore b/.gitignore
index d5dabf6..ba95083 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,3 +126,4 @@ mercurial-1.6.2.tar.gz
/mercurial-7.2.tar.gz
/mercurial-7.2.1.tar.gz
/mercurial-7.2.3.tar.gz
+/mercurial-7.2.4.tar.gz
diff --git a/mercurial.spec b/mercurial.spec
index e19a274..dc3c390 100644
--- a/mercurial.spec
+++ b/mercurial.spec
@@ -9,8 +9,8 @@
Summary: A fast, lightweight Source Control Management system
Name: mercurial
-Version: 7.2.3
-Release: 5%{?dist}
+Version: 7.2.4
+Release: 1%{?dist}
# Release: 1.rc1%%{?dist}
@@ -280,6 +280,9 @@ rm -rf %{buildroot}%{python3_sitearch}/mercurial/locale
%changelog
+* Tue Aug 11 2026 Mads Kiilerich <mads@kiilerich.com> - 7.2.4-1
+- mercurial 7.2.4
+
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 7.2.3-5
- Rebuilt for Python 3.15.0b4 ABI change
diff --git a/sources b/sources
index 894f613..ff9c884 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mercurial-7.2.3.tar.gz) = bc45397354d24e40fc59708995c1bbaaa04b8ac2fbd9ac5fcb94716c6d94a55071f4b586e5fc3295fb7b59906d96bbc8072d3ec8df811d95a5cc946e8b554ec1
+SHA512 (mercurial-7.2.4.tar.gz) = 3875fba0dc52a80ff3dfc299be14c9e5976f7e836829d43021d08d76fac6c3971b849ead54fc0fa3a28df7181fe5edfa41e50fb93acf10bbeb4b9ba8354c6434
diff --git a/.gitignore b/.gitignore
index 397f1a2..ba95083 100644
--- a/.gitignore
+++ b/.gitignore
@@ -124,5 +124,6 @@ mercurial-1.6.2.tar.gz
/mercurial-7.1.1.tar.gz
/mercurial-7.1.2.tar.gz
/mercurial-7.2.tar.gz
+/mercurial-7.2.1.tar.gz
/mercurial-7.2.3.tar.gz
/mercurial-7.2.4.tar.gz
diff --git a/mercurial.spec b/mercurial.spec
index 9a12184..dc3c390 100644
--- a/mercurial.spec
+++ b/mercurial.spec
@@ -23,6 +23,7 @@ Source0: https://www.mercurial-scm.org/release/%{name}-%{upstreamversion}.tar.gz
Source1: mercurial-site-start.el
# Patch cargo metadata for dependency versions available in Fedora
Patch0: mercurial-rust-metadata.patch
+Patch1: mercurial_without_TLSv1_2.patch
BuildRequires: make
BuildRequires: emacs-el
@@ -282,9 +283,31 @@ rm -rf %{buildroot}%{python3_sitearch}/mercurial/locale
* Tue Aug 11 2026 Mads Kiilerich <mads@kiilerich.com> - 7.2.4-1
- mercurial 7.2.4
+* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 7.2.3-5
+- Rebuilt for Python 3.15.0b4 ABI change
+
+* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Tue Jun 30 2026 Mads Kiilerich <mads@kiilerich.com> - 7.2.3-3
+- Drop Python 3.15 patch that apparently isn't necessary.
+- Add patch for Python 3.15 with OpenSSL 4.0 and no TLSv1.2
+
+* Mon Jun 29 2026 Mads Kiilerich <mads@kiilerich.com> - 7.2.3-2
+- Update patch that intended to fix a problem that couldn't be verified.
+
* Mon Jun 29 2026 Mads Kiilerich <mads@kiilerich.com> - 7.2.3-1
- mercurial 7.2.3
+* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 7.2.1-2
+- Rebuilt for Python 3.15
+
+* Sun Apr 05 2026 Mads Kiilerich <mads@kiilerich.com> - 7.2.1-1
+- mercurial 7.2.1
+
+* Fri Mar 20 2026 Lumír Balhar <lbalhar@redhat.com> - 7.2-2
+- Fix compatibility with Python 3.15 (rhbz#2447913)
+
* Sat Jan 31 2026 Mads Kiilerich <mads@kiilerich.com> - 7.2-1
- mercurial 7.2
diff --git a/mercurial_without_TLSv1_2.patch b/mercurial_without_TLSv1_2.patch
new file mode 100644
index 0000000..d7462d7
--- /dev/null
+++ b/mercurial_without_TLSv1_2.patch
@@ -0,0 +1,36 @@
+# HG changeset patch
+# User Mads Kiilerich <mads@kiilerich.com>
+# Date 1782843901 -7200
+# Tue Jun 30 20:25:01 2026 +0200
+# Branch stable
+# Node ID dd1e25c4b06e214ae010342e1433ccbb698cb50b
+# Parent 9b96e7a25b0d3311f1f91d8acf4da0e3ce7e806d
+setup_py: support OpenSSL 4.0 without TLSv1.2 support
+
+On Fedora 45 with Python 3.15 and OpenSSL 4.0 with
+https://github.com/python/cpython/commit/3364e7e62fa24d0e19133fb0f90b1c24ef1110c5
+setup.py finds that ssl.HAS_TLSv1_2 no longer is True, and installation thus
+fails.
+
+sslutil.py has been checking ssl.HAS_TLSv1_3 for a long time, and that property
+has been around as long as HAS_TLSv1_2. Let's accept that one in setup.py too.
+
+Next step could be a cleanup for supported Python versions and let sslutil
+access the HAS_X attributes directly and drop the PROTOCOL_TLSvX attributes
+completely. That should be safe for all supported Python versions.
+
+diff --git a/setup.py b/setup.py
+--- a/setup.py
++++ b/setup.py
+@@ -12,9 +12,9 @@ import sys
+ import sysconfig
+ import tempfile
+
+-if not ssl.HAS_TLSv1_2:
++if not ssl.HAS_TLSv1_2 and not ssl.HAS_TLSv1_3:
+ error = """
+-The `ssl` module does not advertise support for TLS 1.2.
++The `ssl` module does not advertise support for TLS 1.2 or later.
+ Please make sure that your Python installation was compiled against an OpenSSL
+ version enabling these features (likely this requires the OpenSSL version to
+ be at least 1.0.1).
next reply other threads:[~2026-08-11 19:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-11 19:46 Mads Kiilerich [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-08-11 19:46 [rpms/mercurial] f45: mercurial 7.2.4 Mads Kiilerich
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=178647760895.1.2267476124943515054.rpms-mercurial-42829b60d3f7@fedoraproject.org \
--to=mads@kiilerich.com \
--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