Skip to content

Commit 9533e57

Browse files
committed
hg-fast-export 250330
autobump: add hg-fast-export Signed-off-by: Rui Chen <[email protected]> hg-fast-export: remove build patch Signed-off-by: Rui Chen <[email protected]>
1 parent 1567813 commit 9533e57

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,7 @@ hevi
14561456
hexo
14571457
hexyl
14581458
hfstospell
1459+
hg-fast-export
14591460
hgrep
14601461
hickory-dns
14611462
hidapi

Formula/h/hg-fast-export.rb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ 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
1211
sha256 cellar: :any_skip_relocation, all: "3317445f1426df1a1ab11123b3e7bc65e024def9e20f3a6ae6c2f584f6528ec7"
@@ -15,13 +14,6 @@ class HgFastExport < Formula
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)