Skip to content

Commit c76a73e

Browse files
authored
Merge pull request Homebrew#195802 from Homebrew/bump-mercurial-6.8.2
mercurial 6.8.2
2 parents b0670c0 + d26911b commit c76a73e

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

Formula/m/mercurial.rb

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,26 @@
33
class 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/"
1312
regex(/href=.*?mercurial[._-]v?(\d+(?:\.\d+)+)\.t/i)
1413
end
1514

1615
bottle do
17-
sha256 arm64_sequoia: "35a6ac7880d243ea479ce3050fd37393b4ff560c82dbb080f544a741c161b3d3"
18-
sha256 arm64_sonoma: "13f62f94b954d1a028a289d9eef7e96dcddd1160014be79ffb9038e6542b451f"
19-
sha256 arm64_ventura: "f7d23fcee4b74c4d4919e1bb2c09d0706858fe32789a7923384fad9039e534ef"
20-
sha256 sonoma: "a14b4e2f09bd8f4cddfa447314c396d802ed11f5d17763847960cbd55e60d114"
21-
sha256 ventura: "763ee4b914fb66d6e207ec5be8ff82138babe77e60b2560cb820ab59c448e007"
22-
sha256 x86_64_linux: "16fb921a2d7747be5ef79365143ccc1e04c2c955af228df39ed993161683dbed"
16+
sha256 arm64_sequoia: "e7ab83b1fa5f9b85f8d7ab985e00e8aec959c61d19395e4e2663761a37589dca"
17+
sha256 arm64_sonoma: "c4decc0e943ab7a497d1906a985556d64e276a2b9116614e78c9dc4edd939efc"
18+
sha256 arm64_ventura: "51d0aa6639c255906e37797b5a28466ee3709dc840e7e1fd06786cbdb9de7a0c"
19+
sha256 sonoma: "aaddb3929f17c083b4df9e6c1195791a49ee09ec7cd518abf675967d5bd61323"
20+
sha256 ventura: "6791ce7dcbc978b44d592c20ee722103ca8e9a9a6c8e81f4e308fd52fefc55d3"
21+
sha256 x86_64_linux: "06437df4e61c669885759009f801947886f92775b4600a70d66d7d41cb26455b"
2322
end
2423

2524
depends_on "[email protected]"
2625

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
8075
end
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

Comments
 (0)