File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -1456,6 +1456,7 @@ hevi
14561456hexo
14571457hexyl
14581458hfstospell
1459+ hg-fast-export
14591460hgrep
14601461hickory-dns
14611462hidapi
Original file line number Diff line number Diff 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"
16151716
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)
You can’t perform that action at this time.
0 commit comments