Skip to content

Commit 074e8ff

Browse files
authored
Merge pull request #217282 from Homebrew/bump-hg-fast-export-250330
hg-fast-export 250330
2 parents 8e0e7df + 05d00b8 commit 074e8ff

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ hevi
14591459
hexo
14601460
hexyl
14611461
hfstospell
1462+
hg-fast-export
14621463
hgrep
14631464
hjson
14641465
hickory-dns

Formula/h/hg-fast-export.rb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,17 @@ class HgFastExport < Formula
33

44
desc "Fast Mercurial to Git converter"
55
homepage "https://repo.or.cz/fast-export.git"
6-
url "https://github.com/frej/fast-export/archive/refs/tags/v231118.tar.gz"
7-
sha256 "2173c8cb2649c05affe6ef1137bc6a06913f06e285bcd710277478a04a3a937f"
6+
url "https://github.com/frej/fast-export/archive/refs/tags/v250330.tar.gz"
7+
sha256 "1c4785f1e9e63e0ada87e0be5a7236d6889eea98975800671e3c3805b54bf801"
88
license "GPL-2.0-or-later"
9-
revision 1
109

1110
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "3317445f1426df1a1ab11123b3e7bc65e024def9e20f3a6ae6c2f584f6528ec7"
11+
sha256 cellar: :any_skip_relocation, all: "b1030f2a360f970ad4d58c661adb4793be8e4abcf4f602e0d0e217a601542e0b"
1312
end
1413

1514
depends_on "mercurial"
1615
depends_on "[email protected]"
1716

18-
# Fix compatibility with Python 3.12 using open PR.
19-
# PR ref: https://github.com/frej/fast-export/pull/311
20-
patch do
21-
url "https://github.com/frej/fast-export/commit/a3d0562737e1e711659e03264e45cb47a5a2f46d.patch?full_index=1"
22-
sha256 "8d9d5a41939506110204ae00607061f85362467affd376387230e074bcae2667"
23-
end
24-
2517
def install
2618
# The Python executable is tested from PATH
2719
# Prepend ours Python to the executable candidate list (python2 python python3)

0 commit comments

Comments
 (0)