Skip to content

Commit 0d9cd60

Browse files
authored
Merge pull request #250035 from Homebrew/memray
memray 1.19.1
2 parents b91a4f6 + f6c725b commit 0d9cd60

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

Formula/m/memray.rb

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

44
desc "Memory profiler for Python applications"
55
homepage "https://bloomberg.github.io/memray/"
6-
url "https://files.pythonhosted.org/packages/99/cd/3d66fc07f347bf4586305f9fd94a412ee52f9da82bdf2eceffff2302f45a/memray-1.18.0.tar.gz"
7-
sha256 "44160b46f0eca0d468f7d7ae8cc43245f8ff03bf9694db6a6e0bf54f88e7caa2"
6+
url "https://files.pythonhosted.org/packages/36/18/5df5995a7b142e12ab194f4b2fd1473efd51f4f622dfe47f3c013c3c11f7/memray-1.19.1.tar.gz"
7+
sha256 "7fcf306eae2c00144920b01913f42fa7f235af7a80fa3226ab124672a5cb1d8f"
88
license "Apache-2.0"
99

1010
no_autobump! because: "`update-python-resources` cannot update resource blocks"
1111

1212
bottle do
13-
sha256 cellar: :any, arm64_tahoe: "cfa7ddf4a2e1c5fa3960a358f097217cce818f1f5a488d9945bcbbc466cc592e"
14-
sha256 cellar: :any, arm64_sequoia: "cd0439fff78a5c49d5cea6e7321a9b7404991438c23776f681691867ade37f88"
15-
sha256 cellar: :any, arm64_sonoma: "b5ea82255520487810154a5cf20db5e833473c0174d88eba6eedf686335c2d23"
16-
sha256 cellar: :any, arm64_ventura: "0a8536ebe247d7ed088dd1e5e954237ffd8f42f29ee3efea216e1fb769ce1ef2"
17-
sha256 cellar: :any, sonoma: "f34c00d0568b1a40f0d9cba6f4df8e17328033eecab665eff1497730f47d4a49"
18-
sha256 cellar: :any, ventura: "331c7c45f561009b4d04ff24802d9399628d535913fc29552c48f387ecf205c5"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "0c62e6340493f396a5c00d2fba19f8f38e2dec604b72aa482f6a2b337572e337"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9226db594d6ed6bb4c2bd1501f8307a34a6b1e7395c70f4ed16e3bb63484d5ae"
13+
sha256 cellar: :any, arm64_tahoe: "d2d072fad3df8ecf71559500dd07394143b8049f6f2ac0fa6e7a68c448409dd9"
14+
sha256 cellar: :any, arm64_sequoia: "435b44b2071742f5b6dd01b1f3c11e5e1c1f3766e02dcc6df71b42ecab24d385"
15+
sha256 cellar: :any, arm64_sonoma: "df666e1456e9cb1eb5dc2ade2e7b502291bd24d1821eae2d2126bdb010061e9f"
16+
sha256 cellar: :any, sonoma: "39e3599c7842e1d7e4a317f4276cc2de6ad778208825a2ead26b3719a035ee3d"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "4bac4073dc761cb244574af394a24ee6c7018cc0315ec223702808b4dfaf294a"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d75359949ca5cb8466cd6bab8cbfc9af0236bea2bd2972c32ca8139892260729"
2119
end
2220

2321
depends_on "lz4"
24-
depends_on "python@3.13"
22+
depends_on "python@3.14"
2523

2624
on_linux do
2725
depends_on "pkgconf" => :build # for libdebuginfod
@@ -48,18 +46,18 @@ class Memray < Formula
4846
end
4947

5048
resource "markdown-it-py" do
51-
url "https://files.pythonhosted.org/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz"
52-
sha256 "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
49+
url "https://files.pythonhosted.org/packages/5b/f5/4ec618ed16cc4f8fb3b701563655a69816155e79e24a17b651541804721d/markdown_it_py-4.0.0.tar.gz"
50+
sha256 "cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3"
5351
end
5452

5553
resource "markupsafe" do
56-
url "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz"
57-
sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0"
54+
url "https://files.pythonhosted.org/packages/7e/99/7690b6d4034fffd95959cbe0c02de8deb3098cc577c67bb6a24fe5d7caa7/markupsafe-3.0.3.tar.gz"
55+
sha256 "722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698"
5856
end
5957

6058
resource "mdit-py-plugins" do
61-
url "https://files.pythonhosted.org/packages/19/03/a2ecab526543b152300717cf232bb4bb8605b6edb946c845016fa9c9c9fd/mdit_py_plugins-0.4.2.tar.gz"
62-
sha256 "5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5"
59+
url "https://files.pythonhosted.org/packages/b2/fd/a756d36c0bfba5f6e39a1cdbdbfdd448dc02692467d83816dff4592a1ebc/mdit_py_plugins-0.5.0.tar.gz"
60+
sha256 "f4918cb50119f50446560513a8e311d574ff6aaed72606ddae6d35716fe809c6"
6361
end
6462

6563
resource "mdurl" do
@@ -68,8 +66,8 @@ class Memray < Formula
6866
end
6967

7068
resource "platformdirs" do
71-
url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz"
72-
sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc"
69+
url "https://files.pythonhosted.org/packages/61/33/9611380c2bdb1225fdef633e2a9610622310fed35ab11dac9620972ee088/platformdirs-4.5.0.tar.gz"
70+
sha256 "70ddccdd7c99fc5942e9fc25636a8b34d04c24b335100223152c2803e4063312"
7371
end
7472

7573
resource "pygments" do
@@ -78,18 +76,18 @@ class Memray < Formula
7876
end
7977

8078
resource "rich" do
81-
url "https://files.pythonhosted.org/packages/fe/75/af448d8e52bf1d8fa6a9d089ca6c07ff4453d86c65c145d0a300bb073b9b/rich-14.1.0.tar.gz"
82-
sha256 "e497a48b844b0320d45007cdebfeaeed8db2a4f4bcf49f15e455cfc4af11eaa8"
79+
url "https://files.pythonhosted.org/packages/fb/d2/8920e102050a0de7bfabeb4c4614a49248cf8d5d7a8d01885fbb24dc767a/rich-14.2.0.tar.gz"
80+
sha256 "73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4"
8381
end
8482

8583
resource "textual" do
86-
url "https://files.pythonhosted.org/packages/ba/ce/f0f938d33d9bebbf8629e0020be00c560ddfa90a23ebe727c2e5aa3f30cf/textual-5.3.0.tar.gz"
87-
sha256 "1b6128b339adef2e298cc23ab4777180443240ece5c232f29b22960efd658d4d"
84+
url "https://files.pythonhosted.org/packages/ff/51/51a0863339c4c3fa204f43044e52dfd688a7ee2ba2c987e021acc9583a42/textual-6.3.0.tar.gz"
85+
sha256 "a89c557fa740611551dcf4f93643f33853eca488183ef5882200dde8e94315e8"
8886
end
8987

9088
resource "typing-extensions" do
91-
url "https://files.pythonhosted.org/packages/98/5a/da40306b885cc8c09109dc2e1abd358d5684b1425678151cdaed4731c822/typing_extensions-4.14.1.tar.gz"
92-
sha256 "38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36"
89+
url "https://files.pythonhosted.org/packages/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz"
90+
sha256 "0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"
9391
end
9492

9593
resource "uc-micro-py" do

0 commit comments

Comments
 (0)