Skip to content

Commit

Permalink
Merge pull request #182558 from Homebrew/bump-jupyterlab-4.2.5
Browse files Browse the repository at this point in the history
jupyterlab 4.2.5
  • Loading branch information
BrewTestBot authored Aug 26, 2024
2 parents b7e2f21 + 60ea4ef commit 1960db5
Showing 1 changed file with 41 additions and 42 deletions.
83 changes: 41 additions & 42 deletions Formula/j/jupyterlab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@ class Jupyterlab < Formula

desc "Interactive environments for writing and running code"
homepage "https://jupyter.org/"
url "https://files.pythonhosted.org/packages/bd/78/0dceb7cf382613f6ad629fd421f9604d0befcb85ec800ba389ff856a9bbe/jupyterlab-4.2.3.tar.gz"
sha256 "df6e46969ea51d66815167f23d92f105423b7f1f06fa604d4f44aeb018c82c7b"
url "https://files.pythonhosted.org/packages/4a/78/ba006df6edaa561fe40be26c35e9da3f9316f071167cd7cc1a1a25bd2664/jupyterlab-4.2.5.tar.gz"
sha256 "ae7f3a1b8cb88b4f55009ce79fa7c06f99d70cd63601ee4aa91815d054f46f75"
license all_of: [
"BSD-3-Clause",
"MIT", # semver.py
]

bottle do
rebuild 1
sha256 cellar: :any, arm64_sonoma: "c59e5f80ee0ae24f18bddead75b710beb4c3c49242275a1b6126f1f2d2e44be5"
sha256 cellar: :any, arm64_ventura: "4b0eff26ec48ed36ab0806b5d697c2388c0e548ace83608f44d5b1e7eb7c3841"
sha256 cellar: :any, arm64_monterey: "a8938f9839222bee40047609ed355f83e4d3eed68c94171b133a57c0d796a61d"
sha256 cellar: :any, sonoma: "d777633cbb3dd8901e5a6ed983a935a1091e4705b2198b0e25d0a544c3b2e79e"
sha256 cellar: :any, ventura: "b33604adb5481db703ecfc751755dea8b698082a15afa5c79f71db52e7ddeb3b"
sha256 cellar: :any, monterey: "a51e79d332faaeaeeb694d3faa0ba419bf84ab2ad8137a3f07dc24c5da4a8a68"
sha256 cellar: :any_skip_relocation, x86_64_linux: "809000eacfb931c75c7be8c7d4bac0ec8dce0372eebd76addc70051fe9821b9b"
sha256 cellar: :any, arm64_sonoma: "d47b80bd29e90aefa221880e4cabda1631fc124ea409a3bd2bb7b83ab5f1d484"
sha256 cellar: :any, arm64_ventura: "64b97dfd7aec1e2e500065c7ab0884c32df64fbbff3b6690f153050b84809d18"
sha256 cellar: :any, arm64_monterey: "bbd11a3d4fcaf17617a70bfeb7bc6fd99cd79163403d0d368b4cf210836f8fbb"
sha256 cellar: :any, sonoma: "fd3fd7d1221715eac8b0fe77b00a0f09314bb633098cfba6dad18c8d491f743f"
sha256 cellar: :any, ventura: "f381ab92c59d61b65b808f9a74044c0103d7a99db39871ecd3c68751648fdbb6"
sha256 cellar: :any, monterey: "5f57491e25003f3831506dd811960bc930a106a2b400b14800c5b811e7a1839d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3d316e2dbfe09c082291e17c0cbc8a79bfa4e90d5126f0f59cf28d7b9c389c9b"
end

depends_on "cmake" => :build # for ipykernel
Expand Down Expand Up @@ -71,13 +70,13 @@ class Jupyterlab < Formula
end

resource "attrs" do
url "https://files.pythonhosted.org/packages/e3/fc/f800d51204003fa8ae392c4e8278f256206e7a919b708eef054f5f4b650d/attrs-23.2.0.tar.gz"
sha256 "935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"
url "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz"
sha256 "5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"
end

resource "babel" do
url "https://files.pythonhosted.org/packages/15/d2/9671b93d623300f0aef82cde40e25357f11330bdde91743891b22a555bed/babel-2.15.0.tar.gz"
sha256 "8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"
url "https://files.pythonhosted.org/packages/2a/74/f1bc80f23eeba13393b7222b11d95ca3af2c1e28edca18af487137eefed9/babel-2.16.0.tar.gz"
sha256 "d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316"
end

resource "beautifulsoup4" do
Expand All @@ -91,8 +90,8 @@ class Jupyterlab < Formula
end

