Skip to content

Commit 8775194

Browse files
authored
Merge pull request Homebrew#225401 from Homebrew/bump-jupytext-1.17.2
jupytext 1.17.2
2 parents db4fe76 + 08dd421 commit 8775194

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Formula/j/jupytext.rb

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Jupytext < Formula
33

44
desc "Jupyter notebooks as Markdown documents, Julia, Python or R scripts"
55
homepage "https://jupytext.readthedocs.io/en/latest/"
6-
url "https://files.pythonhosted.org/packages/6e/d9/b7acd3bed66c194cec1915c5bbec30994dbb50693ec209e5b115c28ddf63/jupytext-1.17.1.tar.gz"
7-
sha256 "c02fda8af76ffd6e064a04cf2d3cc8aae242b2f0e38c42b4cd80baf89c3325d3"
6+
url "https://files.pythonhosted.org/packages/30/ce/0bd5290ca4978777154e2683413dca761781aacf57f7dc0146f5210df8b1/jupytext-1.17.2.tar.gz"
7+
sha256 "772d92898ac1f2ded69106f897b34af48ce4a85c985fa043a378ff5a65455f02"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_sequoia: "5ce194de72ca6c8357b22c5b5b360e77c3a63634ec268e8d9bf555472bef40f5"
12-
sha256 cellar: :any, arm64_sonoma: "e7c77b385f26f38af19888adf99292501cbae4e7af476e7dede2b0d56224c3c3"
13-
sha256 cellar: :any, arm64_ventura: "fe60a7d034fbce8ec3a004d4e74d25b6fc345ee9ce4c4a5db2caafc8b491e67e"
14-
sha256 cellar: :any, sonoma: "4726493052daecc270357f717b1abdc5da3b9b853b59716f37ffeb9d29d4bd51"
15-
sha256 cellar: :any, ventura: "c895f236d503d64dff854a75a64c1f07a17447378285f9777cdd4c1a61346f49"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "037ec64acac01cd7abac9f45ea81e47544c8e3843062064f98b60fb77228ddc7"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4602499865c5689bc5d8774f1187648c38c88209573f841ef78167df235145bc"
11+
sha256 cellar: :any, arm64_sequoia: "d9648b6ac6390a63b73bd97fcf7276f8f276e06ffe5d889c141e2d9b0abf1ebd"
12+
sha256 cellar: :any, arm64_sonoma: "57b0dc444dabc14e95ef058a42a91e8c0a47f46209ac42e387ea5a4a89e3a954"
13+
sha256 cellar: :any, arm64_ventura: "7504d5e0e73bba2ae074decea3684716b804dda2e9c9b789ed03e85c294c3e32"
14+
sha256 cellar: :any, sonoma: "06f041ca9fba3ebd9440b4c74965756e9140c243ad75959bc5a87ee5ba28841e"
15+
sha256 cellar: :any, ventura: "4d8e5819e527e8945b2013898c037e85561b6c9b19952c540668ae39c07b3a3e"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "d70c12eeb70c2fbe180aa358c68bfa93d16c762c314a0af39ae411aa26499023"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c63e79a43e6eb6aa541f6c2be842446193a5cec9457f754b93234e2ff85b6c7a"
1818
end
1919

2020
depends_on "rust" => :build # for rpds-py
@@ -32,8 +32,8 @@ class Jupytext < Formula
3232
end
3333

3434
resource "jsonschema" do
35-
url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz"
36-
sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"
35+
url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz"
36+
sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196"
3737
end
3838

3939
resource "jsonschema-specifications" do
@@ -42,8 +42,8 @@ class Jupytext < Formula
4242
end
4343

4444
resource "jupyter-core" do
45-
url "https://files.pythonhosted.org/packages/00/11/b56381fa6c3f4cc5d2cf54a7dbf98ad9aa0b339ef7a601d6053538b079a7/jupyter_core-5.7.2.tar.gz"
46-
sha256 "aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9"
45+
url "https://files.pythonhosted.org/packages/99/1b/72906d554acfeb588332eaaa6f61577705e9ec752ddb486f302dafa292d9/jupyter_core-5.8.1.tar.gz"
46+
sha256 "0a5f9706f70e64786b75acba995988915ebd4601c8a52e534a40b51c95f59941"
4747
end
4848

4949
resource "markdown-it-py" do
@@ -72,8 +72,8 @@ class Jupytext < Formula
7272
end
7373

7474
resource "platformdirs" do
75-
url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz"
76-
sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351"
75+
url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz"
76+
sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc"
7777
end
7878

7979
resource "pyyaml" do
@@ -87,8 +87,8 @@ class Jupytext < Formula
8787
end
8888

8989
resource "rpds-py" do
90-
url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz"
91-
sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e"
90+
url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz"
91+
sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3"
9292
end
9393

9494
resource "traitlets" do

0 commit comments

Comments
 (0)