public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mercurial] rawhide: Update patch
@ 2026-06-29 21:07 Mads Kiilerich
  0 siblings, 0 replies; only message in thread
From: Mads Kiilerich @ 2026-06-29 21:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mercurial
Branch : rawhide
Commit : a7a29f2a90bfbf0f4b3aabd7d969d2bb2f5f752b
Author : Mads Kiilerich <mads@kiilerich.com>
Date   : 2026-06-29T23:07:27+02:00
Stats  : +7/-5 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/mercurial/c/a7a29f2a90bfbf0f4b3aabd7d969d2bb2f5f752b?branch=rawhide

Log:
Update patch

---
diff --git a/fix-compat-with-python315.patch b/fix-compat-with-python315.patch
index 8770c29..85c970e 100644
--- a/fix-compat-with-python315.patch
+++ b/fix-compat-with-python315.patch
@@ -8,13 +8,12 @@ Subject: [PATCH] Fix build with Python 3.15.0b1
  1 file changed, 2 insertions(+)
 
 diff --git a/hgdemandimport/__init__.py b/hgdemandimport/__init__.py
-index 206512a..f10c90b 100644
 --- a/hgdemandimport/__init__.py
 +++ b/hgdemandimport/__init__.py
-@@ -69,6 +69,8 @@ IGNORES = {
+@@ -74,6 +74,8 @@ IGNORES = {
+     # importlib.util.LazyLoader that demandimportpy3 uses.
+     'heapq',
      'copy',
-     'difflib',
-     'decimal',
 +    'tomllib._re',
 +    'inspect',
  }

diff --git a/mercurial.spec b/mercurial.spec
index 1504238..deabe6a 100644
--- a/mercurial.spec
+++ b/mercurial.spec
@@ -10,7 +10,7 @@
 Summary: A fast, lightweight Source Control Management system
 Name: mercurial
 Version: 7.2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # Release: 1.rc1%%{?dist}
 
@@ -280,6 +280,9 @@ rm -rf %{buildroot}%{python3_sitearch}/mercurial/locale
 
 
 %changelog
+* 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
 

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

only message in thread, other threads:[~2026-06-29 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 21:07 [rpms/mercurial] rawhide: Update patch Mads Kiilerich

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