resource "cffi" do
url "https://files.pythonhosted.org/packages/68/ce/95b0bae7968c65473e1298efb042e10cafc7bafc14d9e4f154008241c91d/cffi-1.16.0.tar.gz"
sha256 "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0"
url "https://files.pythonhosted.org/packages/1e/bf/82c351342972702867359cfeba5693927efe0a8dd568165490144f554b18/cffi-1.17.0.tar.gz"
sha256 "f3157624b7558b914cb039fd1af735e5e8049a87c817cc215109ad1c8779df76"
end

resource "charset-normalizer" do
Expand All @@ -106,8 +105,8 @@ class Jupyterlab < Formula
end

resource "debugpy" do
url "https://files.pythonhosted.org/packages/b2/c9/9d585d711cdcae0db7788731b331dab0d1f600d0204e76b2a5c6b30d569e/debugpy-1.8.2.zip"
sha256 "95378ed08ed2089221896b9b3a8d021e642c24edc8fef20e5d4342ca8be65c00"
url "https://files.pythonhosted.org/packages/ea/f9/61c325a10ded8dc3ddc3e7cd2ed58c0b15b2ef4bf8b4bf2930ee98ed59ee/debugpy-1.8.5.zip"
sha256 "b2112cfeb34b4507399d298fe7023a16656fc553ed5246536060ca7bd0e668d0"
end

resource "decorator" do
Expand Down Expand Up @@ -166,8 +165,8 @@ class Jupyterlab < Formula
end

resource "idna" do
url "https://files.pythonhosted.org/packages/21/ed/f86a79a07470cb07819390452f178b3bef1d375f2ec021ecfc709fc7cf07/idna-3.7.tar.gz"
sha256 "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"
url "https://files.pythonhosted.org/packages/e8/ac/e349c5e6d4543326c6883ee9491e3921e0d07b55fdf3cce184b40d63e72a/idna-3.8.tar.gz"
sha256 "d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"
end

resource "ipykernel" do
Expand Down Expand Up @@ -206,8 +205,8 @@ class Jupyterlab < Formula
end

resource "jsonschema" do
url "https://files.pythonhosted.org/packages/19/f1/1c1dc0f6b3bf9e76f7526562d29c320fa7d6a2f35b37a1392cc0acd58263/jsonschema-4.22.0.tar.gz"
sha256 "5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"
url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz"
sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"
end

resource "jsonschema-specifications" do
Expand Down Expand Up @@ -241,8 +240,8 @@ class Jupyterlab < Formula
end

resource "jupyter-server" do
url "https://files.pythonhosted.org/packages/a8/17/f01e391b6299969a8d1d1aae7bdf40e284126a31147f5475325a90aadfa2/jupyter_server-2.14.1.tar.gz"
sha256 "12558d158ec7a0653bf96cc272bc7ad79e0127d503b982ed144399346694f726"
url "https://files.pythonhosted.org/packages/0c/34/88b47749c7fa9358e10eac356c4b97d94a91a67d5c935a73f69bc4a31118/jupyter_server-2.14.2.tar.gz"
sha256 "66095021aa9638ced276c248b1d81862e4c50f292d575920bbe960de1c56b12b"
end

resource "jupyter-server-terminals" do
Expand All @@ -256,8 +255,8 @@ class Jupyterlab < Formula
end

resource "jupyterlab-server" do
url "https://files.pythonhosted.org/packages/84/9a/482357f942f256fa19be8807dd659dca1bbfae00989cc3a4daf44007f67f/jupyterlab_server-2.27.2.tar.gz"
sha256 "15cbb349dc45e954e09bacf81b9f9bcb10815ff660fb2034ecd7417db3a7ea27"
url "https://files.pythonhosted.org/packages/0a/c9/a883ce65eb27905ce77ace410d83587c82ea64dc85a48d1f7ed52bcfa68d/jupyterlab_server-2.27.3.tar.gz"
sha256 "eb36caca59e74471988f0ae25c77945610b887f777255aa21f8065def9e51ed4"
end

resource "markupsafe" do
Expand Down Expand Up @@ -366,8 +365,8 @@ class Jupyterlab < Formula
end

resource "pure-eval" do
url "https://files.pythonhosted.org/packages/97/5a/0bc937c25d3ce4e0a74335222aee05455d6afa2888032185f8ab50cdf6fd/pure_eval-0.2.2.tar.gz"
sha256 "2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"
url "https://files.pythonhosted.org/packages/cd/05/0a34433a064256a578f1783a10da6df098ceaa4a57bbeaa96a6c0352786b/pure_eval-0.2.3.tar.gz"
sha256 "5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42"
end

