33class Mercurial < Formula
44 desc "Scalable distributed version control system"
55 homepage "https://mercurial-scm.org/"
6- url "https://www.mercurial-scm.org/release/mercurial-6.8.1 .tar.gz"
7- sha256 "030e8a7a6d590e4eaeb403ee25675615cd80d236f3ab8a0b56dcc84181158b05 "
6+ url "https://www.mercurial-scm.org/release/mercurial-6.8.2 .tar.gz"
7+ sha256 "aac618106768ad1ed976c3fe7c8659fec99e6f0b5337ea6ea554fae8490c4f4e "
88 license "GPL-2.0-or-later"
9- revision 1
109
1110 livecheck do
1211 url "https://www.mercurial-scm.org/release/"
@@ -24,10 +23,6 @@ class Mercurial < Formula
2423
25242625
27- # py3.13 build patch, upstream bug report, https://bz.mercurial-scm.org/show_bug.cgi?id=6926
28- # proposed patch in https://lists.mercurial-scm.org/pipermail/mercurial-devel/2024-October/298120.html
29- patch :DATA
30-
3126 def install
3227 python3 = "python3.13"
3328 system python3 , "-m" , "pip" , "install" , *std_pip_args ( build_isolation : true ) , "."
@@ -78,17 +73,3 @@ def caveats
7873 assert_match "initial commit" , shell_output ( "#{ bin } /chg log" )
7974 end
8075end
81-
82- __END__
83- diff --git a/hgdemandimport/__init__.py b/hgdemandimport/__init__.py
84- index 44a0a2d..a59c293 100644
85- --- a/hgdemandimport/__init__.py
86- +++ b/hgdemandimport/__init__.py
87- @@ -62,6 +62,7 @@ IGNORES = {
88- '_weakrefset',
89- 'warnings',
90- 'threading',
91- + 'collections.abc',
92- }
93-
94- _pypy = '__pypy__' in sys.builtin_module_names
0 commit comments