Skip to content

Commit

Permalink
Merge pull request Homebrew#199627 from Homebrew/bump-python-matplotl…
Browse files Browse the repository at this point in the history
…ib-3.9.3

python-matplotlib 3.9.3
  • Loading branch information
BrewTestBot authored Dec 1, 2024
2 parents 5f6f578 + bd19e36 commit 83fb519
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions Formula/p/python-matplotlib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ class PythonMatplotlib < Formula

desc "Python library for creating static, animated, and interactive visualizations"
homepage "https://matplotlib.org/"
url "https://files.pythonhosted.org/packages/9e/d8/3d7f706c69e024d4287c1110d74f7dabac91d9843b99eadc90de9efc8869/matplotlib-3.9.2.tar.gz"
sha256 "96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92"
url "https://files.pythonhosted.org/packages/75/9f/562ed484b11ac9f4bb4f9d2d7546954ec106a8c0f06cc755d6f63e519274/matplotlib-3.9.3.tar.gz"
sha256 "cd5dbbc8e25cad5f706845c4d100e2c8b34691b412b93717ce38d8ae803bcfa5"
license "PSF-2.0"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe88f480ebd06ef864d935ed20e1a66eb6451888408a8209f705b5cfacc19f2c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "765eaa63885b3838a6721062b977984e61ba3c83a6f4dc29db07037ea368980a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ac0bde0af7f2b15c3f6f61a20c017c2dded939aae52092c3dd4c02dec497169"
sha256 cellar: :any_skip_relocation, sonoma: "8a3427ccb80b23c6e900d4597a99f38c2a02c768625df8892a2ed69a0a1f4b54"
sha256 cellar: :any_skip_relocation, ventura: "7cf4a131112ff7c600f742991f41cd4bbf538efcae769bf6b914da68a8c5109e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b38a6c62eac9a0594d951210d3123ca7968aa4fc1ff6b00d24d98e43ab47b4d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "78339723212add8a888ffc56e6a0ee2c79d18d5877ee257ae65f605ceadc08ff"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4755830349f704ec69274b415add272c1b9760eddc5ed520564eeacae2592dc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "48784f76ccd746b24eb37a0df52df2458a36245196104215cc22fce47feccf88"
sha256 cellar: :any_skip_relocation, sonoma: "597070b0d48efdfce607068aba7a5c8ea5fcf2d36885b531cd75cfa959e2e9c2"
sha256 cellar: :any_skip_relocation, ventura: "7579b5dc43ce8e7f4380e263c0d0882c62b8d82bec6648c47526938895030b66"
sha256 cellar: :any_skip_relocation, x86_64_linux: "577769c2d31c2b1fb814b4a7c7b0deb47aef3fa7de17ff20818b6bd2d2e581fd"
end

depends_on "meson" => :build
Expand All @@ -31,8 +30,8 @@ class PythonMatplotlib < Formula
end

resource "contourpy" do
url "https://files.pythonhosted.org/packages/f5/f6/31a8f28b4a2a4fa0e01085e542f3081ab0588eff8e589d39d775172c9792/contourpy-1.3.0.tar.gz"
sha256 "7ffa0db17717a8ffb127efd0c95a4362d996b892c2904db72428d5b52e1938a4"
url "https://files.pythonhosted.org/packages/25/c2/fc7193cc5383637ff390a712e88e4ded0452c9fbcf84abe3de5ea3df1866/contourpy-1.3.1.tar.gz"
sha256 "dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699"
end

resource "cycler" do
Expand All @@ -41,8 +40,8 @@ class PythonMatplotlib < Formula
end

resource "fonttools" do
url "https://files.pythonhosted.org/packages/11/1d/70b58e342e129f9c0ce030029fb4b2b0670084bbbfe1121d008f6a1e361c/fonttools-4.54.1.tar.gz"
sha256 "957f669d4922f92c171ba01bef7f29410668db09f6c02111e22b2bce446f3285"
url "https://files.pythonhosted.org/packages/d7/4e/053fe1b5c0ce346c0a9d0557492c654362bafb14f026eae0d3ee98009152/fonttools-4.55.0.tar.gz"
sha256 "7636acc6ab733572d5e7eec922b254ead611f1cdad17be3f0be7418e8bfaca71"
end

resource "kiwisolver" do
Expand All @@ -51,8 +50,8 @@ class PythonMatplotlib < Formula
end

resource "packaging" do
url "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz"
sha256 "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"
url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz"
sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"
end

resource "pyparsing" do
Expand Down

0 comments on commit 83fb519

Please sign in to comment.