resource "pycparser" do
Expand All @@ -391,13 +390,13 @@ class Jupyterlab < Formula
end

resource "pyyaml" do
url "https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz"
sha256 "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"
url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz"
sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"
end

resource "pyzmq" do
url "https://files.pythonhosted.org/packages/c4/9a/0e2ab500fd5a5a41e7d003e4a49faa7a0333db13e54498a3cf749b9eedd0/pyzmq-26.0.3.tar.gz"
sha256 "dba7d9f2e047dfa2bca3b01f4f84aa5246725203d6284e3790f2ca15fba6b40a"
url "https://files.pythonhosted.org/packages/fd/05/bed626b9f7bb2322cdbbf7b4bd8f54b1b617b0d2ab2d3547d6e39428a48e/pyzmq-26.2.0.tar.gz"
sha256 "070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f"
end

resource "referencing" do
Expand All @@ -421,8 +420,8 @@ class Jupyterlab < Formula
end

resource "rpds-py" do
url "https://files.pythonhosted.org/packages/2d/aa/e7c404bdee1db7be09860dff423d022ffdce9269ec8e6532cce09ee7beea/rpds_py-0.18.1.tar.gz"
sha256 "dc48b479d540770c811fbd1eb9ba2bb66951863e448efec2e2c102625328e92f"
url "https://files.pythonhosted.org/packages/55/64/b693f262791b818880d17268f3f8181ef799b0d187f6f731b1772e05a29a/rpds_py-0.20.0.tar.gz"
sha256 "d72a210824facfdaf8768cf2d7ca25a042c30320b3020de2fa04640920d4e121"
end

resource "send2trash" do
Expand All @@ -431,8 +430,8 @@ class Jupyterlab < Formula
end

resource "setuptools" do
url "https://files.pythonhosted.org/packages/8d/e6/2fc95aec377988ff3ca882aa58d4f6ab35ff59a12b1611a9fe3075eb3019/setuptools-70.2.0.tar.gz"
sha256 "bd63e505105011b25c3c11f753f7e3b8465ea739efddaccef8f0efac2137bac1"
url "https://files.pythonhosted.org/packages/8d/37/f4d4ce9bc15e61edba3179f9b0f763fc6d439474d28511b11f0d95bab7a2/setuptools-73.0.1.tar.gz"
sha256 "d59a3e788ab7e012ab2c4baed1b376da6366883ee20d7a5fc426816e3d7b1193"
end

resource "six" do
Expand All @@ -446,8 +445,8 @@ class Jupyterlab < Formula
end

resource "soupsieve" do
url "https://files.pythonhosted.org/packages/ce/21/952a240de1c196c7e3fbcd4e559681f0419b1280c617db21157a0390717b/soupsieve-2.5.tar.gz"
sha256 "5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690"
url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz"
sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb"
end

resource "stack-data" do
Expand Down Expand Up @@ -481,8 +480,8 @@ class Jupyterlab < Formula
end

resource "types-python-dateutil" do
url "https://files.pythonhosted.org/packages/61/c5/c3a4d72ffa8efc2e78f7897b1c69ec760553246b67d3ce8c4431fac5d4e3/types-python-dateutil-2.9.0.20240316.tar.gz"
sha256 "5d2f2e240b86905e40944dd787db6da9263f0deabef1076ddaed797351ec0202"
url "https://files.pythonhosted.org/packages/23/11/aae06ddb6a90cf8ba078be6dbe47f904d2efdf451f9859248b436c945ca4/types-python-dateutil-2.9.0.20240821.tar.gz"
sha256 "9649d1dcb6fef1046fb18bebe9ea2aa0028b160918518c34589a46045f6ebd98"
end

resource "uri-template" do
Expand All @@ -501,8 +500,8 @@ class Jupyterlab < Formula
end

resource "webcolors" do
url "https://files.pythonhosted.org/packages/b3/bf/cfe993a8acab0976a08cfa1a0a23cf9ce212b8c52cca40fbcca6e994acea/webcolors-24.6.0.tar.gz"
sha256 "1d160d1de46b3e81e58d0a280d0c78b467dc80f47294b91b1ad8029d2cedb55b"
url "https://files.pythonhosted.org/packages/fe/f8/53150a5bda7e042840b14f0236e1c0a4819d403658e3d453237983addfac/webcolors-24.8.0.tar.gz"
sha256 "08b07af286a01bcd30d583a7acadf629583d1f79bfef27dd2c2c5c263817277d"
end

resource "webencodings" do
Expand Down

0 comments on commit 1960db5

Please sign in to comment.