Skip to content

Commit

Permalink
Merge pull request #199649 from Homebrew/jupyterlab_python3.13
Browse files Browse the repository at this point in the history
jupyterlab, nbdime: migrate to [email protected]
  • Loading branch information
BrewTestBot authored Dec 1, 2024
2 parents 176ad9f + bccd5d7 commit 6484612
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Formula/j/jupyterlab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ class Jupyterlab < Formula
"BSD-3-Clause",
"MIT", # semver.py
]
revision 1
revision 2

bottle do
sha256 cellar: :any, arm64_sequoia: "bb811410b0c5ca82837f084b01bf4eb3408a894ea14dce128d5fb918400564c1"
sha256 cellar: :any, arm64_sonoma: "b7c30a9d6faf243d1510073e9465412c6bb658f93181607da0b36213b65e5537"
sha256 cellar: :any, arm64_ventura: "105816dc0f010e994cba26c1bde11a695dadd982e7dd5244dae3b92faddac560"
sha256 cellar: :any, sonoma: "b0c9f0cc3cacd526c28cdf5dcc659add044c11377fe20c132a849189373b1f86"
sha256 cellar: :any, ventura: "977fc13686e6d278e34d9b0d5f35f9a9b9493f0d9178f5fb32dd08e66054221a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "adf6c4951550cec1a9ae332df51f88d12399b10383d39a031797efcf45e7b80b"
sha256 cellar: :any, arm64_sequoia: "603a01fd87960638d7cb89187b43a0c42ad31ed2b102d50e1bffa87a6a560fc3"
sha256 cellar: :any, arm64_sonoma: "ef45b500aefc929c52341ccdfdb19315caa44f7a4693bc036701bcf4017532ef"
sha256 cellar: :any, arm64_ventura: "ceb091b710d290f98566d25340d5e110b9876361358f981d79ab37fe8ab65094"
sha256 cellar: :any, sonoma: "a350c90e92508b9dfa629d486794d0edceb44f54df2c8133d36cce04a93ccd4f"
sha256 cellar: :any, ventura: "ba0149168f05ad612cd355c5bf88b444f345bf2b28ba8c03fdac0fd1abb88068"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c646fcf4c3c14cd2d37a992e60d87bd456a95e7f679e26aa60d1196ab51208d0"
end

depends_on "cmake" => :build # for ipykernel
Expand All @@ -27,7 +27,7 @@ class Jupyterlab < Formula
depends_on "libyaml"
depends_on "node"
depends_on "pandoc"
depends_on "python@3.12"
depends_on "python@3.13"
depends_on "zeromq"

uses_from_macos "expect" => :test
Expand Down Expand Up @@ -516,7 +516,7 @@ class Jupyterlab < Formula
end

def python3
"python3.12"
"python3.13"
end

def install
Expand Down
6 changes: 3 additions & 3 deletions Formula/n/nbdime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ class Nbdime < Formula
url "https://files.pythonhosted.org/packages/a6/f1/4be57ecea4d55d322f05a0f89e0b73d7a8d90a16dbf01168eab3e7bf5939/nbdime-4.0.2.tar.gz"
sha256 "d8279f8f4b236c0b253b20d60c4831bb67843ed8dbd6e09f234eb011d36f1bf2"
license "BSD-3-Clause"
revision 1

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, all: "3781ad21688bc5c8fd2c350d156676a6286aad94326fcc6bbf23d2909781ee0d"
sha256 cellar: :any_skip_relocation, all: "372c2579d50170bbd4f3bded9adeec40d9a29b82f7e5f982462aa0180912fb29"
end

depends_on "certifi"
depends_on "jupyterlab" # only to provide jupyter-server and nbconvert
depends_on "python@3.12"
depends_on "python@3.13"

resource "charset-normalizer" do
url "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz"
Expand Down

0 comments on commit 6484612

Please sign in to comment.